Sapass

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



Index

ConsChartOfAccts

ConsChartOfAccts


The business object Consolidation chart of accounts contains an
ordered list of value categories that is defined for group accounting
and that can be used in group accounting to draw up consolidated financial statements.

Structure

A consolidation chart of accounts has several consolidation chart of accounts items, which define the value categories.


Integration
The consolidation chart of accounts in consolidation is equivalent to
the chart of accounts of financial accounting. However, as a rule it
contains fewer items than the chart of accounts in financial accounting since consolidation requires a lower level of detail.


The consolidation chart of accounts items are specialized according to
assets, liabilities, profit and loss statement or statistical items.

Further, a distinction is made between value items and totals (sum) items.


The consolidation chart of accounts items are the account assignment
units in consolidation on whose basis the individual financial statements are recorded and the consolidation entries are made.


If the interface to financial accounting is used, a link between the
general ledger accounts and the consolidation chart of accounts items is established.


Depending on the selected data transfer method the link can be
established via a corporate group chart of accounts that corresponds to
the consolidation chart of accounts and whose items are assigned to the
general ledger items of the operative chart of accounts. The
alternative to this is the creation of a balance sheet/P&L statement
structure (financial statement version) that also corresponds to the
consolidation chart of accounts and to which the general ledger items of the operative chart of accounts are assigned.


11-Dec-2005


Methods

Available Methods


  • GetItems : Display financial statement items [ BAPI_CONSCHARTOFACCTS_GETITEMS ]
  • GetList : Display consolidation charts of accounts [ BAPI_CONSCHARTOFACCTS_GETLIST ]

11-Dec-2005


GetItems

GetItems


With this method you receive a list of all financial statement items ofa consolidation chart of accounts. Not only the FS items are returned,but also texts of FS items, as far as they are available in the system.Furthermore different attributes of some FS items are issued. Problems which arise are returned as a message in a return code.


Notes

All authorization checks, which are executed with a display within anSAP transaction, are carried out. Messages are returned in the parameter RETURN. You find possible return values in the parameterdocumentation.

The key fields used by the method are described under the parameters.


11-Dec-2005


GetList

GetList


With this method you receive a list of all consolidation chart of accounts. Not only the keys are returned, but also texts ofconsolidation chart of accounts, as far as they are available in thesystem. Problems which arise are returned as a message in a return code.


Notes

All authorization checks, which are executed with a display within an SAP-Transaction, are carried out.

Messages are returned in the parameter RETURN. You find possible return values in the parameter documentation.


11-Dec-2005