Chapter 6. Financial Statement Noun

Table of Contents

FinancialStatement
Fields and Components
Sample XML
FinancialStatementHeader
Fields and Components
Sample XML
DocumentIdentificationGroup
Fields and Components
Sample XML
DocumentIdentification
Fields and Components
Sample XML
AlternateDocumentIdentification
Fields and Components
Sample XML
FinancialStatementDetail
Fields and Components
Sample XML

FinancialStatement

Uses the Component:FinancialStatementType

FinancialStatement is used to transmit dealer Financial Statement information. This may include Balance Sheet, Profit and Loss, and any other Financial Statement related information.

Fields and Components

Table 6.1. Fields and Components

Name Description Occurrence Type Data Type User Notes
FinancialStatementHeader

For each FinancialStatement represented in the DataArea of the Financial Statement Business Object Document, there must be once occurrence of the Header Component.

1..1ComponentFinancialStatementHeaderType 
FinancialStatementDetail

The Detail Component represents the detailed information for the Financial Statement.

1..*ComponentFinancialStatementDetailType 

Sample XML

The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.

Example 6.1. FinancialStatement

<FinancialStatement>
     <FinancialStatementHeader>......</FinancialStatementHeader>     [1..1]
     <FinancialStatementDetail>......</FinancialStatementDetail>     [1..*]
</FinancialStatement>