Application Development and Automation 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: 
Read only

CJR2 User exit?

IanStubbings
Active Participant
0 Likes
1,365

Hi

I have a requirement to ensure that all revenue values entered into the CJR2 transaction are converted to negatives. To my knowledge there is no user exit.

Anyone know of any other way I can achieve this?

Thanks in advance

Ian

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,184

HI Ian,

Looks like, its a report program. YOu can copy it to a z program and modify it according to your requirements.

Regards,

Ravi

Hi

I have a requirement to ensure that all revenue values entered into the CJR2 transaction are converted to negatives. To my knowledge there is no user exit.

Anyone know of any other way I can achieve this?

Thanks in advance

Ian

6 REPLIES 6
Read only

Former Member
0 Likes
1,185

HI Ian,

Looks like, its a report program. YOu can copy it to a z program and modify it according to your requirements.

Regards,

Ravi

Read only

0 Likes
1,184

Ravi

Very true. I should have clarified that copying the report is the last option as various programs already call tx CJR2.

Regards

Ian

Read only

0 Likes
1,184

The programs that call cjr2 must be some custom programs for all i know. (I don't see any programs calling this transaction in my system atleast).

If you know the list of those custom programs, I don't think its a bad idea to copy the report and change it and correspodingly change the z programs that call this transaction as well.

Regards,

ravi

Read only

0 Likes
1,184

Ravi

Yes the programs are custom and yes the program could be copied. However, do you not agree that it would be simpler to find a user exit and place the code there rather than copy thr report, change the code, change all the programs that reference CJR2 for the new transaction and also change all the roles/authorisation to point to the new transaction rather than CJR2.

If there is not user exit/Badi then I will ahve to go down this route but it is certainly not my preferred option.

Regards

Ian

Read only

0 Likes
1,184

Ramesh

I am also looking into whether a Badi is availalbe but no luck so far.

Where did you get the CMOX SAPMC65A Badi? Isn't that the transaction code and program for capacity planning?

Regards

Ian

Read only

Former Member
0 Likes
1,184

try to check whether BADI is present for this transaction....May be U can implament code within this BADI for ur requirement.

The BADI might be CM0X SAPMC65A.