Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhancement points

Former Member
0 Kudos

Hi there,

I'd like to enhance the SAP report RM08RL82.

There are several enhancement points in the source code (RM08RL82_G4 - RM08RL82_G7).

They're all at the beginning of the source code.

I have the following requests:

- Add additional selection criteria to the selection screen (beneath the existing criteria)

- Filter the retrieved data based on these additional criteria

My questions:

1. Which enhancements points do I have to implement for the two requests (static or dynamic?)?

2. When is each enhancement point implementation executed (e.g. INITIALIZATION, AT SELECTION-SCREEN)?

3. Can I debug my implementations?

4. Must the enhancement points be positioned at the beginning of the source code or can they be somewhere in the code (e.g. an enhancement point for filtering data can be after the END-OF-SELECTION statement (line 657 in my case)).

5. How can I implement an enhancement point so that it is performed after the END-OF-SELECTION statement?

Can you help me on this?

Thanks in advance.

2 REPLIES 2

Former Member
0 Kudos

Does nobody know this?

I just want to know if I can enhance the report RM08RL82 at the given enhancement points or if I have to do a modification.

I think that it is not possible with the provided enhancement points to enhance the program in the way I would like to do (change selection screen and data retrieval), because the enhancement points are all at the beginning of the source code and are performed directly after the START-OF-SELECTION section.

Daniele_Sgi
Participant
0 Kudos

Hi,

Have you any news for this problem ?

Daniels