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 Or Function Module Required

former_member188829
Active Contributor
0 Kudos

Hi,

Our Client is using T code F-04 (manually) to clear the GL accounts. But its taking more time do this manually.

To execute F-04, any BAPI or functional module is there ???

4 REPLIES 4

Former Member
0 Kudos

Hello,

Check this BAPI -

BAPI_ACC_DOCUMENT_POST

Regards,

Vasanth

0 Kudos

Hi Vasanth,

F-04 is using for Gl clearing. So what ever BAPI you told it doesn't suit for my requirement.

0 Kudos

If your requirement is for clearing the open items in a GL account please use F.13 which will do automatic clearing.You need not select each and every line item via F-04.

Check the link

Former Member
0 Kudos

Hi

I don't know in release greater than 4.7, but there isn't that BAPI.

There's a BAPI to post a document, but the clearing is an internal transaction so I don't believe there's a BAPI for it.

Anyway you can try to create one using the std BDC RFBIBL00: it suppoerts that transaction.

regards,

n.jain