Sapass

 Simplify SAP R/3 development with Excel VBA/VB RFC  
Home> Bapi>ARAccount



Index

ARAccount

ARAccount


The business object Accounts receivable account is a structure
for recording value movements in a company code that concerns receivables or payables for a debtor.

Structure

An accounts receivable account contains transaction figures that show
value movements as a period-related summarized value for the reporting purposes of the accounts receivable ledger.

A distinction is drawn between an accounts receivable account
transaction figure that shows value movements as a summarized value per
posting period, and an accounts receivable account special transaction
figure that shows value movements as a fiscal year-related summarized value that refers to a special general ledger category.


Comment
An accounts receivable account contains the information required by the
company code to provide an illustration of business transactions with a debtor in terms of value.


One value category is defined for an accounts receivable account by
assigning a general ledger account (reconciliation account). Based on
the assignment of this reconciliation account, receivables to debtors
are carried in parallel in the general ledger on general ledger account
level. If receivables are identified per special G/L category, you have to define a chart of accounts item (reconciliation account
determination) to be reconciled in the general ledger. This is a cross-company code assignment.


11-Dec-2005


Methods

Available Methods


  • GetBalancedItems : BAPI: Get balanced items: Customer [ BAPI_AR_ACC_GETBALANCEDITEMS ]
  • GetCurrentBalance : BAPI: Get actual balances: Customer [ BAPI_AR_ACC_GETCURRENTBALANCE ]
  • GetKeyDateBalance : BAPI: Get key date balance: Customer [ BAPI_AR_ACC_GETKEYDATEBALANCE ]
  • GetOpenItems : BAPI: Get open items: Customer [ BAPI_AR_ACC_GETOPENITEMS ]
  • GetPeriodBalances : BAPI: Get balances: Customer [ BAPI_AR_ACC_GETPERIODBALANCES ]
  • GetStatement : BAPI: Get account statement: Customer [ BAPI_AR_ACC_GETSTATEMENT ]

11-Dec-2005


GetBalancedItems

GetBalancedItems


This method lists the clearing transactions made to a customer accountin a given period. Clearing entries (for example, payments) and theitems that they cleared (for example invoices, credit memos) are displayed together.


11-Dec-2005


GetCurrentBalance

GetCurrentBalance


This method provides a customer's balance for the current fiscal year.

It displays both the balance of standard transactions and the totalbalance of standard transactions and all special general ledger transactions.


11-Dec-2005


GetKeyDateBalance

GetKeyDateBalance


This method supplies a customer's total balance at a given key date.The total balance includes both standard and special general ledgertransactions. If you so wish, noted items can also be included in this balance.

The balance is displayed per transaction currency but can can be further broken down per special general ledger transaction.



11-Dec-2005


GetOpenItems

GetOpenItems


This method lists a customer's open items at a given key date. If you so wish, noted items can also be displayed.


11-Dec-2005


GetPeriodBalances

GetPeriodBalances


This method lists a customer's current balance for the current fiscal year, together with the transactions and sales per period.

The annual values for special general ledger transactions are also displayed in a table.


11-Dec-2005


GetStatement

GetStatement


This method lists the postings made to a customer account in a givenperiod. If you so wish, noted items can also be selected for display.


11-Dec-2005