Dialog Programme
I hope someone can help me with this.
I have a dialog programme that leaves to list processing to produce a small report.
I want to allow the user double click on a line, insert the line into a work space and return to a dialog screen displaying the contents of the work space.
However, I do not seem to be putting the code in the right place on ABAP workbench. Can anyone tell me where I should place the “at line-selection” command, and maybe give an example of what it will look like?
Hi,
When you use dialog programming you can't use line-selection
instead this use ok_code = PICK in you PAI module. Hope this help.
Regards
Boris.
I hope someone can help me with this.
I have a dialog programme that leaves to list processing to produce a small report.
I want to allow the user double click on a line, insert the line into a work space and return to a dialog screen displaying the contents of the work space.
However, I do not seem to be putting the code in the right place on ABAP workbench. Can anyone tell me where I should place the “at line-selection” command, and maybe give an example of what it will look like?