‎2008 Apr 30 8:46 AM
‎2008 Apr 30 8:50 AM
Hi,
U can use table:sscrfields to get push button. or goto se41 and create and add u r function code for button.
Bye.
‎2008 Apr 30 8:51 AM
Hi,
You can create the following on selection screen:
Example :
TABLES SSCRFIELDS.
...
SELECTION-SCREEN PUSHBUTTON /10(20) CHARLY USER-COMMAND ABCD.
...
INITIALIZATION.
MOVE 'My text' TO CHARLY.
...
AT SELECTION-SCREEN.
IF SSCRFIELDS-UCOMM = 'ABCD'.
...
ENDIF.
A pushbutton appears on the selection screen with the text 'My text'. In the AT SELECTION-SCREEN event, the field SSCRFIELDS-UCOMM has the contents ABCD after the button has been pushed.
For more info refer SAP help(F1):
Reward if useful
Regards
Shiva
‎2008 Apr 30 8:54 AM
Hi Narendra,
Using T-code SE51 ...give ur prg name and declare some screen number to that prg...then click change.
There you can see Layout push button ...drag and drop a Push button ..and use that FM ..in prog with AT USER COMMAND thats it ...
You wil see Push button in Selection Screen..
Regards,
sg.