Hi Sylvin,
I could't find a program with this name. For different Planning type it shows different screens all these are Reports.
You can achieve your requirement by using Implicit Enhancement.
And use AT SELECTION-SCREEN ON VALUE-REQUEST FOR event.
Low value field ....
AT SELECTION-SCREEN ON VALUE-REQUEST FOR SL_0001-LOW.
PERFORM f4_SL_0001-LOW.
High value field...
AT SELECTION-SCREEN ON VALUE-REQUEST FOR SL_0001-High.
PERFORM f4_SL_0001-high.
Inside the Forms use FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'.
To Implement Implicit Enhancement. Follow these Steps....
1. Find the program
2. Turn the Program into Enhancement Mode
3. Choose,
Edit->Enhancement Operations->Show Implicit Enhancement Options
4. You will see all the available Enhancement Option areas as shown below.
5. To implement your code go to the end of report and choose the last Enhancement Option.
Right click on the Enhancement Option and choose...
6. Provide a Implementation name (eg:ZTEST) and Description
press enter.
7. Now you will get a area to write your code
8. Finally, Activate the implementation by using the button 'Enhancements' in application tool bar.
I hope my effort will be useful for u...
Regards
Sreekanth