Hi Experts
My client wants customer/vendor balance period wise, i can use BAPI BAPI_AR_ACC_GETPERIODBALANCES but it's showing only current year balances.
Can anyone suggest me any other BAPI which show period wise balances with fiscal year option also.
Thanks in advance.
There is also a BAPI_AR_ACC_GETKEYDATEBALANCE but this one use detail tables (BSID/BSAD) and not total table (KNC1) like BAPI_AR_ACC_GETPERIODBALANCES and BAPI_AR_ACC_GETCURRENTBALANCE.
Hint: Else build your own KNC1 extractor, look at standard BAPI and replace sy-datum.
Regards,
Raymond
Add a comment