‎2011 Jan 17 10:50 AM
Hi experts,
I need to submit SAPRCKCC. Once the program SAPRCKCC got executed, in the selection screen i need to click Create Icon after that i need to pass the required values.
The requirement is,
How to submit SAPRCKCC with clicking of create iconCan anyone guide me.
Mohana
‎2011 Jan 17 11:05 AM
AT SELECTION-SCREEN.
IF sy-ucomm <> 'CREATE'. " FC code for your button.
SUBMIT <Pgname> VIA SELECTION0-SCREEN
WITH SELECTION-TABLE
ENDIF