‎2007 Sep 12 8:04 AM
Hi Exprtts,
I want to create a GL FI document by my ABAP program, please do we have any function module to help me to create the GL FI document?.
Thanks.
Joe
‎2007 Sep 12 8:37 AM
Hi,
You can use BAPIs in an ABAP program to do this - namely:
<b>BAPI_ACC_GL_POSTING_POST</b> or
<b>BAPI_ACC_DOCUMENT_POST </b>
<u>OR</u>
if you don't want to use BAPI, you can use the following FMs in a sequence - namely:
<b>POSTING_INTERFACE_START</b> then
<b>POSTING_INTERFACE_DOCUMENT</b> and finally
<b>POSTING_INTERFACE_END</b>
Hope this helps,
Don't forget to reward points.
Cheers,
Sougata.
‎2007 Sep 12 8:10 AM
FI_GL_ACCOUNT_CHECK
FI_GL_ACCOUNT_DATA
Rewards if useful.................
Minal
‎2007 Sep 12 8:42 AM
‎2007 Sep 12 8:37 AM
Hi,
You can use BAPIs in an ABAP program to do this - namely:
<b>BAPI_ACC_GL_POSTING_POST</b> or
<b>BAPI_ACC_DOCUMENT_POST </b>
<u>OR</u>
if you don't want to use BAPI, you can use the following FMs in a sequence - namely:
<b>POSTING_INTERFACE_START</b> then
<b>POSTING_INTERFACE_DOCUMENT</b> and finally
<b>POSTING_INTERFACE_END</b>
Hope this helps,
Don't forget to reward points.
Cheers,
Sougata.