‎2007 May 23 11:40 AM
Hi all,
I am trying to post a CO document using this BAPI.In the return table i get the document number posted.BUt the number is not available in the database and also it cannot be seen in KB23N.
Please help.
‎2007 May 23 11:53 AM
Hi,
Are u using following func. mod after bapi or not? If not then use it this time document will be posted.
CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
EXPORTING
wait = 'X'.
Reward points if helpful asnwer.
Ashven