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: 

Implicit enhancement for report painter (CJE2 & GRR3 reports)

Former Member
0 Kudos

Hi,

We have a client requirement to add 5 fields (In selection screen) to report painter reports ( Reports of CJE3 and GRR3 ).We created Z reports as a copy of standard reports, added required 5 fields by implementing SAP notes and other settings.We have also done implicit enhancement for all these reports to make change in the behaviour of new fields.This is working fine in the development client but the problem is once we transport this to other client new reports get generated( With new name ) and implicit enhancement will be lost.

For eg:in development client for CJE1/CJE2 report the program name will be "GPAVPSATWFP4NN0YRDBIQBHI8MQ"

but when we transport it to other client new program "GP8O1UCNZTJYY5LTO8GN0UW2GQB" is generated in which implicit enhancements are not found.

Can you please suggest how to handle implicit enhancement in such cases? Or what is the correct way to transport it.

Thanks in advance

Greeshma.

1 ACCEPTED SOLUTION

former_member214857
Contributor
0 Kudos

Hi Greeshma

You can create implicit enhamcents by following:

1. Start program in Display mode

2. Then select enhancement Option

3. Show implicit enhancement

4. Create new enhancement

This won´t cause any standard code modification and you can transport it to subsequent systems.

Best regards

3 REPLIES 3

former_member214857
Contributor
0 Kudos

Hi Greeshma

You can create implicit enhamcents by following:

1. Start program in Display mode

2. Then select enhancement Option

3. Show implicit enhancement

4. Create new enhancement

This won´t cause any standard code modification and you can transport it to subsequent systems.

Best regards

0 Kudos

Hi,

Thanks for the quick reply..

I have already done implicit enhancement as you said ,my problem is to transport it to another client.

I have implemented implicit enhancement for one report lets say it as "ABC", and i transport it to another client with all the enhancement. But in another client new program "XYZ" is getting generated for same report( dynamic programs ), so my implicit enhancement is present but its applicable to "ABC" program but not for "XYZ".

Can you please suggest how can i handle this??

thanks in advance,

Greeshma.

Edited by: Accgreeshma on Jan 23, 2012 3:04 PM

0 Kudos

Issue resolved.

Since we couldnt find the solution...We got the access key for modifying standard includes and fixed the issue...