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

User exit

Former Member
0 Likes
740

Hi

I want to change Standard price in MR21 after creating work order.

Is there any user exit or any other to proceed?

Please help me on this.

Thanks in advance

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
657

Hi KRK,

Check the BADI <b>IDCO_BPL_RCKM_MR21</b>.

Award points if the answer is found useful

5 REPLIES 5
Read only

Former Member
0 Likes
657

hi

<b>there is no user exit for this transaction available.</b>

u can probably go for BADI

To search for a badi, go to se 24 display class cl_exithandler. double click on method get_instance, get a break point on case statement. execute and start the required transaction in new session. look for variable exit_name. It would show the available badi's.

regards

ravish

<b>plz dont forget to reward if useful</b>

Read only

0 Likes
657

Hi

When i put break point and execute MR21,i got exit as FI_LIMIT_PROCESS.

when i checked in BADI,there is no badi on this name.

what is this FI_LIMIT_PROCESS.

its not Function module also

Read only

Former Member
0 Likes
657

Hi,

There is no user-exit or BADI available in this transaction.

Regards,

Atish

Read only

Former Member
0 Likes
658

Hi KRK,

Check the BADI <b>IDCO_BPL_RCKM_MR21</b>.

Award points if the answer is found useful

Read only

0 Likes
657

Hi srinivas

In this BADI,one method CHECK_UPDATE_OBEW is there

what is that OBEW.

how it will suit my req?

Thanks