Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Needs to submit a program with Create icon

Former Member
0 Likes
360

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 icon

Can anyone guide me.

Mohana

1 REPLY 1
Read only

Former Member
0 Likes
310
AT SELECTION-SCREEN.

  IF sy-ucomm <> 'CREATE'.  " FC code for your button.
  SUBMIT <Pgname> VIA SELECTION0-SCREEN 
                WITH SELECTION-TABLE
ENDIF