Application Development and Automation 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: 
Read only

BAPI_ACC_DOCUMENT_POST

Former Member
0 Likes
1,000

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
Read only

Former Member
0 Likes
763

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
Read only

Former Member
0 Likes
764

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

Read only

Former Member
0 Likes
763

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

Read only

Former Member
0 Likes
763

Hi,

thanks for the information

Read only

Former Member
0 Likes
763

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.