cancel
Showing results for 
Search instead for 
Did you mean: 

how to change the PF-Status to normal

Former Member
0 Kudos

Hello All,

I have changed the pf-status with the following stmt,

SET PF-STATUS 'BASE_100'.

This disables (greys out) the standard SAP back button,exit and cancel buttons below the menu bar.

I want them to be unabled.Please let me know how can i get the normal pf-status?

Thanks in advance,

Swati

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member585060
Active Contributor
0 Kudos

Hi,

Double click on 'BASE_100'.

It goes to SE41, expand Function Keys,

Near Back icon, give code as BACK

Near Leave icon give code as LEAV

Near Red icon give code as CANC.

Save and activate it,

now return back to program, save and activate.

Regards

Bala Krishna

Former Member
0 Kudos

Thanks Bala Krishna,

It worked.Have assigned you the points

bpawanchand
Active Contributor
0 Kudos

Hi

SET PF-STATUS 'BASE_100'.

Either you can modify the pf status that you have created by using your own for CANCEL write CANCEL for BACk write BACK or check this

http://help.sap.com/saphelp_nw04s/helpdata/en/9f/dba99935c111d1829f0000e829fbfe/frameset.htm

OR

http://help.sap.com/saphelp_nw04/helpdata/en/9f/dba2c435c111d1829f0000e829fbfe/frameset.htm

check the above link where you cann get STANDARD codes so that you can use them

Regards

Pavan