Application Development 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: 

how enable the save button

Former Member
0 Kudos

Hi all

I ant toenable save button in one customize screen in module pool , now save button is disable

how make it enable.

regards

Sagar

11 REPLIES 11

Former Member
0 Kudos

Hi

Create new application tool bar with save buttpn and set the PF-status

0 Kudos

pl tell in brif how to create it.

0 Kudos

right click on the dialog pgm and go to create option->GUI status->

go to application tool bar create new save button with function code as "SAVE" and select some decription & icon. When ever save button is clicked At user-command event is triggered from report program or PAI from dialog pgm and SY-UCOMM or OK_CODE should be checked to "SAVE" function code for further functions

0 Kudos

Hi,

if any sap standard transaction or module pool programs transactions..

the save button is in disable mode default..

if you want save button to be enabled you need to create the PF-status in se41 t-code and create a

custom save button and add in the applcation tool bar..

steps to create PF-status or GUI-status in se41..

Write the below logic in PBO...

  • Setting PF status and Function codes

SET PF-STATUS 'STATUS'. "Double click on the STATUS it will take you to se41..

now expand the Application tool bar...and inthe firs box enter text 'SAVE' and save and execute..

automatically the save button will appear in the screen.

Regards,

Prabhudas

Former Member
0 Kudos

Hi,

You can make the SAVE button enable by creating a GUI status.

1. Give a name to the GUI-STATUS.

2. Double click on it. Enter SAVE and give a function code as SAVE .

3. Save and Activate it.

now the save button will be enabled.

Former Member
0 Kudos

Hi,

Please check the SET PF STATUS for that program.

In that they might not given SAVE under the standard tool bar.

You should give SAVE under the application tool bar.

You can acheive like this.

Double click on SET PF STATUS 'XYZ'.

It will navigate to another screen.

there you can see Menu tool bar,Standard tool bar, application tool bar and function keys.

In the standard tool bar under the SAVE options write 'SAVE' .

After writing SAVE double click on that a pop up will appear.

In that also you can write the some short description for that SAVE.

Regards

Raj

Former Member
0 Kudos

Hi,

If you want to enable the save button then you need to write the following code in PBO of that screen.

set PF-STATUS 'NAME'. (Double click on the name it will take you to menu painter transaction.

In that expand the Application tool bar...and in the firs box enter text 'SAVE' and save and execute..

automatically the save button will appear in the screen.

Regards,

Venu

Former Member
0 Kudos

SOLVED

0 Kudos

Hi,

How did you resolve this?? , I want to enable save option during smartform print preview.

--Dep

0 Kudos

Hi Deepak

I want to enable the Save option in Print Preview in Smartforms. Did you got any inputs regarding this.

Regards

Suresh

0 Kudos

Hi Deepak ,

                You can save a from  during  smartform print preview by using command

                 

                    PDF!    .

              Steps as follows :

                Go to smartform print preview screen

                 and enter PDF! command into SAP  Command  field and press Enter .

                    and save it into your desire location .

Thanks .

Regards

Om  Prakash .