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

Pf-status(Save button disabled)

Former Member
0 Likes
2,906

Hi,

I am using pf status to create application tool bar menus.But after creating the standard(save,back,cancel) buttons were disabled.So I added these in pf status itself.

Now back,cancel are working, but save button is still in disable status.I am not able to save variants in my selection screen.

Note:After the standard selection screen I have created 2 more screens using statement 'SELECTION-SCREEN: BEGIN OF SCREEN 1025'. and for these screens save button works.Not for the standard 1000 screen.

Please help me.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,680

hi,

Please refer to the following link:

Regards,

Venkat.

7 REPLIES 7
Read only

Former Member
0 Likes
1,681

hi,

Please refer to the following link:

Regards,

Venkat.

Read only

0 Likes
1,680

Can anyone solve my issue????

Read only

Former Member
0 Likes
1,680

Something you are doing has changed the 1000 screen.

If you created this as a "standard" user selection screen, SAP automatically manages screen 1000 in a type 1 (report) program. Efforts to change screen 1000 usually result in a message and a restore of the 1000 screen to "SAP standard".

If you've added a GUI status for screen 1000, then remove it.

Read only

MarcinPciak
Active Contributor
0 Likes
1,680

Please refer [Changing the Standard GUI Status of Selection Screen|http://help.sap.com/saphelp_46c/helpdata/en/e7/0eb237e29bc368e10000009b38f8cf/content.htm].

Regards

Marcin

Read only

Former Member
0 Likes
1,680

You are not clear. Please past the code We will help you

Read only

Former Member
0 Likes
1,680

Hi,

Please check if the sy-ucomm value 'SPOS' (this is the function code for SAVE in standard toolbar) is specified under the function keys of standard toolbar in the PF status created by you. If the function code value 'SPOS' is specified in ur pf ststus the SAVE button gets enabled

Regards,

Rajeswari

Read only

0 Likes
1,680

Hi Raji,

Excellent answer I too was looking for a solution to this problem, and most of them I was getting were failing. Yours is the one which is working.

Thank you.