Quantcast
Channel: SCN: Message List - ABAP Switching, Enhancing, and Adapting Standard Programs
Viewing all articles
Browse latest Browse all 2464

Re: Executing a Planning Enhancement in Debug

$
0
0

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

Capture1.JPG

2. Turn the Program into Enhancement Mode

Capture2.JPG

3. Choose,

    Edit->Enhancement Operations->Show Implicit Enhancement Options

4. You will see all the available Enhancement Option areas as shown below.

Capture3.JPG

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...

Untitled.png

6. Provide a Implementation name (eg:ZTEST) and Description

Capture4.JPG

press enter.

 

7. Now you will get a area to write your code

Capture5.JPG

8. Finally, Activate the implementation by using the button 'Enhancements' in application tool bar.

Capture6.JPG

 

I hope my effort will be useful for u...

 

Regards

Sreekanth


Viewing all articles
Browse latest Browse all 2464

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>