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: 

How Can i do enhancement in cji3 & cji5

Former Member
0 Kudos

hello frnds,

Can any body help me to do the enhancement in transaction CJI3 & CJI5 to add more fields in the output report.How can i proceed to do this enhancement??It is very urgent..

regards,

Bipasha..

2 REPLIES 2

Former Member
0 Kudos

Dear frirnd,

First try to find the available BADI OR EXITS

for these tcodes.then u can add ur logic..

follow below steps to find badi..

1. Go to the TCode SE24 and enter CL_EXITHANDLER as object type.

2. In 'Display' mode, go to 'Methods' tab.

3. Double click the method 'Get Instance' to display it source code.

4. Set a breakpoint on 'CALL METHOD cl_exithandler=>get_class_name_by_interface'.

5. Then run your transaction.

6. The screen will stop at this method.

7. Check the value of parameter 'EXIT_NAME'. It will show you the BADI for that transaction.

may be useful for you....

regards,

Prashanth.

0 Kudos

Hi Prasanth,

Thanks a lot. I find the exit name 'BADI_MATN1'.

Then how will i proceed?

can u tell me the process?

Regards,

Bipasha