Hello Friends,
I have scenario where i have to call 2 BAPI's. The input is supplied from file.
Once i read the input, i have to call
BAPI_INCOMINGINVOICE_GETLIST
Once this BAPI returns me the invoice number and fiscal year, i have to call
BAPI_INCOMNGINVOICE_GETDATA for each invoice number and generate individual file for each invoice.
For the above case, i am using BPM. And i have worked out till collecting the invoice number and fiscal year.
Once i collect these data from first BAPI, how to proceed for calling second bapi for data in BPM.
Any help is appreciated.
Thanks,
Ramesh