Sapass

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



Index

Company

Company


The business object Company is the smallest organizational unit
for which an individual financial statement is drawn up according to a given country's commercial code.


A company may contain one or more company codes.

Comment

You have to use the same operative chart of accounts and compatible
fiscal year subdivisions for all company codes belonging to the same company. However, company code currencies can be different.


A company uses just one local currency in which the company's transaction figures are carried.


11-Dec-2005


Methods

Available Methods


  • ExistenceCheck : Check if company exists [ BAPI_COMPANY_EXISTENCECHECK ]
  • GetDetail : Company Details [ BAPI_COMPANY_GETDETAIL ]
  • GetList : List of Companies [ BAPI_COMPANY_GETLIST ]

11-Dec-2005


ExistenceCheck

ExistenceCheck


No document is available


11-Dec-2005


GetDetail

GetDetail


This method enables the user to access further information about acompany. The company's detailed data as determined by the system isreturned. Any problems arising are returned as a return code message.

Notes

The same authorization checks are carried out under this method as take
place when displaying information within an R/3 transaction.

The system does not convert the input parameter COMPANYID, meaning thatleading blank characters within this parameter are not cleared.

Messages are returned within the RETURN parameter. This parameter documentation contains the return codes and their meaning.



11-Dec-2005


GetList

GetList


This method provides the user with a list of companies. The systemreturns both the IDs and the names of the companies, in so far as theyexist in the system. Problems arising are returned as a return code message.

Notes

The same authorization checks are carried out with this method as take
place when you display information within an R/3 transaction.

Messages are returned within the RETURN parameter. The return codes andtheir meaning are contained in this pararmeter documentation.


11-Dec-2005