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

Calling a customizing program

Former Member
0 Likes
592

Hi,

Is it possible to call a customized program after po creation.

See they are creating a po in me21n,As soon as the PO is created (That is the PO is saved) my program want to called.

Is it possible,Can anyone tll me how to do this.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
564

HI,

You need find the Userexit or Badi which is called on Clicking the Save Button of ME21N Tcode.

Can call the your program in the Badi/ User EXit.

3 REPLIES 3
Read only

Former Member
0 Likes
565

HI,

You need find the Userexit or Badi which is called on Clicking the Save Button of ME21N Tcode.

Can call the your program in the Badi/ User EXit.

Read only

GauthamV
Active Contributor
0 Likes
564

hi,

you can call your program from the exit or badi after saving the po.

check these badi's.

ME_PROCESS_PO_CUST

ME_PURCHDOC_POSTED .

Read only

Former Member
0 Likes
564

this can be achieved by scheduling ur program. Basis team will help you in this regard. Check with them and tell them you need to trigger a custom program soon after the creation of PO. They can schedule the job like wise.