cancel
Showing results for 
Search instead for 
Did you mean: 

During Production Order Release and save to call a zprogram (without exit)

Former Member
0 Kudos

Hi Experts,

I have one client requirement

During production order Release and save it has to call a ZProgram and execute the zprogram.

Here client doesn't want to use user exit also not a background job collecting the released production orders ..

The calling and execution of zprogram has to takes place Dynamically once the prod order is released and saved

Is it possible through Output type or some other means we can do this?

Please let me know the solution in detail

Thanks

Prabakaran K

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Write a Z program to release the SFO (you can use - BAPI_PRODORD_RELEASE) & then from this program you can call the other Z program.

You can use the order release Z prog. in foreground thereby fulfilling your client's need.

Former Member
0 Kudos

Hi Vivek,

Thanks for your answer

But I am looking for Std Solution without RICEF

through Output Type like in Purchase order or Sales order output type (eg, mail triggering)

thanks

Prabakaran K

Former Member
0 Kudos

Hi Vivek,

Thanks for your answer

But I am looking for Std Solution without RICEF

through Output Type like in Purchase order or Sales order output type (eg, mail triggering)

thanks

Prabakaran K

Former Member
0 Kudos

Discuss this with your abaper, to see if they can do a call program from within the Z print program which you're using at present.

I haven't done this so cant speak from experience on that as whether such a thing is feasible or not. Sorry not of much help on this.

Answers (0)