‎2007 Jul 06 5:38 AM
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
‎2007 Jul 06 6:12 AM
Hi KRK,
Check the BADI <b>IDCO_BPL_RCKM_MR21</b>.
Award points if the answer is found useful
‎2007 Jul 06 5:42 AM
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>
‎2007 Jul 06 6:06 AM
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
‎2007 Jul 06 5:44 AM
Hi,
There is no user-exit or BADI available in this transaction.
Regards,
Atish
‎2007 Jul 06 6:12 AM
Hi KRK,
Check the BADI <b>IDCO_BPL_RCKM_MR21</b>.
Award points if the answer is found useful
‎2007 Jul 06 6:34 AM
Hi srinivas
In this BADI,one method CHECK_UPDATE_OBEW is there
what is that OBEW.
how it will suit my req?
Thanks