‎2012 May 14 9:59 AM
HI all ,
I am posting an accounting document using BAPI_ACC_DOCUMENT_POST . I am getting the document number with the Fisical period and Company code. that document is getting commited with BAPI commit. But that document is not in database whenever i am searching it using FB03. Can any one help me how to process that.
Thanks & Regards
sreehari p
‎2012 May 14 10:05 AM
"that document is getting commited with BAPI commit" - This ensures that you have used bapi_transaction_commit. What is the flow your are using to call this bapi.( program logic ). ?
Does BAPI_TRANSACTION_COMMIT returns any error ?
‎2012 May 14 10:01 AM
‎2012 May 14 10:02 AM
‎2012 May 14 10:04 AM
Check in SM13 if there are any update failures during the process.
‎2012 May 14 10:05 AM
"that document is getting commited with BAPI commit" - This ensures that you have used bapi_transaction_commit. What is the flow your are using to call this bapi.( program logic ). ?
Does BAPI_TRANSACTION_COMMIT returns any error ?
‎2012 May 14 10:09 AM
Hi
BAPI transaction commit is not returning any error i am getting return as null
‎2012 May 14 10:27 AM
Try passing blank to the field OBJ_KEY,OBJ_TYPE,OBJ_SYS,COMP_CODE ( even though its mandatory ) . Please check the related notes 561175,1372327 etc.
‎2012 May 15 10:44 AM
HI ,
still its not commiting to database. i am using all the records in account receivable.
its giving posting message in BAPI . But while i am committing it to database it is not getting commited to the database through the program. Can any one know whats the problem is
Thanks & regards
sreehari p
‎2012 May 15 10:52 AM
Check if thread helps you - its related to currency mapping. http://scn.sap.com/thread/1519723