cancel
Showing results for 
Search instead for 
Did you mean: 

How can I read the PO output status ?

diegohs
Active Participant
0 Kudos

Hi guys,

I need to read programatically the exact date/time for PO output (if successful of course). In other words, I want to keep a record of the exact date/time for those PO's that were successfully sent to the vendor (any medium).

Is it possible ?

Thanks for your help!!! 😃

Diego

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Diego

One way I've been using is to call FM BBP_OUTPUT_PO_PARAMS_GET passing PO GUID and it returns all parameters relating to status ok or otherwise as well as output medium (PRT, MAI & FAX)

There is some more for other document types under function grp BBP_OUTPUT.

Hope this is useful.

Nathi

diegohs
Active Participant
0 Kudos

Jose Luis,

Thanks for the info, but I need a FM.

Nathi,

Thank you a lot ! 😃 this is exactly what I am looking for... 😃

Points rewarded

Diego

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Diego,

Do you try with transaction <b>BBP_TRIGG_PO</b>, the output of this is all the information you need: <i>Status, Doc Type, Doc Number, Generation date, time, Medium</i> or do you need a <b>FM</b>?

I hope this helps you.

Regards,

Jose Luis D.