cancel
Showing results for 
Search instead for 
Did you mean: 

PO then GR and then Invoice

Former Member
0 Kudos

Hi Experts,

I have a scenario where the the PO bapi has to be called by the file po.xml , once processed the gr bapi will be called by file gr.xml and then invoice bapi by invoice.xml

how can I acheicce this?

where GR interface is instantiated only after PO is executed?

all three files will be at the src folder at the same time.

pls help..

Regards,

Teja

Accepted Solutions (1)

Accepted Solutions (1)

rajasekhar_reddy14
Active Contributor
0 Kudos

develop this requirement in to 3 different interfaces and schedule interface one by one with some time gap.

or use BPM

Regards,

Raj

Former Member
0 Kudos

Hi,

finite time gap would be unpredictable as the PO execution willdepepnd on the numbe rof records and there is also a scenario where a PO file can be posted again with new records, so it is imperative to capture the result of the PO bapi execution then call GR bapi...

this is my thinking ..

Answers (1)

Answers (1)

rajasekhar_reddy14
Active Contributor
0 Kudos

perform RFC look up in mapping level to check whether previous interface executed like created PO or not,based on the results you can take a decision.

this can be done only using one BPM Interface also.

Former Member
0 Kudos

can u pls throw some light on this?