Displaying the standard menu buttons (SET PF-STATUS)

Step 1: Go to transaction SE90.

Step 2: Navigate to the directory shown in the screenshot below:

\"image\"

Step 3: Double click and on the next screen enter the standard program \’SAPLKKBL\’ as shown in the picture below and click execute. Please note that in this case we will copy the standard menu buttons from the standard \’SAPLKKBL\’.

\"image\"

Step 4: Once execute, select the standard program shown in the picture below.

\"image\"

Step 5: Finally click on the menu bar GUI status > Copy

\"image\"

Enter the name of the program to insert the PF Status and the name of the PF-Status.

Step 6: Done, the PF-Status should appears in the program. Go in the program to view the PF-Status:

\"image\"

Step 7: Call the PF-Status using the following code below:

								
*----------------------------------------------------------------------*								
* Setting up of the pf status of                                       *								
* the ALV form.                                                        *								
*----------------------------------------------------------------------*								
FORM f_set_pf_status USING pi_extab TYPE slis_t_extab.								
*----------------------------------------------------------------------*								

  SET PF-STATUS \'ZKUNGFU_DODO2\'.								

*----------------------------------------------------------------------*								
ENDFORM.                    \" F_SET_PF_STATUS

Please Note: In case the buttons are not working on the PF-STATUS, please refer to the following fix.

One response to “Displaying the standard menu buttons (SET PF-STATUS)”