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: 

Function module - customer opening balance Special GL

Former Member
0 Kudos

Hi All,

Can anybody know about the function module availaible to get the customer opening balance for a period for special GL.

Thanks & Regards,

Meenakshi

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Check the Following BAPIs.....

BAPI_AR_ACC_GETCURRENTBALANCE Closing balance of customer account in current fiscal period

BAPI_AR_ACC_GETKEYDATEBALANCE Customer account balance at a key date

BAPI_AR_ACC_GETOPENITEMS Customer account open items at a key date

BAPI_AR_ACC_GETPERIODBALANCES Posting period totals per customer account in curren

BAPI_AR_ACC_GETSTATEMENT Customer account statement for a given period

Vinodh Balakrishnan

3 REPLIES 3

Former Member
0 Kudos

Check the Following BAPIs.....

BAPI_AR_ACC_GETCURRENTBALANCE Closing balance of customer account in current fiscal period

BAPI_AR_ACC_GETKEYDATEBALANCE Customer account balance at a key date

BAPI_AR_ACC_GETOPENITEMS Customer account open items at a key date

BAPI_AR_ACC_GETPERIODBALANCES Posting period totals per customer account in curren

BAPI_AR_ACC_GETSTATEMENT Customer account statement for a given period

Vinodh Balakrishnan

Former Member
0 Kudos

Hi

Try these BAPIs:

BAPI_AR_ACC_GETBALANCEDITEMS

BAPI_AR_ACC_GETOPENITEMS

or you can do a select on table KNC3

Max

Former Member
0 Kudos

Hi,

Please refer to FM BAPI_AR_ACC_GETOPENITEMS.

Thanks,

Sriram Ponna.