Interface:
SCMM
-
Template object structure
Version
2014.00
This documentation describes the AbaConnect Interface
Template object structure
for the
SCMM
Application.
General Information
General information about the AbaConnect interface.
AbaConnect Interface Information |
Application : | SCMM |
Interface Name : | Template object structure |
ID : | RSV
(
R321
)
|
Version : | 2014.00 |
Status: | Productive |
Displays the possible import and export features for this interface.
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 : | Template object structure |
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>SCMM</Application>
<Id>RSV</Id>
<MapId>AbaDefault</MapId>
<Version>2014.00</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>
<TemplateObject mode='SAVE'>
<!-- The specific data fields for the AbaConnect interface are included here. -->
</TemplateObject>
</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"
"-aSCMM"
"-version2014.00"
"-M7777"
"-acidRSV"
"-mapidAbaDefault"
"-datamodeXML"
"-responseYES"
"-responsefileX:\response.xml"
"-exportfileX:\data.xml"
Import :
abaconnectimportconsole.exe "/USRuser" "/PWxxx"
"-aSCMM"
"-version2014.00"
"-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.
Action Type: | Import und Export |
Field Length:
10 | Decimal Places:
0 | Mandatory Field:
No | Revision:
0 | Ascii ID :
- |
Description: |
Unique, sequential number assigned by the system to identify the object.
(The internal field ID for this element is "ObjectNr")
|
Action Type: | Import und Export |
Field Length:
10 | Decimal Places:
0 | Mandatory Field:
No | Revision:
0 | Ascii ID :
- |
Description: |
Number of the superior object, if available.
(The internal field ID for this element is "RefObjectNr")
|
Action Type: | Import und Export |
Field Length:
10 | Decimal Places:
0 | Mandatory Field:
No | Revision:
0 | Ascii ID :
- |
Description: |
Number of the superior main installation object, if available.
(The internal field ID for this element is "RootObjectNr")
|
XML Element Name: | ObjectType |
Parent Element: | TemplateObject |
Action Type: | Import und Export |
Field Length:
2 | Decimal Places:
0 | Mandatory Field:
No | Revision:
0 | Ascii ID :
- |
Description: |
(The internal field ID for this element is "ObjectType")
|
Field Type: | Boolean (true oder false) |
Action Type: | Import und Export |
Field Length:
- | Decimal Places:
0 | Mandatory Field:
No | Revision:
0 | Ascii ID :
- |
Description: |
(The internal field ID for this element is "HasChildren")
|
XML Element Name: | Level |
Parent Element: | TemplateObject |
Action Type: | Import und Export |
Field Length:
2 | Decimal Places:
0 | Mandatory Field:
No | Revision:
0 | Ascii ID :
- |
Description: |
(The internal field ID for this element is "Level")
|
XML Element Name: | ObjectID |
Parent Element: | TemplateObject |
Action Type: | Import und Export |
Field Length:
16 | Decimal Places:
0 | Mandatory Field:
No | Revision:
0 | Ascii ID :
- |
Description: |
Unique, alphanumeric search designation that can be defined by the user to
identify the object. Contains the object number as a proposal.
(The internal field ID for this element is "ObjectId")
|
Action Type: | Import und Export |
Field Length:
50 | Decimal Places:
0 | Mandatory Field:
No | Revision:
0 | Ascii ID :
- |
Description: |
Non unique, alphanumeric object designation for a short description of the
object.
(The internal field ID for this element is "ObjectName")
|
Action Type: | Import und Export |
Field Length:
4 | Decimal Places:
0 | Mandatory Field:
No | Revision:
0 | Ascii ID :
- |
Description: |
(The internal field ID for this element is "KlassVariante")
|
Action Type: | Import und Export |
Field Length:
4 | Decimal Places:
0 | Mandatory Field:
No | Revision:
0 | Ascii ID :
- |
Description: |
(The internal field ID for this element is "KlassLevel")
|
Action Type: | Import und Export |
Field Length:
12 | Decimal Places:
2 | Mandatory Field:
No | Revision:
0 | Ascii ID :
- |
Description: |
(The internal field ID for this element is "KlassId")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.
|