Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI_ACC_DOCUMENT_POST

Former Member
0 Kudos

Hi all,

Can I use BAPI, BAPI_ACC_DOCUMENT_POST for posting double entries to selected ledger groups, ie: execution of the FB01L transaction.

RFBIBL00 program can be used to run the FB01 transaction. I need a standard program or BAPI which can do New GL postings (parallel ledger), ie: posting using transaction FB01L.

Please can I know if the generic BAPI , BAPI_ACC_DOCUMENT_POST can be used for this specific requirement.

Thanks,

Sruthy

1 ACCEPTED SOLUTION

Former Member
0 Kudos

The GL posting can be done using BAPI_ACC_GL_POSTING_POST.

You can post upto 998 line in one document. 999th line should be the nullyfying entry.

Regards,

Aman

4 REPLIES 4

Former Member
0 Kudos

The GL posting can be done using BAPI_ACC_GL_POSTING_POST.

You can post upto 998 line in one document. 999th line should be the nullyfying entry.

Regards,

Aman

Former Member
0 Kudos

Hi Antony,

You can use this BAPI for multiple entries as replied by Aman. Yo can post upto 998 entries the 99th entry should be posted in G/L account as nullifying entry. This 99th entry should contain the total of all the 998 entries.

Ashven

Former Member
0 Kudos

Hi,

thanks for the information

Former Member
0 Kudos

Is it also possible to use the FB01L? I have an LSMW that uses FB01, so I hoped to "set a switch" and change it to use FB01L.