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 for transaction F-30

Former Member
0 Kudos

Hi All,

Is there a BAPI that I can use for transaction F-30?

Thanks,

Jim

2 REPLIES 2

Former Member
0 Kudos

I am not sure which BAPI would work, but the FM POSTING_INTERFACE_CLEARING should do the trick since it simulates FB05, which is really the same as F-30.

The input parameter is very much the same as FM 'POSTING_INTERFACE_DOCUMENT', which you could find much information on in SDN, and also the FM has good documentation in SAP.

Goodluck

former_member194669
Active Contributor
0 Kudos

Try with

BAPI_ACC_GL_POSTING_POST

or

BAPI_ACC_BILLING_POST

aRs