‎2009 Jul 23 9:06 AM
Hi everyone,
Could anyone tell me the difference between BAPI_ACC_GL_POSTING_CHECK and BAPI_ACC_GL_POSTING_POST.
Regards,
Tom
‎2009 Jul 23 9:13 AM
These check BAPIES simulate all process that the record BADI will made and show you if there is a error. So you should first use BAPI_ACC_GL_POSTING_CHECK and if there is no error then you can call BAPI_ACC_GL_POSTING_POST this way you'll see if your operation can be finished successfully without actually processing it and you won't consume any new number in number range.
‎2009 Jul 23 9:12 AM
Hi
The BAPIs do the same thing, only the BAPI_ACC_GL_POSTING_CHECK simulates the posting without to save the document, so it can be used to run the posting in test mode.
Max
‎2009 Jul 23 9:13 AM
These check BAPIES simulate all process that the record BADI will made and show you if there is a error. So you should first use BAPI_ACC_GL_POSTING_CHECK and if there is no error then you can call BAPI_ACC_GL_POSTING_POST this way you'll see if your operation can be finished successfully without actually processing it and you won't consume any new number in number range.
‎2009 Jul 23 9:22 AM