‎2010 Mar 25 6:42 AM
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.
‎2010 Mar 25 6:48 AM
‎2010 Mar 25 6:48 AM
‎2010 Mar 25 10:26 AM
‎2010 Mar 25 11:41 AM
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.
‎2010 Mar 25 11:48 AM
Please refer [Changing the Standard GUI Status of Selection Screen|http://help.sap.com/saphelp_46c/helpdata/en/e7/0eb237e29bc368e10000009b38f8cf/content.htm].
Regards
Marcin
‎2010 Mar 25 12:09 PM
‎2010 Mar 25 12:37 PM
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
‎2015 Mar 25 1:13 PM
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.