Wednesday, October 11, 2006

SAP R/3 : Customizing ABAP report to have a Menu Bar...

To create or customize a button onto your ABAP report requires you to use transaction code se41 (Menu Painter).

Here is a few simple steps:
1. I assume you have a report at hand for customization.
2. Go to se41 (Menu Painter)
3. Create a status, ZMHR_(description)
4. Declare a few function keys (you will need to do this before proceeding to step 5)

setting function keys

5. Declare the function keys in step 4 into your application toolbar.
6. Save and activate.

Then go to your ABAP program, just one line after Start-of-Selection, put this code:

set pf-status .

Finally, save and activate. You will see your created buttons on the menu toolbar.

If your buttons are somehow not displaying, go back to se41 and look around if you have correctly declared your function keys.

is sky the limit... setting your pf-status...

No comments: