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

button in selection screen

Former Member
0 Likes
657

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 .

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
618

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.

4 REPLIES 4
Read only

Former Member
0 Likes
618

Hi Joy,

Check out the below related threads for placing the push buttons ... Frame logic accordingly as per your requirement ..

\

Read only

Former Member
0 Likes
618

Hi can u post code which u hav written under SAVE option.

WHEN 'SAVE'.

code.............

Read only

Former Member
0 Likes
619

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.

Read only

Former Member
0 Likes
618

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