Application Development 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: 

User exit/BAPI for populating LIKP when saving STO in ME21N

mgross1
Participant
0 Kudos

Hi all,

I'm looking for a user exit / BAPI that will be called in ME21N after creating an STO and pressing save, which creates and outbound delivery.

I want to populate the delivery header (LIKP).

Everything I've tried so far hasn't worked.

1 ACCEPTED SOLUTION

raymond_giuseppi
Active Contributor
0 Kudos

Did you try to call some z-fm in background-task during execution of method POST of BAdI ME_PROCESS_PO_CUST, this FM will be executed after database update by the standard transaciton and in anoter luw so you can call any BAPI you want and commit at will.

Regards,

Raymond

1 REPLY 1

raymond_giuseppi
Active Contributor
0 Kudos

Did you try to call some z-fm in background-task during execution of method POST of BAdI ME_PROCESS_PO_CUST, this FM will be executed after database update by the standard transaciton and in anoter luw so you can call any BAPI you want and commit at will.

Regards,

Raymond