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 for t-code cj88

Former Member
0 Kudos

Hi guys....i need to find an user exit or badi for the transaction CJ88 but not the

COOM0003 because we need an use exit or badi for check profit center at moments

from first screen to second list screen.

I hope somebody could help me with this..

Regards

mail:xiangji.xu@hotmail.com

2 REPLIES 2

Former Member
0 Kudos

Hi,

Welcome to SDN..

BADI (SE18) available for cj88.

K_SETTLEMENT_1

K_SETTLEMENT_2

CO_SRULE_CDOC

CO_SRULE_CHECK

Regards

Former Member
0 Kudos

To check for the suitable badi, Go to transaction SE24 and give the Object type as CL_EXITHANDLER and click on Display button.

Double click on method GET_INSTANCE, put a break point on case statement.

Execute your transaction and look for variable EXIT_NAME at your scenario then It will show the available badi's.

Reward if it is useful.

Thanks,

Srinivas