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 open bal for GL?

Former Member
0 Kudos

Can anyone know the std SAP function module/BAPI that is being able to leverage for calculating the Open Balance of a GL Account?

Thanks in advance

Kumar

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hi kumar

For period wise balances we have the following two BAPI functions. Check whether you can reuse the code written in these BAPI's.

BAPI_GL_GETGLACCPERIODBALANCES

BAPI_GL_ACC_GETPERIODBALANCES

Also look at program RFBUSU00.

Regards

naveen

2 REPLIES 2

Former Member
0 Kudos

hi kumar

For period wise balances we have the following two BAPI functions. Check whether you can reuse the code written in these BAPI's.

BAPI_GL_GETGLACCPERIODBALANCES

BAPI_GL_ACC_GETPERIODBALANCES

Also look at program RFBUSU00.

Regards

naveen

0 Kudos

thanks naveen..rewarded pts..