‎2015 Jan 06 8:20 PM
We were trying to create PR using BAPI(BAPI_REQUISITION_CREATE), PR were created but it was not updating any commitment table against the project budget.
Regards,
Mani
‎2015 Jan 07 4:21 AM
Hi Manigandan,
Kindly check whether any error in I_RETURN table as shown below. Use Commit statement
READ TABLE I_RETURN WITH KEY TYPE = 'E'.
IF SY-SUBRC <> 0.
"Have you used the Commit as shown below.
call function 'BAPI_TRANSACTION_COMMIT'
exporting
wait = 'X'.
ENDIF.
Regards
Rajkumar Narasimman
‎2015 Jan 07 12:45 PM
Thanks for your response,
PR were created but project commitment table were not updated,
Regards,
Mani