‎2008 May 19 11:31 AM
Hello Gurus ,
I want to insert data from selection screen into my ztable , I have activated save button in menu bar , with function text SAVE and function type , E , S , null , H , P all I have tesated , but it is not working , with case sy-ucomm , when 'SAVE' .
In same way Print is working but not save .I am not getting the prob .
Is there any problem , plz help me , I m in hurry .
I am waiting for all of your valuable reply .
Regards,
Joy .
‎2008 May 19 11:39 AM
From selection screen data saving into to table.
Hope you know how to create the push button in selection screen by describing the SSCR-FIELDS right.
Give the push button in selection screen and check for the case SY-UCOMM when 'FC01'.
Do your action.
Endcase.
Try this.
Regards,
Madan.
‎2008 May 19 11:35 AM
‎2008 May 19 11:36 AM
Hi can u post code which u hav written under SAVE option.
WHEN 'SAVE'.
code.............
‎2008 May 19 11:39 AM
From selection screen data saving into to table.
Hope you know how to create the push button in selection screen by describing the SSCR-FIELDS right.
Give the push button in selection screen and check for the case SY-UCOMM when 'FC01'.
Do your action.
Endcase.
Try this.
Regards,
Madan.
‎2008 May 19 11:48 AM
Create and assign your own GUI status.
CASE SY-UCOMM.
WHEN 'SAVE'.
<YOUR CODE FOR SAVE>
ENDCASE.
Award points if helpful.
Edited by: Swastik Bharati on May 19, 2008 12:49 PM