Interface EquipmentService

All Superinterfaces:
BatchService<EquipmentServiceBatch>
All Known Implementing Classes:
DefaultEquipmentService

@Deprecated public interface EquipmentService extends BatchService<EquipmentServiceBatch>
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the VDM.

This service contains equipment, long text, partner function, warranty, class, characteristic, and characteristic value nodes. The information is sent in the request as a payload. The request payload contains all information required to create or update an equipment. All the information in the payload is used to create or update an equipment including appropriate checks for restricted values and authorizations. Once the equipment has been created, the equipment number is sent in the response with the data included in the equipment. If the input in the request is not as expected when you create or update an equipment, the system displays appropriate error or warning messages in the response..

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: API_EQUIPMENT
API Version: 1.1.0
Minimum ERP Version: 2302
Communication Scenario: Asset Management Master Data Integration(SAP_COM_0395)
Scope Items: Service Order Management and Monitoring(3D2), Service Contract Management(3MO), In-House Repair(3XK), Reactive Maintenance(4HH), Proactive Maintenance(4HI), Improvement Maintenance(4VT), Operational and Overhead Maintenance(4WM), Corrective Maintenance(BH1), Emergency Maintenance(BH2), Preventive Maintenance(BJ2), Reactive Maintenance(OHH), Proactive Maintenance(OHI), PSM: Preventive Maintenance(OJ2), Improvement Maintenance(OVT), Operational and Overhead Maintenance(OWM), Service Order Processing with SAP Field Service Management(49X), Service Quotation(4GA)
Authentication Methods: x509
Business Object: Equipment
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull EquipmentService withServicePath(@Nonnull String servicePath)
      Deprecated.
      Overrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.
      Parameters:
      servicePath - Service path that will override the default.
      Returns:
      A new service instance with the specified service path.
    • getAllEquipment

      @Nonnull EquipmentFluentHelper getAllEquipment()
      Deprecated.
      Fetch multiple Equipment entities.
      Returns:
      A fluent helper to fetch multiple Equipment entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getEquipmentByKey

      @Nonnull EquipmentByKeyFluentHelper getEquipmentByKey(String equipment, LocalDateTime validityEndDate)
      Deprecated.
      Fetch a single Equipment entity using key fields.
      Parameters:
      equipment - Equipment Number

      Constraints: Not nullable, Maximum length: 18

      validityEndDate - Valid To Date

      Constraints: Not nullable, Precision: 0

      Returns:
      A fluent helper to fetch a single Equipment entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • createEquipment

      @Nonnull EquipmentCreateFluentHelper createEquipment(@Nonnull Equipment equipment)
      Deprecated.
      Create a new Equipment entity and save it to the S/4HANA system.
      Parameters:
      equipment - Equipment entity object that will be created in the S/4HANA system.
      Returns:
      A fluent helper to create a new Equipment entity. To perform execution, call the execute method on the fluent helper object.
    • updateEquipment

      @Nonnull EquipmentUpdateFluentHelper updateEquipment(@Nonnull Equipment equipment)
      Deprecated.
      Update an existing Equipment entity and save it to the S/4HANA system.
      Parameters:
      equipment - Equipment entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing Equipment entity. To perform execution, call the execute method on the fluent helper object.
    • getAllEquipClassCharacteristicValue

      @Nonnull EquipClassCharacteristicValueFluentHelper getAllEquipClassCharacteristicValue()
      Deprecated.
      Fetch multiple EquipClassCharacteristicValue entities.
      Returns:
      A fluent helper to fetch multiple EquipClassCharacteristicValue entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getEquipClassCharacteristicValueByKey

      @Nonnull EquipClassCharacteristicValueByKeyFluentHelper getEquipClassCharacteristicValueByKey(String equipment, String classType, String charcValuePositionNumber, String characteristicInternalID)
      Deprecated.
      Fetch a single EquipClassCharacteristicValue entity using key fields.
      Parameters:
      charcValuePositionNumber - Characteristic value counter

      Constraints: Not nullable, Maximum length: 3

      characteristicInternalID - Characteristic Internal ID

      Constraints: Not nullable, Maximum length: 10

      equipment - Equipment Number

      Constraints: Not nullable, Maximum length: 18

      classType - Class Type

      Constraints: Not nullable, Maximum length: 3

      Returns:
      A fluent helper to fetch a single EquipClassCharacteristicValue entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • createEquipClassCharacteristicValue

      @Nonnull EquipClassCharacteristicValueCreateFluentHelper createEquipClassCharacteristicValue(@Nonnull EquipClassCharacteristicValue equipClassCharacteristicValue)
      Deprecated.
      Create a new EquipClassCharacteristicValue entity and save it to the S/4HANA system.
      Parameters:
      equipClassCharacteristicValue - EquipClassCharacteristicValue entity object that will be created in the S/4HANA system.
      Returns:
      A fluent helper to create a new EquipClassCharacteristicValue entity. To perform execution, call the execute method on the fluent helper object.
    • updateEquipClassCharacteristicValue

      @Nonnull EquipClassCharacteristicValueUpdateFluentHelper updateEquipClassCharacteristicValue(@Nonnull EquipClassCharacteristicValue equipClassCharacteristicValue)
      Deprecated.
      Update an existing EquipClassCharacteristicValue entity and save it to the S/4HANA system.
      Parameters:
      equipClassCharacteristicValue - EquipClassCharacteristicValue entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing EquipClassCharacteristicValue entity. To perform execution, call the execute method on the fluent helper object.
    • getAllEquipmentClass

      @Nonnull EquipmentClassFluentHelper getAllEquipmentClass()
      Deprecated.
      Fetch multiple EquipmentClass entities.
      Returns:
      A fluent helper to fetch multiple EquipmentClass entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getEquipmentClassByKey

      @Nonnull EquipmentClassByKeyFluentHelper getEquipmentClassByKey(String equipment, String classInternalID, String classType)
      Deprecated.
      Fetch a single EquipmentClass entity using key fields.
      Parameters:
      classInternalID - Internal Class Number

      Constraints: Not nullable, Maximum length: 10

      equipment - Equipment Number

      Constraints: Not nullable, Maximum length: 18

      classType - Class Type

      Constraints: Not nullable, Maximum length: 3

      Returns:
      A fluent helper to fetch a single EquipmentClass entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • createEquipmentClass

      @Nonnull EquipmentClassCreateFluentHelper createEquipmentClass(@Nonnull EquipmentClass equipmentClass)
      Deprecated.
      Create a new EquipmentClass entity and save it to the S/4HANA system.
      Parameters:
      equipmentClass - EquipmentClass entity object that will be created in the S/4HANA system.
      Returns:
      A fluent helper to create a new EquipmentClass entity. To perform execution, call the execute method on the fluent helper object.
    • updateEquipmentClass

      @Nonnull EquipmentClassUpdateFluentHelper updateEquipmentClass(@Nonnull EquipmentClass equipmentClass)
      Deprecated.
      Update an existing EquipmentClass entity and save it to the S/4HANA system.
      Parameters:
      equipmentClass - EquipmentClass entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing EquipmentClass entity. To perform execution, call the execute method on the fluent helper object.
    • deleteEquipmentClass

      @Nonnull EquipmentClassDeleteFluentHelper deleteEquipmentClass(@Nonnull EquipmentClass equipmentClass)
      Deprecated.
      Deletes an existing EquipmentClass entity in the S/4HANA system.
      Parameters:
      equipmentClass - EquipmentClass entity object that will be deleted in the S/4HANA system.
      Returns:
      A fluent helper to delete an existing EquipmentClass entity. To perform execution, call the execute method on the fluent helper object.
    • getAllEquipmentClassCharacteristic

      @Nonnull EquipmentClassCharacteristicFluentHelper getAllEquipmentClassCharacteristic()
      Deprecated.
      Fetch multiple EquipmentClassCharacteristic entities.
      Returns:
      A fluent helper to fetch multiple EquipmentClassCharacteristic entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getEquipmentClassCharacteristicByKey

      @Nonnull EquipmentClassCharacteristicByKeyFluentHelper getEquipmentClassCharacteristicByKey(String equipment, String classInternalID, String characteristicInternalID)
      Deprecated.
      Fetch a single EquipmentClassCharacteristic entity using key fields.
      Parameters:
      classInternalID - Internal Class Number

      Constraints: Not nullable, Maximum length: 10

      characteristicInternalID - Characteristic Internal ID

      Constraints: Not nullable, Maximum length: 10

      equipment - Equipment Number

      Constraints: Not nullable, Maximum length: 18

      Returns:
      A fluent helper to fetch a single EquipmentClassCharacteristic entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • createEquipmentClassCharacteristic

      @Nonnull EquipmentClassCharacteristicCreateFluentHelper createEquipmentClassCharacteristic(@Nonnull EquipmentClassCharacteristic equipmentClassCharacteristic)
      Deprecated.
      Create a new EquipmentClassCharacteristic entity and save it to the S/4HANA system.
      Parameters:
      equipmentClassCharacteristic - EquipmentClassCharacteristic entity object that will be created in the S/4HANA system.
      Returns:
      A fluent helper to create a new EquipmentClassCharacteristic entity. To perform execution, call the execute method on the fluent helper object.
    • getAllEquipmentLongText

      @Nonnull EquipmentLongTextFluentHelper getAllEquipmentLongText()
      Deprecated.
      Fetch multiple EquipmentLongText entities.
      Returns:
      A fluent helper to fetch multiple EquipmentLongText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getEquipmentLongTextByKey

      @Nonnull EquipmentLongTextByKeyFluentHelper getEquipmentLongTextByKey(String equipment)
      Deprecated.
      Fetch a single EquipmentLongText entity using key fields.
      Parameters:
      equipment - Equipment Number

      Constraints: Not nullable, Maximum length: 18

      Returns:
      A fluent helper to fetch a single EquipmentLongText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • createEquipmentLongText

      @Nonnull EquipmentLongTextCreateFluentHelper createEquipmentLongText(@Nonnull EquipmentLongText equipmentLongText)
      Deprecated.
      Create a new EquipmentLongText entity and save it to the S/4HANA system.
      Parameters:
      equipmentLongText - EquipmentLongText entity object that will be created in the S/4HANA system.
      Returns:
      A fluent helper to create a new EquipmentLongText entity. To perform execution, call the execute method on the fluent helper object.
    • updateEquipmentLongText

      @Nonnull EquipmentLongTextUpdateFluentHelper updateEquipmentLongText(@Nonnull EquipmentLongText equipmentLongText)
      Deprecated.
      Update an existing EquipmentLongText entity and save it to the S/4HANA system.
      Parameters:
      equipmentLongText - EquipmentLongText entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing EquipmentLongText entity. To perform execution, call the execute method on the fluent helper object.
    • getAllEquipmentPartner

      @Nonnull EquipmentPartnerFluentHelper getAllEquipmentPartner()
      Deprecated.
      Fetch multiple EquipmentPartner entities.
      Returns:
      A fluent helper to fetch multiple EquipmentPartner entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getEquipmentPartnerByKey

      @Nonnull EquipmentPartnerByKeyFluentHelper getEquipmentPartnerByKey(String equipment, String partnerFunction, String equipmentPartnerObjectNmbr)
      Deprecated.
      Fetch a single EquipmentPartner entity using key fields.
      Parameters:
      partnerFunction - Partner Function

      Constraints: Not nullable, Maximum length: 2

      equipmentPartnerObjectNmbr - Counter for differentiation 6-digit

      Constraints: Not nullable, Maximum length: 6

      equipment - Equipment Number

      Constraints: Not nullable, Maximum length: 18

      Returns:
      A fluent helper to fetch a single EquipmentPartner entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • createEquipmentPartner

      @Nonnull EquipmentPartnerCreateFluentHelper createEquipmentPartner(@Nonnull EquipmentPartner equipmentPartner)
      Deprecated.
      Create a new EquipmentPartner entity and save it to the S/4HANA system.
      Parameters:
      equipmentPartner - EquipmentPartner entity object that will be created in the S/4HANA system.
      Returns:
      A fluent helper to create a new EquipmentPartner entity. To perform execution, call the execute method on the fluent helper object.
    • updateEquipmentPartner

      @Nonnull EquipmentPartnerUpdateFluentHelper updateEquipmentPartner(@Nonnull EquipmentPartner equipmentPartner)
      Deprecated.
      Update an existing EquipmentPartner entity and save it to the S/4HANA system.
      Parameters:
      equipmentPartner - EquipmentPartner entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing EquipmentPartner entity. To perform execution, call the execute method on the fluent helper object.
    • getAllEquipmentWarranty

      @Nonnull EquipmentWarrantyFluentHelper getAllEquipmentWarranty()
      Deprecated.
      Fetch multiple EquipmentWarranty entities.
      Returns:
      A fluent helper to fetch multiple EquipmentWarranty entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getEquipmentWarrantyByKey

      @Nonnull EquipmentWarrantyByKeyFluentHelper getEquipmentWarrantyByKey(String equipment, String warrantyType)
      Deprecated.
      Fetch a single EquipmentWarranty entity using key fields.
      Parameters:
      equipment - Equipment Number

      Constraints: Not nullable, Maximum length: 18

      warrantyType - Warranty type

      Constraints: Not nullable, Maximum length: 1

      Returns:
      A fluent helper to fetch a single EquipmentWarranty entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • createEquipmentWarranty

      @Nonnull EquipmentWarrantyCreateFluentHelper createEquipmentWarranty(@Nonnull EquipmentWarranty equipmentWarranty)
      Deprecated.
      Create a new EquipmentWarranty entity and save it to the S/4HANA system.
      Parameters:
      equipmentWarranty - EquipmentWarranty entity object that will be created in the S/4HANA system.
      Returns:
      A fluent helper to create a new EquipmentWarranty entity. To perform execution, call the execute method on the fluent helper object.
    • updateEquipmentWarranty

      @Nonnull EquipmentWarrantyUpdateFluentHelper updateEquipmentWarranty(@Nonnull EquipmentWarranty equipmentWarranty)
      Deprecated.
      Update an existing EquipmentWarranty entity and save it to the S/4HANA system.
      Parameters:
      equipmentWarranty - EquipmentWarranty entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing EquipmentWarranty entity. To perform execution, call the execute method on the fluent helper object.
    • dismantleEquipment

      @Nonnull DismantleEquipmentFluentHelper dismantleEquipment(@Nonnull String equipment, @Nonnull LocalDateTime validityEndDate, @Nullable String superordinateEquipment, @Nullable String equipInstallationPositionNmbr, @Nullable String functionalLocation, @Nullable LocalDateTime equipmentInstallationDate, @Nullable LocalTime equipmentInstallationTime)
      Deprecated.

      Creates a fluent helper for the DismantleEquipment OData function import.

      Parameters:
      superordinateEquipment - Superord. Equipment

      Constraints: Nullable, Maximum length: 18

      Original parameter name from the Odata EDM: SuperordinateEquipment

      functionalLocation - Functional Location

      Constraints: Nullable, Maximum length: 40

      Original parameter name from the Odata EDM: FunctionalLocation

      equipmentInstallationTime - Time

      Constraints: Nullable, Precision: 0

      Original parameter name from the Odata EDM: EquipmentInstallationTime

      equipment - Equipment

      Constraints: Not nullable, Maximum length: 18

      Original parameter name from the Odata EDM: Equipment

      equipInstallationPositionNmbr - Item (SD)

      Constraints: Nullable, Maximum length: 6

      Original parameter name from the Odata EDM: EquipInstallationPositionNmbr

      validityEndDate - Valid To

      Constraints: Not nullable, Precision: 0

      Original parameter name from the Odata EDM: ValidityEndDate

      equipmentInstallationDate - Changed On

      Constraints: Nullable, Precision: 0

      Original parameter name from the Odata EDM: EquipmentInstallationDate

      Returns:
      A fluent helper object that will execute the DismantleEquipment OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.
    • dismantleEquipWithDataTransfer

      @Nonnull DismantleEquipWithDataTransferFluentHelper dismantleEquipWithDataTransfer(@Nonnull String equipment, @Nonnull LocalDateTime validityEndDate, @Nullable String superordinateEquipment, @Nullable String functionalLocation, @Nullable String equipInstallationPositionNmbr, @Nullable LocalDateTime equipmentInstallationDate, @Nullable LocalTime equipmentInstallationTime, @Nullable Boolean locationCopyIsRequested, @Nullable Boolean roomCopyIsRequested, @Nullable Boolean plantSectionCopyIsRequested, @Nullable Boolean workCenterCopyIsRequested, @Nullable Boolean aBCIndicatorCopyIsRequested, @Nullable Boolean sortFieldCopyIsRequested, @Nullable Boolean businessAreaCopyIsRequested, @Nullable Boolean costCenterCopyIsRequested, @Nullable Boolean wBSElementCopyIsRequested, @Nullable Boolean standingOrderCopyIsRequested, @Nullable Boolean settlementOrderCopyIsRequested, @Nullable Boolean maintPlanningPlantCopyIsReqd, @Nullable Boolean maintWorkCenterCopyIsRequested, @Nullable Boolean catalogProfileCopyIsRequested, @Nullable Boolean salesOrganizationCopyIsReqd)
      Deprecated.

      Creates a fluent helper for the DismantleEquipWithDataTransfer OData function import.

      Parameters:
      maintPlanningPlantCopyIsReqd - Indicator

      Constraints: Nullable

      Original parameter name from the Odata EDM: MaintPlanningPlantCopyIsReqd

      workCenterCopyIsRequested - Indicator

      Constraints: Nullable

      Original parameter name from the Odata EDM: WorkCenterCopyIsRequested

      costCenterCopyIsRequested - Indicator

      Constraints: Nullable

      Original parameter name from the Odata EDM: CostCenterCopyIsRequested

      equipment - Equipment

      Constraints: Not nullable, Maximum length: 18

      Original parameter name from the Odata EDM: Equipment

      catalogProfileCopyIsRequested - Indicator

      Constraints: Nullable

      Original parameter name from the Odata EDM: CatalogProfileCopyIsRequested

      wBSElementCopyIsRequested - Indicator

      Constraints: Nullable

      Original parameter name from the Odata EDM: WBSElementCopyIsRequested

      validityEndDate - Valid To

      Constraints: Not nullable, Precision: 0

      Original parameter name from the Odata EDM: ValidityEndDate

      equipmentInstallationDate - Changed On

      Constraints: Nullable, Precision: 0

      Original parameter name from the Odata EDM: EquipmentInstallationDate

      salesOrganizationCopyIsReqd - Indicator

      Constraints: Nullable

      Original parameter name from the Odata EDM: SalesOrganizationCopyIsReqd

      plantSectionCopyIsRequested - Indicator

      Constraints: Nullable

      Original parameter name from the Odata EDM: PlantSectionCopyIsRequested

      superordinateEquipment - Superord. Equipment

      Constraints: Nullable, Maximum length: 18

      Original parameter name from the Odata EDM: SuperordinateEquipment

      standingOrderCopyIsRequested - Indicator

      Constraints: Nullable

      Original parameter name from the Odata EDM: StandingOrderCopyIsRequested

      maintWorkCenterCopyIsRequested - Indicator

      Constraints: Nullable

      Original parameter name from the Odata EDM: MaintWorkCenterCopyIsRequested

      functionalLocation - Functional Location

      Constraints: Nullable, Maximum length: 40

      Original parameter name from the Odata EDM: FunctionalLocation

      equipmentInstallationTime - Time

      Constraints: Nullable, Precision: 0

      Original parameter name from the Odata EDM: EquipmentInstallationTime

      businessAreaCopyIsRequested - Indicator

      Constraints: Nullable

      Original parameter name from the Odata EDM: BusinessAreaCopyIsRequested

      settlementOrderCopyIsRequested - Indicator

      Constraints: Nullable

      Original parameter name from the Odata EDM: SettlementOrderCopyIsRequested

      sortFieldCopyIsRequested - Indicator

      Constraints: Nullable

      Original parameter name from the Odata EDM: SortFieldCopyIsRequested

      equipInstallationPositionNmbr - Position

      Constraints: Nullable, Maximum length: 4

      Original parameter name from the Odata EDM: EquipInstallationPositionNmbr

      roomCopyIsRequested - Indicator

      Constraints: Nullable

      Original parameter name from the Odata EDM: RoomCopyIsRequested

      aBCIndicatorCopyIsRequested - Indicator

      Constraints: Nullable

      Original parameter name from the Odata EDM: ABCIndicatorCopyIsRequested

      locationCopyIsRequested - Indicator

      Constraints: Nullable

      Original parameter name from the Odata EDM: LocationCopyIsRequested

      Returns:
      A fluent helper object that will execute the DismantleEquipWithDataTransfer OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.
    • installEquipment

      @Nonnull InstallEquipmentFluentHelper installEquipment(@Nonnull String equipment, @Nonnull LocalDateTime validityEndDate, @Nullable String superordinateEquipment, @Nullable String equipInstallationPositionNmbr, @Nullable String functionalLocation, @Nullable LocalDateTime equipmentInstallationDate, @Nullable LocalTime equipmentInstallationTime)
      Deprecated.

      Creates a fluent helper for the InstallEquipment OData function import.

      Parameters:
      superordinateEquipment - Superord. Equipment

      Constraints: Nullable, Maximum length: 18

      Original parameter name from the Odata EDM: SuperordinateEquipment

      functionalLocation - Functional Location

      Constraints: Nullable, Maximum length: 40

      Original parameter name from the Odata EDM: FunctionalLocation

      equipmentInstallationTime - Time

      Constraints: Nullable, Precision: 0

      Original parameter name from the Odata EDM: EquipmentInstallationTime

      equipment - Equipment

      Constraints: Not nullable, Maximum length: 18

      Original parameter name from the Odata EDM: Equipment

      equipInstallationPositionNmbr - Item (SD)

      Constraints: Nullable, Maximum length: 6

      Original parameter name from the Odata EDM: EquipInstallationPositionNmbr

      validityEndDate - Valid To

      Constraints: Not nullable, Precision: 0

      Original parameter name from the Odata EDM: ValidityEndDate

      equipmentInstallationDate - Changed On

      Constraints: Nullable, Precision: 0

      Original parameter name from the Odata EDM: EquipmentInstallationDate

      Returns:
      A fluent helper object that will execute the InstallEquipment OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.
    • installEquipWithDataTransfer

      @Nonnull InstallEquipWithDataTransferFluentHelper installEquipWithDataTransfer(@Nonnull String equipment, @Nonnull LocalDateTime validityEndDate, @Nullable String superordinateEquipment, @Nullable String functionalLocation, @Nullable String equipInstallationPositionNmbr, @Nullable LocalDateTime equipmentInstallationDate, @Nullable LocalTime equipmentInstallationTime, @Nullable Boolean locationCopyIsRequested, @Nullable Boolean roomCopyIsRequested, @Nullable Boolean plantSectionCopyIsRequested, @Nullable Boolean workCenterCopyIsRequested, @Nullable Boolean aBCIndicatorCopyIsRequested, @Nullable Boolean sortFieldCopyIsRequested, @Nullable Boolean businessAreaCopyIsRequested, @Nullable Boolean costCenterCopyIsRequested, @Nullable Boolean wBSElementCopyIsRequested, @Nullable Boolean standingOrderCopyIsRequested, @Nullable Boolean settlementOrderCopyIsRequested, @Nullable Boolean maintPlanningPlantCopyIsReqd, @Nullable Boolean maintWorkCenterCopyIsRequested, @Nullable Boolean catalogProfileCopyIsRequested, @Nullable Boolean salesOrganizationCopyIsReqd)
      Deprecated.

      Creates a fluent helper for the InstallEquipWithDataTransfer OData function import.

      Parameters:
      maintPlanningPlantCopyIsReqd - Indicator

      Constraints: Nullable

      Original parameter name from the Odata EDM: MaintPlanningPlantCopyIsReqd

      workCenterCopyIsRequested - Indicator

      Constraints: Nullable

      Original parameter name from the Odata EDM: WorkCenterCopyIsRequested

      costCenterCopyIsRequested - Indicator

      Constraints: Nullable

      Original parameter name from the Odata EDM: CostCenterCopyIsRequested

      equipment - Equipment

      Constraints: Not nullable, Maximum length: 18

      Original parameter name from the Odata EDM: Equipment

      catalogProfileCopyIsRequested - Indicator

      Constraints: Nullable

      Original parameter name from the Odata EDM: CatalogProfileCopyIsRequested

      wBSElementCopyIsRequested - Indicator

      Constraints: Nullable

      Original parameter name from the Odata EDM: WBSElementCopyIsRequested

      validityEndDate - Valid To

      Constraints: Not nullable, Precision: 0

      Original parameter name from the Odata EDM: ValidityEndDate

      equipmentInstallationDate - Changed On

      Constraints: Nullable, Precision: 0

      Original parameter name from the Odata EDM: EquipmentInstallationDate

      salesOrganizationCopyIsReqd - Indicator

      Constraints: Nullable

      Original parameter name from the Odata EDM: SalesOrganizationCopyIsReqd

      plantSectionCopyIsRequested - Indicator

      Constraints: Nullable

      Original parameter name from the Odata EDM: PlantSectionCopyIsRequested

      superordinateEquipment - Superord. Equipment

      Constraints: Nullable, Maximum length: 18

      Original parameter name from the Odata EDM: SuperordinateEquipment

      standingOrderCopyIsRequested - Indicator

      Constraints: Nullable

      Original parameter name from the Odata EDM: StandingOrderCopyIsRequested

      maintWorkCenterCopyIsRequested - Indicator

      Constraints: Nullable

      Original parameter name from the Odata EDM: MaintWorkCenterCopyIsRequested

      functionalLocation - Functional Location

      Constraints: Nullable, Maximum length: 40

      Original parameter name from the Odata EDM: FunctionalLocation

      equipmentInstallationTime - Time

      Constraints: Nullable, Precision: 0

      Original parameter name from the Odata EDM: EquipmentInstallationTime

      businessAreaCopyIsRequested - Indicator

      Constraints: Nullable

      Original parameter name from the Odata EDM: BusinessAreaCopyIsRequested

      settlementOrderCopyIsRequested - Indicator

      Constraints: Nullable

      Original parameter name from the Odata EDM: SettlementOrderCopyIsRequested

      sortFieldCopyIsRequested - Indicator

      Constraints: Nullable

      Original parameter name from the Odata EDM: SortFieldCopyIsRequested

      equipInstallationPositionNmbr - Position

      Constraints: Nullable, Maximum length: 4

      Original parameter name from the Odata EDM: EquipInstallationPositionNmbr

      roomCopyIsRequested - Indicator

      Constraints: Nullable

      Original parameter name from the Odata EDM: RoomCopyIsRequested

      aBCIndicatorCopyIsRequested - Indicator

      Constraints: Nullable

      Original parameter name from the Odata EDM: ABCIndicatorCopyIsRequested

      locationCopyIsRequested - Indicator

      Constraints: Nullable

      Original parameter name from the Odata EDM: LocationCopyIsRequested

      Returns:
      A fluent helper object that will execute the InstallEquipWithDataTransfer OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.
    • resetEquipmentFromInactive

      @Nonnull ResetEquipmentFromInactiveFluentHelper resetEquipmentFromInactive(@Nonnull String equipment, @Nonnull LocalDateTime validityEndDate)
      Deprecated.

      Creates a fluent helper for the ResetEquipmentFromInactive OData function import.

      Parameters:
      equipment - Equipment

      Constraints: Not nullable, Maximum length: 18

      Original parameter name from the Odata EDM: Equipment

      validityEndDate - Valid To

      Constraints: Not nullable, Precision: 0

      Original parameter name from the Odata EDM: ValidityEndDate

      Returns:
      A fluent helper object that will execute the ResetEquipmentFromInactive OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.
    • rsetEquipFromMarkedForDeletion

      @Nonnull RsetEquipFromMarkedForDeletionFluentHelper rsetEquipFromMarkedForDeletion(@Nonnull String equipment, @Nonnull LocalDateTime validityEndDate)
      Deprecated.

      Creates a fluent helper for the RsetEquipFromMarkedForDeletion OData function import.

      Parameters:
      equipment - Equipment

      Constraints: Not nullable, Maximum length: 18

      Original parameter name from the Odata EDM: Equipment

      validityEndDate - Valid To

      Constraints: Not nullable, Precision: 0

      Original parameter name from the Odata EDM: ValidityEndDate

      Returns:
      A fluent helper object that will execute the RsetEquipFromMarkedForDeletion OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.
    • setEquipmentToInactive

      @Nonnull SetEquipmentToInactiveFluentHelper setEquipmentToInactive(@Nonnull String equipment, @Nonnull LocalDateTime validityEndDate)
      Deprecated.

      Creates a fluent helper for the SetEquipmentToInactive OData function import.

      Parameters:
      equipment - Equipment

      Constraints: Not nullable, Maximum length: 18

      Original parameter name from the Odata EDM: Equipment

      validityEndDate - Valid To

      Constraints: Not nullable, Precision: 0

      Original parameter name from the Odata EDM: ValidityEndDate

      Returns:
      A fluent helper object that will execute the SetEquipmentToInactive OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.
    • setEquipToMarkedForDeletion

      @Nonnull SetEquipToMarkedForDeletionFluentHelper setEquipToMarkedForDeletion(@Nonnull String equipment, @Nonnull LocalDateTime validityEndDate)
      Deprecated.

      Creates a fluent helper for the SetEquipToMarkedForDeletion OData function import.

      Parameters:
      equipment - Equipment

      Constraints: Not nullable, Maximum length: 18

      Original parameter name from the Odata EDM: Equipment

      validityEndDate - Valid To

      Constraints: Not nullable, Precision: 0

      Original parameter name from the Odata EDM: ValidityEndDate

      Returns:
      A fluent helper object that will execute the SetEquipToMarkedForDeletion OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.