Monday, November 28, 2011

Adding standard ALV toolbar button in OOP

Below are the simple steps in adding a standard ALV button using OOP.

1. Create a class that will handle the TOOLBAR event and insert the code for the particular button













2. Include the event in your main program:

 SET HANDLER obj_EH_ALV_FORECAST->HANDLE_TOOLBAR FOR grid1.

No comments:

Post a Comment