Dialog Programme

Question:
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?
Answer:
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?

More Articles:

why i can not find the Condition type "PR00" in ta?
Reading spool file into internal table using call function?
Sales order print problem?
- CALCULATE IN TOTAL LINE?
Table control?
Auto run program when user logon to SAP system?