‎2007 Jul 09 9:43 AM
Hi
I have so many Exits in IW32 and IW42 transaction.
When i had given order number and manadatory fields and press save,i need user exit when i press 'SAVE'.
i tried IW00026,but couldnt succeed.
Any inputs on this please.
Thanks in advance
‎2007 Jul 09 10:00 AM
Hi,
think you can use user-exit EXIT_SAPLCOIH_009 (Enhancement IWO10009 PM Order: Customer Check for 'Save' Event
<b>Reward points</b>
Regards
‎2007 Jul 09 9:48 AM
Hi KRK,
can you try the badi IWO_UI_USEFLEX for IW32 or if not tell me what extactly do after clicking on SAVE .
For IW42 we have two user exit you can also with this
CMFU0001 Define customer-specific screen layout
CMFU0002 Set parameters for time confirmation and goods movements
Reward pts if found usefull
Regards
Sathish
‎2007 Jul 09 9:55 AM
Hi Sathish,
After clicking save button i need to Update Standard Price in MR21 and i have found BAPI for that.
Thanks
‎2007 Jul 09 9:51 AM
Hi
check the exits
CONFPM01: Determine customer-specific default values
CONFPM02: Customer-specific entry checks 1
CONFPM03: Customer-specific check by operation selection
CONFPM04: Customer-specific entry checks 2
<b>CONFPM05: Customer-specific additions when saving</b>
<b>Reward points for useful Answers</b>
Regards
Anji
‎2007 Jul 09 10:00 AM
Hi,
think you can use user-exit EXIT_SAPLCOIH_009 (Enhancement IWO10009 PM Order: Customer Check for 'Save' Event
<b>Reward points</b>
Regards
‎2007 Jul 09 10:32 AM
Hi Krk,
Use this Enhancement QQMA0014, this will solve your issue.
Reward if it helps.
-Satish
‎2007 Jul 09 11:18 AM
Hi,
I think you can use exit EXIT_SAPLCOIH_010 . Please check.
Regards,
Bittu
‎2007 Jul 09 1:42 PM
try
1. FORM user_exits_save in the include LCOIHF2V.
2. FORM user_exits_save in the include LCOIHF05.
3. FORM user_exits_save in the FM CO_IH_ORDER_GENER_1
4. FORM user_exits_save in the FM CO_IH_ORDER_GENER_2
5. FORM user_exits_save in the FM CO_IH_ORDER_GENER_5
These FORMS are nothing but sub-routines implement as user exits within the includes/FMs.
Reward the helpful entries.
Regards,
Raman.