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: 

Is there any FM/BAPI to Update BSID

Former Member
0 Kudos

Is there is any FM/BAPI to Update BSID

1 ACCEPTED SOLUTION

alison_lloyd
Active Participant
0 Kudos

BAPI_ACC_DOCUMENT_POST. Entries in ACCOUNTRECEIVABLE post to BSID

2 REPLIES 2

alison_lloyd
Active Participant
0 Kudos

BAPI_ACC_DOCUMENT_POST. Entries in ACCOUNTRECEIVABLE post to BSID

Former Member
0 Kudos

Hi

BSID is the OPEN Account receivables data for a customer against the billing document.

check the following BAPI's

BAPI_AR_ACC_GETBALANCEDITEMS Customer account clearing transactions in a given time period

BAPI_AR_ACC_GETCURRENTBALANCE Closing balance of customer account in current fiscal year

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 current fiscal year

BAPI_AR_ACC_GETSTATEMENT Customer account statement for a given period

Reward points if useful

Regards

Anji