Interface:
FIBU
-
Balance/budget figures
Version
2013.10
This documentation describes the AbaConnect Interface
Balance/budget figures
for the
FIBU
Application.
General Information
General information about the AbaConnect interface.
| AbaConnect Interface Information |
| Application : | FIBU |
| Interface Name : | Balance/budget figures |
| ID : | SaldoBudgetzahlen
(
Saldozahlen
)
|
| Version : | 2013.10 |
| Status: | Productive |
Displays the possible import and export features for this interface.
| Export : | XML / ASCII |
| Import : | XML / ASCII |
Displays additional information for this interface.
|
Highest field Revision for this interface : 0 |
Mapping Information
The following displays the Mapping details for this interface.
| Mapping ID : | AbaDefault |
| Mapping Name : | Balance/budget figures |
| Description : |
|
Example AbaConnect XML Structure
The following is an example of an XML Header structure. This information is also visible in an AbaConnect
XML Export file, that has been exported via the Abacus AbaConnect User Interface.
| AbaConnect XML Struktur |
<?xml version='1.0' encoding='UTF-8'?>
<AbaConnectContainer>
<TaskCount>1</TaskCount>
<Task>
<Parameter>
<Application>FIBU</Application>
<Id>SaldoBudgetzahlen</Id>
<MapId>AbaDefault</MapId>
<Version>2013.10</Version>
<!-- Attention : The client number (Mandant) is optional and implies that the data can only be imported into specified client (Mandant) -->
<!-- The Client Option (Mandant) only has an influence when importing data. It can be configured in the AbaConnect Export Settings. -->
<!-- By default, the client number (Mandant) is not written to the export file -->
<Mandant>7777</Mandant>
</Parameter>
<Transaction>
<BalanceFigures mode='SAVE'>
<!-- The specific data fields for the AbaConnect interface are included here. -->
</BalanceFigures>
</Transaction>
</Task>
</AbaConnectContainer>
|
Example AbaConnect Command Line
The following includes examples of AbaConnect Command Line.
The AbaConnect Command Line is executed with the abaconnectexportconsole.exe and abaconnectimportconsole.exe programmes.
The AbaConnect Command Line must be run direct on the Abacus server.
More detailed information about AbaConnect Command Line is available on the Abacus Homepage. The following examples serve as starting point for creating a simple command line.
| AbaConnect Command Line |
Export :
abaconnectexportconsole.exe "/USRuser" "/PWxxx"
"-aFIBU"
"-version2013.10"
"-M7777"
"-acidSaldoBudgetzahlen"
"-mapidAbaDefault"
"-datamodeXML"
"-responseYES"
"-responsefileX:\response.xml"
"-exportfileX:\data.xml"
Import :
abaconnectimportconsole.exe "/USRuser" "/PWxxx"
"-aFIBU"
"-version2013.10"
"-M7777"
"-datamodeXML"
"-responseYES"
"-responsefileX:\response.xml"
"-importfileX:\data.xml"
N.B. : For importing XML data, it is not necessary to specify the Interface ID and Mapping on the Command Line.
This information is contained in the XML Import file.
|
Mapping Structure
The following displays a simplified mapping structure for this interface.
The XML-Element and Parent-Name are always in english. Click on the row to display additional information.
Field Information
The following is a detailed description of the fields used in this interface.
| XML Element Name: | Division |
| Parent Element: | BalanceFigures |
| Action Type: | Import und Export |
| Field Length:
8 | Decimal Places:
0 | Mandatory Field:
Yes | Revision:
0 | Ascii ID :
1 |
| Description: |
(The internal field ID for this element is "Division")
|
| Action Type: | Import und Export |
| Field Length:
1 | Decimal Places:
0 | Mandatory Field:
Yes | Revision:
0 | Ascii ID :
2 |
| Description: |
(The internal field ID for this element is "ActualPlannedFigures")
|
| Action Type: | Import und Export |
| Field Length:
1 | Decimal Places:
0 | Mandatory Field:
Yes | Revision:
0 | Ascii ID :
3 |
| Description: |
(The internal field ID for this element is "BaseForeignCurrency")
|
| XML Element Name: | Year |
| Parent Element: | BalanceFigures |
| Action Type: | Import und Export |
| Field Length:
4 | Decimal Places:
0 | Mandatory Field:
Yes | Revision:
0 | Ascii ID :
4 |
| Description: |
(The internal field ID for this element is "Year")
|
| XML Element Name: | Account |
| Parent Element: | BalanceFigures |
| Action Type: | Import und Export |
| Field Length:
11 | Decimal Places:
0 | Mandatory Field:
Yes | Revision:
0 | Ascii ID :
5 |
| Description: |
(The internal field ID for this element is "Account")
|
| XML Element Name: | CostLevel1 |
| Parent Element: | BalanceFigures |
| Action Type: | Import und Export |
| Field Length:
11 | Decimal Places:
0 | Mandatory Field:
Yes | Revision:
0 | Ascii ID :
6 |
| Description: |
(The internal field ID for this element is "CostLevel1")
|
| XML Element Name: | CostLevel2 |
| Parent Element: | BalanceFigures |
| Action Type: | Import und Export |
| Field Length:
11 | Decimal Places:
0 | Mandatory Field:
No | Revision:
0 | Ascii ID :
7 |
| Description: |
(The internal field ID for this element is "CostLevel2")
|
| Action Type: | Import und Export |
| Field Length:
14 | Decimal Places:
2 | Mandatory Field:
No | Revision:
0 | Ascii ID :
8 |
| Description: |
(The internal field ID for this element is "CarriedForward")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| Action Type: | Import und Export |
| Field Length:
12 | Decimal Places:
4 | Mandatory Field:
No | Revision:
0 | Ascii ID :
9 |
| Description: |
(The internal field ID for this element is "QuantityCarriedForward")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| Action Type: | Import und Export |
| Field Length:
14 | Decimal Places:
2 | Mandatory Field:
No | Revision:
0 | Ascii ID :
10 |
| Description: |
Annual figures: Total debit balance
monthly figures: Debit balance January
month 1 begins calendar year
if FY = CY then Debit 1 to Debit12
if FY <> CY then Debit 1 begins
month 1 calender year to max. Debit 36(3 years)
(The internal field ID for this element is "AmountDebit1")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| Action Type: | Import und Export |
| Field Length:
14 | Decimal Places:
2 | Mandatory Field:
No | Revision:
0 | Ascii ID :
11 |
| Description: |
(The internal field ID for this element is "AmountDebit2")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| Action Type: | Import und Export |
| Field Length:
14 | Decimal Places:
2 | Mandatory Field:
No | Revision:
0 | Ascii ID :
12 |
| Description: |
(The internal field ID for this element is "AmountDebit3")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| Action Type: | Import und Export |
| Field Length:
14 | Decimal Places:
2 | Mandatory Field:
No | Revision:
0 | Ascii ID :
13 |
| Description: |
(The internal field ID for this element is "AmountDebit4")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| Action Type: | Import und Export |
| Field Length:
14 | Decimal Places:
2 | Mandatory Field:
No | Revision:
0 | Ascii ID :
14 |
| Description: |
(The internal field ID for this element is "AmountDebit5")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| Action Type: | Import und Export |
| Field Length:
14 | Decimal Places:
2 | Mandatory Field:
No | Revision:
0 | Ascii ID :
15 |
| Description: |
(The internal field ID for this element is "AmountDebit6")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| Action Type: | Import und Export |
| Field Length:
14 | Decimal Places:
2 | Mandatory Field:
No | Revision:
0 | Ascii ID :
16 |
| Description: |
(The internal field ID for this element is "AmountDebit7")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| Action Type: | Import und Export |
| Field Length:
14 | Decimal Places:
2 | Mandatory Field:
No | Revision:
0 | Ascii ID :
17 |
| Description: |
(The internal field ID for this element is "AmountDebit8")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| Action Type: | Import und Export |
| Field Length:
14 | Decimal Places:
2 | Mandatory Field:
No | Revision:
0 | Ascii ID :
18 |
| Description: |
(The internal field ID for this element is "AmountDebit9")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| Action Type: | Import und Export |
| Field Length:
14 | Decimal Places:
2 | Mandatory Field:
No | Revision:
0 | Ascii ID :
19 |
| Description: |
(The internal field ID for this element is "AmountDebit10")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| Action Type: | Import und Export |
| Field Length:
14 | Decimal Places:
2 | Mandatory Field:
No | Revision:
0 | Ascii ID :
20 |
| Description: |
(The internal field ID for this element is "AmountDebit11")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| Action Type: | Import und Export |
| Field Length:
14 | Decimal Places:
2 | Mandatory Field:
No | Revision:
0 | Ascii ID :
21 |
| Description: |
(The internal field ID for this element is "AmountDebit12")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| Action Type: | Import und Export |
| Field Length:
14 | Decimal Places:
2 | Mandatory Field:
No | Revision:
0 | Ascii ID :
22 |
| Description: |
Month 13
(The internal field ID for this element is "AmountDebitCE")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| Action Type: | Import und Export |
| Field Length:
14 | Decimal Places:
2 | Mandatory Field:
No | Revision:
0 | Ascii ID :
23 |
| Description: |
(The internal field ID for this element is "AmountDebit13")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| Action Type: | Import und Export |
| Field Length:
14 | Decimal Places:
2 | Mandatory Field:
No | Revision:
0 | Ascii ID :
24 |
| Description: |
(The internal field ID for this element is "AmountDebit14")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| Action Type: | Import und Export |
| Field Length:
14 | Decimal Places:
2 | Mandatory Field:
No | Revision:
0 | Ascii ID :
25 |
| Description: |
(The internal field ID for this element is "AmountDebit15")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| Action Type: | Import und Export |
| Field Length:
14 | Decimal Places:
2 | Mandatory Field:
No | Revision:
0 | Ascii ID :
26 |
| Description: |
(The internal field ID for this element is "AmountDebit16")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| Action Type: | Import und Export |
| Field Length:
14 | Decimal Places:
2 | Mandatory Field:
No | Revision:
0 | Ascii ID :
27 |
| Description: |
(The internal field ID for this element is "AmountDebit17")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| Action Type: | Import und Export |
| Field Length:
14 | Decimal Places:
2 | Mandatory Field:
No | Revision:
0 | Ascii ID :
28 |
| Description: |
(The internal field ID for this element is "AmountDebit18")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| Action Type: | Import und Export |
| Field Length:
14 | Decimal Places:
2 | Mandatory Field:
No | Revision:
0 | Ascii ID :
29 |
| Description: |
(The internal field ID for this element is "AmountDebit19")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| Action Type: | Import und Export |
| Field Length:
14 | Decimal Places:
2 | Mandatory Field:
No | Revision:
0 | Ascii ID :
30 |
| Description: |
(The internal field ID for this element is "AmountDebit20")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| Action Type: | Import und Export |
| Field Length:
14 | Decimal Places:
2 | Mandatory Field:
No | Revision:
0 | Ascii ID :
31 |
| Description: |
(The internal field ID for this element is "AmountDebit21")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| Action Type: | Import und Export |
| Field Length:
14 | Decimal Places:
2 | Mandatory Field:
No | Revision:
0 | Ascii ID :
32 |
| Description: |
(The internal field ID for this element is "AmountDebit22")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| Action Type: | Import und Export |
| Field Length:
14 | Decimal Places:
2 | Mandatory Field:
No | Revision:
0 | Ascii ID :
33 |
| Description: |
(The internal field ID for this element is "AmountDebit23")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| Action Type: | Import und Export |
| Field Length:
14 | Decimal Places:
2 | Mandatory Field:
No | Revision:
0 | Ascii ID :
34 |
| Description: |
(The internal field ID for this element is "AmountDebit24")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| Action Type: | Import und Export |
| Field Length:
14 | Decimal Places:
2 | Mandatory Field:
No | Revision:
0 | Ascii ID :
35 |
| Description: |
(The internal field ID for this element is "AmountDebit25")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| Action Type: | Import und Export |
| Field Length:
14 | Decimal Places:
2 | Mandatory Field:
No | Revision:
0 | Ascii ID :
36 |
| Description: |
(The internal field ID for this element is "AmountDebit26")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| Action Type: | Import und Export |
| Field Length:
14 | Decimal Places:
2 | Mandatory Field:
No | Revision:
0 | Ascii ID :
37 |
| Description: |
(The internal field ID for this element is "AmountDebit27")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| Action Type: | Import und Export |
| Field Length:
14 | Decimal Places:
2 | Mandatory Field:
No | Revision:
0 | Ascii ID :
38 |
| Description: |
(The internal field ID for this element is "AmountDebit28")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| Action Type: | Import und Export |
| Field Length:
14 | Decimal Places:
2 | Mandatory Field:
No | Revision:
0 | Ascii ID :
39 |
| Description: |
(The internal field ID for this element is "AmountDebit29")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| Action Type: | Import und Export |
| Field Length:
14 | Decimal Places:
2 | Mandatory Field:
No | Revision:
0 | Ascii ID :
40 |
| Description: |
(The internal field ID for this element is "AmountDebit30")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| Action Type: | Import und Export |
| Field Length:
14 | Decimal Places:
2 | Mandatory Field:
No | Revision:
0 | Ascii ID :
41 |
| Description: |
(The internal field ID for this element is "AmountDebit31")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| Action Type: | Import und Export |
| Field Length:
14 | Decimal Places:
2 | Mandatory Field:
No | Revision:
0 | Ascii ID :
42 |
| Description: |
(The internal field ID for this element is "AmountDebit32")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| Action Type: | Import und Export |
| Field Length:
14 | Decimal Places:
2 | Mandatory Field:
No | Revision:
0 | Ascii ID :
43 |
| Description: |
(The internal field ID for this element is "AmountDebit33")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| Action Type: | Import und Export |
| Field Length:
14 | Decimal Places:
2 | Mandatory Field:
No | Revision:
0 | Ascii ID :
44 |
| Description: |
(The internal field ID for this element is "AmountDebit34")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| Action Type: | Import und Export |
| Field Length:
14 | Decimal Places:
2 | Mandatory Field:
No | Revision:
0 | Ascii ID :
45 |
| Description: |
(The internal field ID for this element is "AmountDebit35")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| Action Type: | Import und Export |
| Field Length:
14 | Decimal Places:
2 | Mandatory Field:
No | Revision:
0 | Ascii ID :
46 |
| Description: |
(The internal field ID for this element is "AmountDebit36")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| Action Type: | Import und Export |
| Field Length:
14 | Decimal Places:
2 | Mandatory Field:
No | Revision:
0 | Ascii ID :
47 |
| Description: |
Annual figures: Total credit balance
monthly figures: Credit January
month 1 begins calendar year
if FY = CY then Credit 1 to Credit 12
if FY <> CY then Credit 1 begins
month 1 calender year to max. Credit 36(3 years)
(The internal field ID for this element is "AmountCredit1")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| Action Type: | Import und Export |
| Field Length:
14 | Decimal Places:
2 | Mandatory Field:
No | Revision:
0 | Ascii ID :
48 |
| Description: |
(The internal field ID for this element is "AmountCredit2")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| Action Type: | Import und Export |
| Field Length:
14 | Decimal Places:
2 | Mandatory Field:
No | Revision:
0 | Ascii ID :
49 |
| Description: |
(The internal field ID for this element is "AmountCredit3")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| Action Type: | Import und Export |
| Field Length:
14 | Decimal Places:
2 | Mandatory Field:
No | Revision:
0 | Ascii ID :
50 |
| Description: |
(The internal field ID for this element is "AmountCredit4")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| Action Type: | Import und Export |
| Field Length:
14 | Decimal Places:
2 | Mandatory Field:
No | Revision:
0 | Ascii ID :
51 |
| Description: |
(The internal field ID for this element is "AmountCredit5")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| Action Type: | Import und Export |
| Field Length:
14 | Decimal Places:
2 | Mandatory Field:
No | Revision:
0 | Ascii ID :
52 |
| Description: |
(The internal field ID for this element is "AmountCredit6")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| Action Type: | Import und Export |
| Field Length:
14 | Decimal Places:
2 | Mandatory Field:
No | Revision:
0 | Ascii ID :
53 |
| Description: |
(The internal field ID for this element is "AmountCredit7")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| Action Type: | Import und Export |
| Field Length:
14 | Decimal Places:
2 | Mandatory Field:
No | Revision:
0 | Ascii ID :
54 |
| Description: |
(The internal field ID for this element is "AmountCredit8")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| Action Type: | Import und Export |
| Field Length:
14 | Decimal Places:
2 | Mandatory Field:
No | Revision:
0 | Ascii ID :
55 |
| Description: |
(The internal field ID for this element is "AmountCredit9")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| Action Type: | Import und Export |
| Field Length:
14 | Decimal Places:
2 | Mandatory Field:
No | Revision:
0 | Ascii ID :
56 |
| Description: |
(The internal field ID for this element is "AmountCredit10")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| Action Type: | Import und Export |
| Field Length:
14 | Decimal Places:
2 | Mandatory Field:
No | Revision:
0 | Ascii ID :
57 |
| Description: |
(The internal field ID for this element is "AmountCredit11")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| Action Type: | Import und Export |
| Field Length:
12 | Decimal Places:
2 | Mandatory Field:
No | Revision:
0 | Ascii ID :
58 |
| Description: |
(The internal field ID for this element is "AmountCredit12")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| Action Type: | Import und Export |
| Field Length:
14 | Decimal Places:
2 | Mandatory Field:
No | Revision:
0 | Ascii ID :
59 |
| Description: |
(The internal field ID for this element is "AmountCreditCE")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| Action Type: | Import und Export |
| Field Length:
14 | Decimal Places:
2 | Mandatory Field:
No | Revision:
0 | Ascii ID :
60 |
| Description: |
(The internal field ID for this element is "AmountCredit13")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| Action Type: | Import und Export |
| Field Length:
14 | Decimal Places:
2 | Mandatory Field:
No | Revision:
0 | Ascii ID :
61 |
| Description: |
(The internal field ID for this element is "AmountCredit14")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| Action Type: | Import und Export |
| Field Length:
14 | Decimal Places:
2 | Mandatory Field:
No | Revision:
0 | Ascii ID :
62 |
| Description: |
(The internal field ID for this element is "AmountCredit15")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| Action Type: | Import und Export |
| Field Length:
14 | Decimal Places:
2 | Mandatory Field:
No | Revision:
0 | Ascii ID :
63 |
| Description: |
(The internal field ID for this element is "AmountCredit16")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| Action Type: | Import und Export |
| Field Length:
14 | Decimal Places:
2 | Mandatory Field:
No | Revision:
0 | Ascii ID :
64 |
| Description: |
(The internal field ID for this element is "AmountCredit17")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| Action Type: | Import und Export |
| Field Length:
14 | Decimal Places:
2 | Mandatory Field:
No | Revision:
0 | Ascii ID :
65 |
| Description: |
(The internal field ID for this element is "AmountCredit18")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| Action Type: | Import und Export |
| Field Length:
14 | Decimal Places:
2 | Mandatory Field:
No | Revision:
0 | Ascii ID :
66 |
| Description: |
(The internal field ID for this element is "AmountCredit19")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| Action Type: | Import und Export |
| Field Length:
14 | Decimal Places:
2 | Mandatory Field:
No | Revision:
0 | Ascii ID :
67 |
| Description: |
(The internal field ID for this element is "AmountCredit20")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| Action Type: | Import und Export |
| Field Length:
14 | Decimal Places:
2 | Mandatory Field:
No | Revision:
0 | Ascii ID :
68 |
| Description: |
(The internal field ID for this element is "AmountCredit21")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| Action Type: | Import und Export |
| Field Length:
14 | Decimal Places:
2 | Mandatory Field:
No | Revision:
0 | Ascii ID :
69 |
| Description: |
(The internal field ID for this element is "AmountCredit22")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| Action Type: | Import und Export |
| Field Length:
14 | Decimal Places:
2 | Mandatory Field:
No | Revision:
0 | Ascii ID :
70 |
| Description: |
(The internal field ID for this element is "AmountCredit23")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| Action Type: | Import und Export |
| Field Length:
12 | Decimal Places:
2 | Mandatory Field:
No | Revision:
0 | Ascii ID :
71 |
| Description: |
(The internal field ID for this element is "AmountCredit24")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| Action Type: | Import und Export |
| Field Length:
14 | Decimal Places:
2 | Mandatory Field:
No | Revision:
0 | Ascii ID :
72 |
| Description: |
(The internal field ID for this element is "AmountCredit25")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| Action Type: | Import und Export |
| Field Length:
14 | Decimal Places:
2 | Mandatory Field:
No | Revision:
0 | Ascii ID :
73 |
| Description: |
(The internal field ID for this element is "AmountCredit26")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| Action Type: | Import und Export |
| Field Length:
14 | Decimal Places:
2 | Mandatory Field:
No | Revision:
0 | Ascii ID :
74 |
| Description: |
(The internal field ID for this element is "AmountCredit27")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| Action Type: | Import und Export |
| Field Length:
14 | Decimal Places:
2 | Mandatory Field:
No | Revision:
0 | Ascii ID :
75 |
| Description: |
(The internal field ID for this element is "AmountCredit28")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| Action Type: | Import und Export |
| Field Length:
14 | Decimal Places:
2 | Mandatory Field:
No | Revision:
0 | Ascii ID :
76 |
| Description: |
(The internal field ID for this element is "AmountCredit29")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| Action Type: | Import und Export |
| Field Length:
14 | Decimal Places:
2 | Mandatory Field:
No | Revision:
0 | Ascii ID :
77 |
| Description: |
(The internal field ID for this element is "AmountCredit30")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| Action Type: | Import und Export |
| Field Length:
14 | Decimal Places:
2 | Mandatory Field:
No | Revision:
0 | Ascii ID :
78 |
| Description: |
(The internal field ID for this element is "AmountCredit31")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| Action Type: | Import und Export |
| Field Length:
14 | Decimal Places:
2 | Mandatory Field:
No | Revision:
0 | Ascii ID :
79 |
| Description: |
(The internal field ID for this element is "AmountCredit32")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| Action Type: | Import und Export |
| Field Length:
14 | Decimal Places:
2 | Mandatory Field:
No | Revision:
0 | Ascii ID :
80 |
| Description: |
(The internal field ID for this element is "AmountCredit33")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| Action Type: | Import und Export |
| Field Length:
14 | Decimal Places:
2 | Mandatory Field:
No | Revision:
0 | Ascii ID :
81 |
| Description: |
(The internal field ID for this element is "AmountCredit34")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| Action Type: | Import und Export |
| Field Length:
14 | Decimal Places:
2 | Mandatory Field:
No | Revision:
0 | Ascii ID :
82 |
| Description: |
(The internal field ID for this element is "AmountCredit35")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| Action Type: | Import und Export |
| Field Length:
14 | Decimal Places:
2 | Mandatory Field:
No | Revision:
0 | Ascii ID :
83 |
| Description: |
(The internal field ID for this element is "AmountCredit36")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| XML Element Name: | Quantity1 |
| Parent Element: | BalanceFigures |
| Action Type: | Import und Export |
| Field Length:
12 | Decimal Places:
4 | Mandatory Field:
No | Revision:
0 | Ascii ID :
84 |
| Description: |
Annual figures: Total quantity
monthly figures: Quantity January
month 1 begins calendar year
if FY = CY then quantity 1 to quantity 12
if FY <> CY then quantity 1 begins
month 1 calender year to max. quantity 36(3 years)
(The internal field ID for this element is "Quantity1")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| XML Element Name: | Quantity2 |
| Parent Element: | BalanceFigures |
| Action Type: | Import und Export |
| Field Length:
12 | Decimal Places:
4 | Mandatory Field:
No | Revision:
0 | Ascii ID :
85 |
| Description: |
(The internal field ID for this element is "Quantity2")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| XML Element Name: | Quantity3 |
| Parent Element: | BalanceFigures |
| Action Type: | Import und Export |
| Field Length:
12 | Decimal Places:
4 | Mandatory Field:
No | Revision:
0 | Ascii ID :
86 |
| Description: |
(The internal field ID for this element is "Quantity3")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| XML Element Name: | Quantity4 |
| Parent Element: | BalanceFigures |
| Action Type: | Import und Export |
| Field Length:
12 | Decimal Places:
4 | Mandatory Field:
No | Revision:
0 | Ascii ID :
87 |
| Description: |
(The internal field ID for this element is "Quantity4")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| XML Element Name: | Quantity5 |
| Parent Element: | BalanceFigures |
| Action Type: | Import und Export |
| Field Length:
12 | Decimal Places:
4 | Mandatory Field:
No | Revision:
0 | Ascii ID :
88 |
| Description: |
(The internal field ID for this element is "Quantity5")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| XML Element Name: | Quantity6 |
| Parent Element: | BalanceFigures |
| Action Type: | Import und Export |
| Field Length:
12 | Decimal Places:
4 | Mandatory Field:
No | Revision:
0 | Ascii ID :
89 |
| Description: |
(The internal field ID for this element is "Quantity6")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| XML Element Name: | Quantity7 |
| Parent Element: | BalanceFigures |
| Action Type: | Import und Export |
| Field Length:
12 | Decimal Places:
4 | Mandatory Field:
No | Revision:
0 | Ascii ID :
90 |
| Description: |
(The internal field ID for this element is "Quantity7")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| XML Element Name: | Quantity8 |
| Parent Element: | BalanceFigures |
| Action Type: | Import und Export |
| Field Length:
12 | Decimal Places:
4 | Mandatory Field:
No | Revision:
0 | Ascii ID :
91 |
| Description: |
(The internal field ID for this element is "Quantity8")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| XML Element Name: | Quantity9 |
| Parent Element: | BalanceFigures |
| Action Type: | Import und Export |
| Field Length:
12 | Decimal Places:
4 | Mandatory Field:
No | Revision:
0 | Ascii ID :
92 |
| Description: |
(The internal field ID for this element is "Quantity9")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| XML Element Name: | Quantity10 |
| Parent Element: | BalanceFigures |
| Action Type: | Import und Export |
| Field Length:
12 | Decimal Places:
4 | Mandatory Field:
No | Revision:
0 | Ascii ID :
93 |
| Description: |
(The internal field ID for this element is "Quantity10")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| XML Element Name: | Quantity11 |
| Parent Element: | BalanceFigures |
| Action Type: | Import und Export |
| Field Length:
12 | Decimal Places:
4 | Mandatory Field:
No | Revision:
0 | Ascii ID :
94 |
| Description: |
(The internal field ID for this element is "Quantity11")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| XML Element Name: | Quantity12 |
| Parent Element: | BalanceFigures |
| Action Type: | Import und Export |
| Field Length:
12 | Decimal Places:
4 | Mandatory Field:
No | Revision:
0 | Ascii ID :
95 |
| Description: |
(The internal field ID for this element is "Quantity12")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| XML Element Name: | Quantity13 |
| Parent Element: | BalanceFigures |
| Action Type: | Import und Export |
| Field Length:
12 | Decimal Places:
4 | Mandatory Field:
No | Revision:
0 | Ascii ID :
96 |
| Description: |
(The internal field ID for this element is "Quantity13")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| XML Element Name: | Quantity14 |
| Parent Element: | BalanceFigures |
| Action Type: | Import und Export |
| Field Length:
12 | Decimal Places:
4 | Mandatory Field:
No | Revision:
0 | Ascii ID :
97 |
| Description: |
(The internal field ID for this element is "Quantity14")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| XML Element Name: | Quantity15 |
| Parent Element: | BalanceFigures |
| Action Type: | Import und Export |
| Field Length:
12 | Decimal Places:
4 | Mandatory Field:
No | Revision:
0 | Ascii ID :
98 |
| Description: |
(The internal field ID for this element is "Quantity15")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| XML Element Name: | Quantity16 |
| Parent Element: | BalanceFigures |
| Action Type: | Import und Export |
| Field Length:
12 | Decimal Places:
4 | Mandatory Field:
No | Revision:
0 | Ascii ID :
99 |
| Description: |
(The internal field ID for this element is "Quantity16")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| XML Element Name: | Quantity17 |
| Parent Element: | BalanceFigures |
| Action Type: | Import und Export |
| Field Length:
12 | Decimal Places:
4 | Mandatory Field:
No | Revision:
0 | Ascii ID :
100 |
| Description: |
(The internal field ID for this element is "Quantity17")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| XML Element Name: | Quantity18 |
| Parent Element: | BalanceFigures |
| Action Type: | Import und Export |
| Field Length:
12 | Decimal Places:
4 | Mandatory Field:
No | Revision:
0 | Ascii ID :
101 |
| Description: |
(The internal field ID for this element is "Quantity18")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| XML Element Name: | Quantity19 |
| Parent Element: | BalanceFigures |
| Action Type: | Import und Export |
| Field Length:
12 | Decimal Places:
4 | Mandatory Field:
No | Revision:
0 | Ascii ID :
102 |
| Description: |
(The internal field ID for this element is "Quantity19")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| XML Element Name: | Quantity20 |
| Parent Element: | BalanceFigures |
| Action Type: | Import und Export |
| Field Length:
12 | Decimal Places:
4 | Mandatory Field:
No | Revision:
0 | Ascii ID :
103 |
| Description: |
(The internal field ID for this element is "Quantity20")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| XML Element Name: | Quantity21 |
| Parent Element: | BalanceFigures |
| Action Type: | Import und Export |
| Field Length:
12 | Decimal Places:
4 | Mandatory Field:
No | Revision:
0 | Ascii ID :
104 |
| Description: |
(The internal field ID for this element is "Quantity21")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| XML Element Name: | Quantity22 |
| Parent Element: | BalanceFigures |
| Action Type: | Import und Export |
| Field Length:
12 | Decimal Places:
4 | Mandatory Field:
No | Revision:
0 | Ascii ID :
105 |
| Description: |
(The internal field ID for this element is "Quantity22")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| XML Element Name: | Quantity23 |
| Parent Element: | BalanceFigures |
| Action Type: | Import und Export |
| Field Length:
12 | Decimal Places:
4 | Mandatory Field:
No | Revision:
0 | Ascii ID :
106 |
| Description: |
(The internal field ID for this element is "Quantity23")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| XML Element Name: | Quantity24 |
| Parent Element: | BalanceFigures |
| Action Type: | Import und Export |
| Field Length:
12 | Decimal Places:
4 | Mandatory Field:
No | Revision:
0 | Ascii ID :
107 |
| Description: |
(The internal field ID for this element is "Quantity24")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| XML Element Name: | Quantity25 |
| Parent Element: | BalanceFigures |
| Action Type: | Import und Export |
| Field Length:
12 | Decimal Places:
4 | Mandatory Field:
No | Revision:
0 | Ascii ID :
108 |
| Description: |
(The internal field ID for this element is "Quantity25")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| XML Element Name: | Quantity26 |
| Parent Element: | BalanceFigures |
| Action Type: | Import und Export |
| Field Length:
12 | Decimal Places:
4 | Mandatory Field:
No | Revision:
0 | Ascii ID :
109 |
| Description: |
(The internal field ID for this element is "Quantity26")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| XML Element Name: | Quantity27 |
| Parent Element: | BalanceFigures |
| Action Type: | Import und Export |
| Field Length:
12 | Decimal Places:
4 | Mandatory Field:
No | Revision:
0 | Ascii ID :
110 |
| Description: |
(The internal field ID for this element is "Quantity27")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| XML Element Name: | Quantity28 |
| Parent Element: | BalanceFigures |
| Action Type: | Import und Export |
| Field Length:
12 | Decimal Places:
4 | Mandatory Field:
No | Revision:
0 | Ascii ID :
111 |
| Description: |
(The internal field ID for this element is "Quantity28")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| XML Element Name: | Quantity29 |
| Parent Element: | BalanceFigures |
| Action Type: | Import und Export |
| Field Length:
12 | Decimal Places:
4 | Mandatory Field:
No | Revision:
0 | Ascii ID :
112 |
| Description: |
(The internal field ID for this element is "Quantity29")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| XML Element Name: | Quantity30 |
| Parent Element: | BalanceFigures |
| Action Type: | Import und Export |
| Field Length:
12 | Decimal Places:
4 | Mandatory Field:
No | Revision:
0 | Ascii ID :
113 |
| Description: |
(The internal field ID for this element is "Quantity30")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| XML Element Name: | Quantity31 |
| Parent Element: | BalanceFigures |
| Action Type: | Import und Export |
| Field Length:
12 | Decimal Places:
4 | Mandatory Field:
No | Revision:
0 | Ascii ID :
114 |
| Description: |
(The internal field ID for this element is "Quantity31")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| XML Element Name: | Quantity32 |
| Parent Element: | BalanceFigures |
| Action Type: | Import und Export |
| Field Length:
12 | Decimal Places:
4 | Mandatory Field:
No | Revision:
0 | Ascii ID :
115 |
| Description: |
(The internal field ID for this element is "Quantity32")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| XML Element Name: | Quantity33 |
| Parent Element: | BalanceFigures |
| Action Type: | Import und Export |
| Field Length:
12 | Decimal Places:
4 | Mandatory Field:
No | Revision:
0 | Ascii ID :
116 |
| Description: |
(The internal field ID for this element is "Quantity33")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| XML Element Name: | Quantity34 |
| Parent Element: | BalanceFigures |
| Action Type: | Import und Export |
| Field Length:
12 | Decimal Places:
4 | Mandatory Field:
No | Revision:
0 | Ascii ID :
117 |
| Description: |
(The internal field ID for this element is "Quantity34")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| XML Element Name: | Quantity35 |
| Parent Element: | BalanceFigures |
| Action Type: | Import und Export |
| Field Length:
12 | Decimal Places:
4 | Mandatory Field:
No | Revision:
0 | Ascii ID :
118 |
| Description: |
(The internal field ID for this element is "Quantity35")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| XML Element Name: | Quantity36 |
| Parent Element: | BalanceFigures |
| Action Type: | Import und Export |
| Field Length:
12 | Decimal Places:
4 | Mandatory Field:
No | Revision:
0 | Ascii ID :
119 |
| Description: |
(The internal field ID for this element is "Quantity36")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|
| XML Element Name: | Isocode |
| Parent Element: | BalanceFigures |
| Action Type: | Import und Export |
| Field Length:
3 | Decimal Places:
0 | Mandatory Field:
No | Revision:
0 | Ascii ID :
120 |
| Description: |
(The internal field ID for this element is "Isocode")
|