Interface: PROJ - Change work package Version 2016.00

This documentation describes the AbaConnect Interface Change work package for the PROJ Application.


General Information

General information about the AbaConnect interface.

AbaConnect Interface Information
Application :PROJ
Interface Name :Change work package
ID :N381 ( N381 )
Version :2016.00
Status:Productive


Displays the possible import and export features for this interface.

Export / Import Modus
Export :XML
Import :XML


Displays additional information for this interface.

Additional Information

                                  Highest field Revision for this interface : 1



Mapping Information

The following displays the Mapping details for this interface.

Mapping Information
Mapping ID :AbaDefault
Mapping Name :Change work package
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>PROJ</Application>
      <Id>N381</Id>
      <MapId>AbaDefault</MapId>
      <Version>2016.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>
      <WorkPackage mode='SAVE'>
          <!-- The specific data fields for the AbaConnect interface are included here. -->
      </WorkPackage>
    </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"  "-aPROJ"  "-version2016.00"  "-M7777"  "-acidN381"  "-mapidAbaDefault"  "-datamodeXML"  "-responseYES"  "-responsefileX:\response.xml"  "-exportfileX:\data.xml"

Import :
abaconnectimportconsole.exe "/USRuser" "/PWxxx"  "-aPROJ"  "-version2016.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.

XML Element Name Field Name Parent Name Type Length Mandatory
WorkPackageWorkpackage---Yes
    FeeProgressFee progressWorkPackage--No
        - IDElement IDFeeProgressNumber8No
        - DateDateFeeProgressDate-No
        - ProgressPercentProgressFeeProgressNumber4No
    - IDElement IDWorkPackageNumber8No
    - PlanIDPlanning elementWorkPackageNumber8No
    - ProgressProcessProgressWorkPackageNumber4No
    - InvoiceAmountInvoiced amountWorkPackageNumber14No
    - CompletedCompletedWorkPackageBoolean-No
    - ActualQuantityExternalActual quantityWorkPackageNumber14No
    - ActualAmountExternalActual amountWorkPackageNumber14No
    - DateFromDate fromWorkPackageDate-No
    - DateToDate toWorkPackageDate-No
    - ActualQuantityInternalActual quantity internalWorkPackageNumber14No
    - ActualAmountInternalActual amount internalWorkPackageNumber14No
    - ServiceCodeService codeWorkPackageNumber8No
    - InvoiceServiceAmountInvoiced verification servicesWorkPackageNumber14No
    - ExternalServiceExternal serviceWorkPackageNumber14No
    - EmployeeGroupEmployee groupWorkPackageNumber8No
    - ProgressUnitProgress by unitWorkPackageNumber14No
    - ProgressUnitEnteredProgress by unit enteredWorkPackageBoolean-No
    - UserDesignationDesignation from userWorkPackageBoolean-No
    - LockBookingBlock for bookingsWorkPackageBoolean-No
    - TypeElement typeWorkPackageNumber2No
    - ContractVariantContract variantWorkPackageNumber8No
    - ContractIDContract IDWorkPackageNumber8No
    - ParentIDSuperordinate element IDWorkPackageNumber8No
    - ProjectNumberProject numberWorkPackageNumber12No
    - NumberNumberWorkPackageText50No
    - DesignationDesignationWorkPackageText70No
    - FeeAmountFee amountWorkPackageNumber14No
    - DeductionChargeSurcharges / deductionsWorkPackageNumber14No
    - IncidentalCostIncidental costsWorkPackageNumber14No
    - SpecialServiceSpecial serviceWorkPackageNumber14No
    - PlanStructureIDID of the structure element from the planningWorkPackageNumber8No
    - ExternalServiceElementExternal provider elementWorkPackageBoolean-No
    - ExternalServiceFeeExternal provider feeWorkPackageNumber14No
    - FeeAmountNotCommissionedFee amount not commissionedWorkPackageNumber14No
    - DeductionChargeNotCommissionedSurcharges / deductions not commissionedWorkPackageNumber14No
    - IncidentalCostNotCommissionedIncidental costs not commissionedWorkPackageNumber14No
    - SpecialServiceNotCommisionedSpecial services not commissionedWorkPackageNumber14No
    - FeeAmountOptionalFee amount optionalWorkPackageNumber14No
    - DeductionChargeOptionalSurcharges / deductions optionalWorkPackageNumber14No
    - IncidentalCostOptionalIncidental costs optionalWorkPackageNumber14No
    - SpecialServiceOptionalSpecial services optionalWorkPackageNumber14No



Field Information

The following is a detailed description of the fields used in this interface.

Fee progress
XML Element Name:FeeProgress
Parent Element:WorkPackage
Field Type:ID
Action Type:Import und Export
Field Length:   1Decimal Places:   0Mandatory Field:   NoRevision:   0Ascii ID :   -
Description:

                

Element ID
XML Element Name:ID
Parent Element:FeeProgress
Field Type:Nummer
Action Type:Import und Export
Field Length:   8Decimal Places:   0Mandatory Field:   NoRevision:   0Ascii ID :   -
Description:

                                  (The internal field ID for this element is "ElementId")
                    

Date
XML Element Name:Date
Parent Element:FeeProgress
Field Type:Datum (2000-03-20)
Action Type:Import und Export
Field Length:   -Decimal Places:   0Mandatory Field:   NoRevision:   0Ascii ID :   -
Description:

                                  (The internal field ID for this element is "ProgressDat")
                    

Progress
XML Element Name:ProgressPercent
Parent Element:FeeProgress
Field Type:Nummer
Action Type:Import und Export
Field Length:   4Decimal Places:   4Mandatory Field:   NoRevision:   0Ascii ID :   -
Description:

                                  (The internal field ID for this element is "ProgressProz")
                    
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.

Element ID
XML Element Name:ID
Parent Element:WorkPackage
Field Type:Nummer
Action Type:Import und Export
Field Length:   8Decimal Places:   0Mandatory Field:   NoRevision:   0Ascii ID :   -
Description:

                                  (The internal field ID for this element is "ElementId")
                    

Planning element
XML Element Name:PlanID
Parent Element:WorkPackage
Field Type:Nummer
Action Type:Import und Export
Field Length:   8Decimal Places:   0Mandatory Field:   NoRevision:   0Ascii ID :   -
Description:
ID of the rough plan elements
(The internal field ID for this element is "PlanId")

Progress
XML Element Name:ProgressProcess
Parent Element:WorkPackage
Field Type:Nummer
Action Type:Import und Export
Field Length:   4Decimal Places:   4Mandatory Field:   NoRevision:   0Ascii ID :   -
Description:

                                  (The internal field ID for this element is "ProgressProz")
                    
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.

Invoiced amount
XML Element Name:InvoiceAmount
Parent Element:WorkPackage
Field Type:Nummer
Action Type:Import und Export
Field Length:   14Decimal Places:   4Mandatory Field:   NoRevision:   0Ascii ID :   -
Description:

                                  (The internal field ID for this element is "FakturaVal")
                    
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.

Completed
XML Element Name:Completed
Parent Element:WorkPackage
Field Type:Boolean (true oder false)
Action Type:Import und Export
Field Length:   -Decimal Places:   0Mandatory Field:   NoRevision:   0Ascii ID :   -
Description:
Progress is 100%
(The internal field ID for this element is "Abgeschlossen")

Actual quantity
XML Element Name:ActualQuantityExternal
Parent Element:WorkPackage
Field Type:Nummer
Action Type:Import und Export
Field Length:   14Decimal Places:   4Mandatory Field:   NoRevision:   0Ascii ID :   -
Description:

                                  (The internal field ID for this element is "IstMengeExtern")
                    
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.

Actual amount
XML Element Name:ActualAmountExternal
Parent Element:WorkPackage
Field Type:Nummer
Action Type:Import und Export
Field Length:   14Decimal Places:   4Mandatory Field:   NoRevision:   0Ascii ID :   -
Description:

                                  (The internal field ID for this element is "IstBetragExtern")
                    
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.

Date from
XML Element Name:DateFrom
Parent Element:WorkPackage
Field Type:Datum (2000-03-20)
Action Type:Import und Export
Field Length:   -Decimal Places:   0Mandatory Field:   NoRevision:   0Ascii ID :   -
Description:

                                  (The internal field ID for this element is "FromDate")
                    

Date to
XML Element Name:DateTo
Parent Element:WorkPackage
Field Type:Datum (2000-03-20)
Action Type:Import und Export
Field Length:   -Decimal Places:   0Mandatory Field:   NoRevision:   0Ascii ID :   -
Description:

                                  (The internal field ID for this element is "ToDate")
                    

Actual quantity internal
XML Element Name:ActualQuantityInternal
Parent Element:WorkPackage
Field Type:Nummer
Action Type:Import und Export
Field Length:   14Decimal Places:   4Mandatory Field:   NoRevision:   0Ascii ID :   -
Description:

                                  (The internal field ID for this element is "IstMengeIntern")
                    
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.

Actual amount internal
XML Element Name:ActualAmountInternal
Parent Element:WorkPackage
Field Type:Nummer
Action Type:Import und Export
Field Length:   14Decimal Places:   4Mandatory Field:   NoRevision:   0Ascii ID :   -
Description:

                                  (The internal field ID for this element is "IstBetragIntern")
                    
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.

Service code
XML Element Name:ServiceCode
Parent Element:WorkPackage
Field Type:Nummer
Action Type:Import und Export
Field Length:   8Decimal Places:   0Mandatory Field:   NoRevision:   0Ascii ID :   -
Description:

                                  (The internal field ID for this element is "LeArtNr")
                    

Invoiced verification services
XML Element Name:InvoiceServiceAmount
Parent Element:WorkPackage
Field Type:Nummer
Action Type:Import und Export
Field Length:   14Decimal Places:   4Mandatory Field:   NoRevision:   0Ascii ID :   -
Description:

                                  (The internal field ID for this element is "FakturaIstVal")
                    
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.

External service
XML Element Name:ExternalService
Parent Element:WorkPackage
Field Type:Nummer
Action Type:Import und Export
Field Length:   14Decimal Places:   4Mandatory Field:   NoRevision:   0Ascii ID :   -
Description:

                                  (The internal field ID for this element is "Fremdleistung")
                    
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.

Employee group
XML Element Name:EmployeeGroup
Parent Element:WorkPackage
Field Type:Nummer
Action Type:Import und Export
Field Length:   8Decimal Places:   0Mandatory Field:   NoRevision:   0Ascii ID :   -
Description:

                                  (The internal field ID for this element is "EmplGroup")
                    

Progress by unit
XML Element Name:ProgressUnit
Parent Element:WorkPackage
Field Type:Nummer
Action Type:Import und Export
Field Length:   14Decimal Places:   4Mandatory Field:   NoRevision:   0Ascii ID :   -
Description:

                                  (The internal field ID for this element is "ProgressEinheit")
                    
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.

Progress by unit entered
XML Element Name:ProgressUnitEntered
Parent Element:WorkPackage
Field Type:Boolean (true oder false)
Action Type:Import und Export
Field Length:   -Decimal Places:   0Mandatory Field:   NoRevision:   0Ascii ID :   -
Description:

                                  (The internal field ID for this element is "ProgEinheitEntered")
                    

Designation from user
XML Element Name:UserDesignation
Parent Element:WorkPackage
Field Type:Boolean (true oder false)
Action Type:Import und Export
Field Length:   -Decimal Places:   0Mandatory Field:   NoRevision:   0Ascii ID :   -
Description:
Defines whether the designation has been overridden by a user
(The internal field ID for this element is "UserEnteredDesc")

Block for bookings
XML Element Name:LockBooking
Parent Element:WorkPackage
Field Type:Boolean (true oder false)
Action Type:Import und Export
Field Length:   -Decimal Places:   0Mandatory Field:   NoRevision:   1Ascii ID :   -
Description:

                                  (The internal field ID for this element is "LockedForBooking")
                    

Element type
XML Element Name:Type
Parent Element:WorkPackage
Field Type:Nummer
Action Type:Import und Export
Field Length:   2Decimal Places:   0Mandatory Field:   NoRevision:   0Ascii ID :   -
Description:

                                  (The internal field ID for this element is "DataSet")
                    

Contract variant
XML Element Name:ContractVariant
Parent Element:WorkPackage
Field Type:Nummer
Action Type:Import und Export
Field Length:   8Decimal Places:   0Mandatory Field:   NoRevision:   0Ascii ID :   -
Description:

                                  (The internal field ID for this element is "VertragVariante")
                    

Contract ID
XML Element Name:ContractID
Parent Element:WorkPackage
Field Type:Nummer
Action Type:Import und Export
Field Length:   8Decimal Places:   0Mandatory Field:   NoRevision:   0Ascii ID :   -
Description:

                                  (The internal field ID for this element is "VertragId")
                    

Superordinate element ID
XML Element Name:ParentID
Parent Element:WorkPackage
Field Type:Nummer
Action Type:Import und Export
Field Length:   8Decimal Places:   0Mandatory Field:   NoRevision:   0Ascii ID :   -
Description:

                                  (The internal field ID for this element is "ParentId")
                    

Project number
XML Element Name:ProjectNumber
Parent Element:WorkPackage
Field Type:Nummer
Action Type:Import und Export
Field Length:   12Decimal Places:   0Mandatory Field:   NoRevision:   0Ascii ID :   -
Description:

                                  (The internal field ID for this element is "ProjNr")
                    

Number
XML Element Name:Number
Parent Element:WorkPackage
Field Type:Text
Action Type:Import und Export
Field Length:   50Decimal Places:   0Mandatory Field:   NoRevision:   0Ascii ID :   -
Description:

                                  (The internal field ID for this element is "ElementNr")
                    

Designation
XML Element Name:Designation
Parent Element:WorkPackage
Field Type:Text
Action Type:Import und Export
Field Length:   70Decimal Places:   0Mandatory Field:   NoRevision:   0Ascii ID :   -
Description:

                                  (The internal field ID for this element is "ElementBez")
                    

Fee amount
XML Element Name:FeeAmount
Parent Element:WorkPackage
Field Type:Nummer
Action Type:Import und Export
Field Length:   14Decimal Places:   4Mandatory Field:   NoRevision:   0Ascii ID :   -
Description:

                                  (The internal field ID for this element is "HBetrag")
                    
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.

Surcharges / deductions
XML Element Name:DeductionCharge
Parent Element:WorkPackage
Field Type:Nummer
Action Type:Import und Export
Field Length:   14Decimal Places:   4Mandatory Field:   NoRevision:   0Ascii ID :   -
Description:

                                  (The internal field ID for this element is "ZBetrag")
                    
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.

Incidental costs
XML Element Name:IncidentalCost
Parent Element:WorkPackage
Field Type:Nummer
Action Type:Import und Export
Field Length:   14Decimal Places:   4Mandatory Field:   NoRevision:   0Ascii ID :   -
Description:

                                  (The internal field ID for this element is "NBetrag")
                    
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.

Special service
XML Element Name:SpecialService
Parent Element:WorkPackage
Field Type:Nummer
Action Type:Import und Export
Field Length:   14Decimal Places:   4Mandatory Field:   NoRevision:   0Ascii ID :   -
Description:

                                  (The internal field ID for this element is "BBetrag")
                    
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.

ID of the structure element from the planning
XML Element Name:PlanStructureID
Parent Element:WorkPackage
Field Type:Nummer
Action Type:Import und Export
Field Length:   8Decimal Places:   0Mandatory Field:   NoRevision:   0Ascii ID :   -
Description:

                                  (The internal field ID for this element is "PlanStructId")
                    

External provider element
XML Element Name:ExternalServiceElement
Parent Element:WorkPackage
Field Type:Boolean (true oder false)
Action Type:Import und Export
Field Length:   -Decimal Places:   0Mandatory Field:   NoRevision:   0Ascii ID :   -
Description:

                                  (The internal field ID for this element is "FremdlElement")
                    

External provider fee
XML Element Name:ExternalServiceFee
Parent Element:WorkPackage
Field Type:Nummer
Action Type:Import und Export
Field Length:   14Decimal Places:   4Mandatory Field:   NoRevision:   0Ascii ID :   -
Description:

                                  (The internal field ID for this element is "HBetragFremdl")
                    
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.

Fee amount not commissioned
XML Element Name:FeeAmountNotCommissioned
Parent Element:WorkPackage
Field Type:Nummer
Action Type:Import und Export
Field Length:   14Decimal Places:   4Mandatory Field:   NoRevision:   0Ascii ID :   -
Description:

                                  (The internal field ID for this element is "UHBetrag")
                    
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.

Surcharges / deductions not commissioned
XML Element Name:DeductionChargeNotCommissioned
Parent Element:WorkPackage
Field Type:Nummer
Action Type:Import und Export
Field Length:   14Decimal Places:   4Mandatory Field:   NoRevision:   0Ascii ID :   -
Description:

                                  (The internal field ID for this element is "UZBetrag")
                    
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.

Incidental costs not commissioned
XML Element Name:IncidentalCostNotCommissioned
Parent Element:WorkPackage
Field Type:Nummer
Action Type:Import und Export
Field Length:   14Decimal Places:   4Mandatory Field:   NoRevision:   0Ascii ID :   -
Description:

                                  (The internal field ID for this element is "UNBetrag")
                    
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.

Special services not commissioned
XML Element Name:SpecialServiceNotCommisioned
Parent Element:WorkPackage
Field Type:Nummer
Action Type:Import und Export
Field Length:   14Decimal Places:   4Mandatory Field:   NoRevision:   0Ascii ID :   -
Description:

                                  (The internal field ID for this element is "UBBetrag")
                    
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.

Fee amount optional
XML Element Name:FeeAmountOptional
Parent Element:WorkPackage
Field Type:Nummer
Action Type:Import und Export
Field Length:   14Decimal Places:   4Mandatory Field:   NoRevision:   0Ascii ID :   -
Description:

                                  (The internal field ID for this element is "OHBetrag")
                    
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.

Surcharges / deductions optional
XML Element Name:DeductionChargeOptional
Parent Element:WorkPackage
Field Type:Nummer
Action Type:Import und Export
Field Length:   14Decimal Places:   4Mandatory Field:   NoRevision:   0Ascii ID :   -
Description:

                                  (The internal field ID for this element is "OZBetrag")
                    
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.

Incidental costs optional
XML Element Name:IncidentalCostOptional
Parent Element:WorkPackage
Field Type:Nummer
Action Type:Import und Export
Field Length:   14Decimal Places:   4Mandatory Field:   NoRevision:   0Ascii ID :   -
Description:

                                  (The internal field ID for this element is "ONBetrag")
                    
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.

Special services optional
XML Element Name:SpecialServiceOptional
Parent Element:WorkPackage
Field Type:Nummer
Action Type:Import und Export
Field Length:   14Decimal Places:   4Mandatory Field:   NoRevision:   0Ascii ID :   -
Description:

                                  (The internal field ID for this element is "OBBetrag")
                    
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C.