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
997

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
798

Hi,

think you can use user-exit EXIT_SAPLCOIH_009 (Enhancement IWO10009 PM Order: Customer Check for 'Save' Event

<b>Reward points</b>

Regards

7 REPLIES 7
Read only

Former Member
0 Likes
798

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

Read only

0 Likes
798

Hi Sathish,

After clicking save button i need to Update Standard Price in MR21 and i have found BAPI for that.

Thanks

Read only

Former Member
0 Likes
798

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

Read only

Former Member
0 Likes
799

Hi,

think you can use user-exit EXIT_SAPLCOIH_009 (Enhancement IWO10009 PM Order: Customer Check for 'Save' Event

<b>Reward points</b>

Regards

Read only

Former Member
0 Likes
798

Hi Krk,

Use this Enhancement QQMA0014, this will solve your issue.

Reward if it helps.

-Satish

Read only

0 Likes
798

Hi,

I think you can use exit EXIT_SAPLCOIH_010 . Please check.

Regards,

Bittu

Read only

Former Member
0 Likes
798

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.