Hi gurus,
I have a program for downloading and uploading PR with the BAPI BAPI_PR_GETDETAIL and BAPI_PR_CREATE.
The program generate a .csv file in order to allow to change some field of existing PR (e.g document type, document number, cost center...) and re-upload it.
I'm facing some issue with the BAPI_PR_CREATE, when I try to upload the modified .csv file, the program returns the following error:
"Creation indicator invalid
No instance of object type PurchaseRequisition has been created. External reference: # 1"
The creation indicator is setted "R".
I have a similar program for the PO, that use the BAPI BAPI_PO_GETDETAIL and BAPI_PO_CREATE1, and it works fine.
If any one give some suggestion, it is very helpful for me.
Thanks in advance,
Mario