cancel
Showing results for 
Search instead for 
Did you mean: 

Release strategy in PO

Former Member
0 Kudos

Hi all,

I have requirement to set the release strategy. If the plant is US01 and qm target system (QSSYS) is US01, then release startegy should be set. All configurations are done from functional side.

I have written my code in exit M06E0004. It is working fine for ME21n and few cases of ME22n.

I have created PO with single material for which qssys is not US01, it goes to user exit and work fine.

This user exit is called while entering any of the PO tcodes like ME21N, ME22N and ME23N, check and save.

Now if i add second item in same PO using me22n which has qssys value US01. For this case this user exit is not called for any of the commands mentioned above.

I tried to make a call to BAPI ME_PROCESS_PO_CUST for process_item. But same problem it is not getting called in me22n while check or save.

Kindly give your valuable suggestions.

Thanks & Regards,

Vjogeshwar.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Is your Exit not called at all or is it not stopping at the break point which you have put in the Z include of the exit.

Thanks,

Venkatesh

Former Member
0 Kudos

Hi Venkatesh,

User exit is not called. Is there any other user exit i need to implement.

Thanks & Regards,

Vidhi

kesavadas_thekkillath
Active Contributor
0 Kudos

Hi,

Have a look at this discussion . I had it with me fr some purposes. May be it helps you.

Kesav

Former Member
0 Kudos

Hi Keshav,

I tried options from your post. It did not work for my case.

Thanks & Regards,

Vidhi

Edited by: Vjogeshwar on Aug 5, 2011 9:11 AM