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

former_member188829
Active Contributor
0 Likes
717

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

Former Member
0 Likes
560

Hello,

Check this BAPI -

BAPI_ACC_DOCUMENT_POST

Regards,

Vasanth

Read only

0 Likes
560

Hi Vasanth,

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

Read only

0 Likes
560

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

Read only

Former Member
0 Likes
560

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