Dear ABAP Gurus,
could you please help me to solve my issue. I'm a little bit new in ABAP.
I have created Z table with additional fields which I want to fill in XD01 TCODE. There is also KUNNR filed in my table.
Then I have created view and generated Functional Pool type SAPLmyZtable.
I have added new button in XD** transaction via SPRO.
Then updated require BADis and created Screen.
I can see my screen in XD01/XD02 now but when I specify values there - the values are not populated in my Z table.
I need to have new line in my Z table with Customer number and values which I have entered on my screen in XD01/XD02.
Could you please advice what I should do?
In debug I can see that it is not going to my program SAPLmyZtable. Maybe I wrongly populated data in Screen flow logic in PBO and PAI?
Thank you very much in advance!