Interface EquipmentService
- All Superinterfaces:
BatchService<EquipmentServiceBatch>
- All Known Implementing Classes:
DefaultEquipmentService
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..
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 Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint. -
Method Summary
Modifier and TypeMethodDescriptioncreateEquipClassCharacteristicValue(EquipClassCharacteristicValue equipClassCharacteristicValue) Deprecated.Create a newEquipClassCharacteristicValueentity and save it to the S/4HANA system.createEquipment(Equipment equipment) Deprecated.Create a newEquipmententity and save it to the S/4HANA system.createEquipmentClass(EquipmentClass equipmentClass) Deprecated.Create a newEquipmentClassentity and save it to the S/4HANA system.createEquipmentClassCharacteristic(EquipmentClassCharacteristic equipmentClassCharacteristic) Deprecated.Create a newEquipmentClassCharacteristicentity and save it to the S/4HANA system.createEquipmentLongText(EquipmentLongText equipmentLongText) Deprecated.Create a newEquipmentLongTextentity and save it to the S/4HANA system.createEquipmentPartner(EquipmentPartner equipmentPartner) Deprecated.Create a newEquipmentPartnerentity and save it to the S/4HANA system.createEquipmentWarranty(EquipmentWarranty equipmentWarranty) Deprecated.Create a newEquipmentWarrantyentity and save it to the S/4HANA system.deleteEquipmentClass(EquipmentClass equipmentClass) Deprecated.Deletes an existingEquipmentClassentity in the S/4HANA system.dismantleEquipment(String equipment, LocalDateTime validityEndDate, String superordinateEquipment, String equipInstallationPositionNmbr, String functionalLocation, LocalDateTime equipmentInstallationDate, LocalTime equipmentInstallationTime) Deprecated.Creates a fluent helper for the DismantleEquipment OData function import.dismantleEquipWithDataTransfer(String equipment, LocalDateTime validityEndDate, String superordinateEquipment, String functionalLocation, String equipInstallationPositionNmbr, LocalDateTime equipmentInstallationDate, LocalTime equipmentInstallationTime, Boolean locationCopyIsRequested, Boolean roomCopyIsRequested, Boolean plantSectionCopyIsRequested, Boolean workCenterCopyIsRequested, Boolean aBCIndicatorCopyIsRequested, Boolean sortFieldCopyIsRequested, Boolean businessAreaCopyIsRequested, Boolean costCenterCopyIsRequested, Boolean wBSElementCopyIsRequested, Boolean standingOrderCopyIsRequested, Boolean settlementOrderCopyIsRequested, Boolean maintPlanningPlantCopyIsReqd, Boolean maintWorkCenterCopyIsRequested, Boolean catalogProfileCopyIsRequested, Boolean salesOrganizationCopyIsReqd) Deprecated.Creates a fluent helper for the DismantleEquipWithDataTransfer OData function import.Deprecated.Fetch multipleEquipClassCharacteristicValueentities.Deprecated.Fetch multipleEquipmententities.Deprecated.Fetch multipleEquipmentClassentities.Deprecated.Fetch multipleEquipmentClassCharacteristicentities.Deprecated.Fetch multipleEquipmentLongTextentities.Deprecated.Fetch multipleEquipmentPartnerentities.Deprecated.Fetch multipleEquipmentWarrantyentities.getEquipClassCharacteristicValueByKey(String equipment, String classType, String charcValuePositionNumber, String characteristicInternalID) Deprecated.Fetch a singleEquipClassCharacteristicValueentity using key fields.getEquipmentByKey(String equipment, LocalDateTime validityEndDate) Deprecated.Fetch a singleEquipmententity using key fields.getEquipmentClassByKey(String equipment, String classInternalID, String classType) Deprecated.Fetch a singleEquipmentClassentity using key fields.getEquipmentClassCharacteristicByKey(String equipment, String classInternalID, String characteristicInternalID) Deprecated.Fetch a singleEquipmentClassCharacteristicentity using key fields.getEquipmentLongTextByKey(String equipment) Deprecated.Fetch a singleEquipmentLongTextentity using key fields.getEquipmentPartnerByKey(String equipment, String partnerFunction, String equipmentPartnerObjectNmbr) Deprecated.Fetch a singleEquipmentPartnerentity using key fields.getEquipmentWarrantyByKey(String equipment, String warrantyType) Deprecated.Fetch a singleEquipmentWarrantyentity using key fields.installEquipment(String equipment, LocalDateTime validityEndDate, String superordinateEquipment, String equipInstallationPositionNmbr, String functionalLocation, LocalDateTime equipmentInstallationDate, LocalTime equipmentInstallationTime) Deprecated.Creates a fluent helper for the InstallEquipment OData function import.installEquipWithDataTransfer(String equipment, LocalDateTime validityEndDate, String superordinateEquipment, String functionalLocation, String equipInstallationPositionNmbr, LocalDateTime equipmentInstallationDate, LocalTime equipmentInstallationTime, Boolean locationCopyIsRequested, Boolean roomCopyIsRequested, Boolean plantSectionCopyIsRequested, Boolean workCenterCopyIsRequested, Boolean aBCIndicatorCopyIsRequested, Boolean sortFieldCopyIsRequested, Boolean businessAreaCopyIsRequested, Boolean costCenterCopyIsRequested, Boolean wBSElementCopyIsRequested, Boolean standingOrderCopyIsRequested, Boolean settlementOrderCopyIsRequested, Boolean maintPlanningPlantCopyIsReqd, Boolean maintWorkCenterCopyIsRequested, Boolean catalogProfileCopyIsRequested, Boolean salesOrganizationCopyIsReqd) Deprecated.Creates a fluent helper for the InstallEquipWithDataTransfer OData function import.resetEquipmentFromInactive(String equipment, LocalDateTime validityEndDate) Deprecated.Creates a fluent helper for the ResetEquipmentFromInactive OData function import.rsetEquipFromMarkedForDeletion(String equipment, LocalDateTime validityEndDate) Deprecated.Creates a fluent helper for the RsetEquipFromMarkedForDeletion OData function import.setEquipmentToInactive(String equipment, LocalDateTime validityEndDate) Deprecated.Creates a fluent helper for the SetEquipmentToInactive OData function import.setEquipToMarkedForDeletion(String equipment, LocalDateTime validityEndDate) Deprecated.Creates a fluent helper for the SetEquipToMarkedForDeletion OData function import.updateEquipClassCharacteristicValue(EquipClassCharacteristicValue equipClassCharacteristicValue) Deprecated.Update an existingEquipClassCharacteristicValueentity and save it to the S/4HANA system.updateEquipment(Equipment equipment) Deprecated.Update an existingEquipmententity and save it to the S/4HANA system.updateEquipmentClass(EquipmentClass equipmentClass) Deprecated.Update an existingEquipmentClassentity and save it to the S/4HANA system.updateEquipmentLongText(EquipmentLongText equipmentLongText) Deprecated.Update an existingEquipmentLongTextentity and save it to the S/4HANA system.updateEquipmentPartner(EquipmentPartner equipmentPartner) Deprecated.Update an existingEquipmentPartnerentity and save it to the S/4HANA system.updateEquipmentWarranty(EquipmentWarranty equipmentWarranty) Deprecated.Update an existingEquipmentWarrantyentity and save it to the S/4HANA system.withServicePath(String servicePath) Deprecated.Overrides the default service path and returns a new service instance with the specified service path.Methods inherited from interface com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchService
batch
-
Field Details
-
DEFAULT_SERVICE_PATH
Deprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint.- See Also:
-
-
Method Details
-
withServicePath
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
Deprecated.Fetch multipleEquipmententities.- Returns:
- A fluent helper to fetch multiple
Equipmententities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getEquipmentByKey
@Nonnull EquipmentByKeyFluentHelper getEquipmentByKey(String equipment, LocalDateTime validityEndDate) Deprecated.Fetch a singleEquipmententity using key fields.- Parameters:
equipment- Equipment NumberConstraints: Not nullable, Maximum length: 18
validityEndDate- Valid To DateConstraints: Not nullable, Precision: 0
- Returns:
- A fluent helper to fetch a single
Equipmententity 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 theexecutemethod on the fluent helper object.
-
createEquipment
Deprecated.Create a newEquipmententity and save it to the S/4HANA system. -
updateEquipment
Deprecated.Update an existingEquipmententity and save it to the S/4HANA system. -
getAllEquipClassCharacteristicValue
Deprecated.Fetch multipleEquipClassCharacteristicValueentities.- Returns:
- A fluent helper to fetch multiple
EquipClassCharacteristicValueentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getEquipClassCharacteristicValueByKey
@Nonnull EquipClassCharacteristicValueByKeyFluentHelper getEquipClassCharacteristicValueByKey(String equipment, String classType, String charcValuePositionNumber, String characteristicInternalID) Deprecated.Fetch a singleEquipClassCharacteristicValueentity using key fields.- Parameters:
charcValuePositionNumber- Characteristic value counterConstraints: Not nullable, Maximum length: 3
characteristicInternalID- Characteristic Internal IDConstraints: Not nullable, Maximum length: 10
equipment- Equipment NumberConstraints: Not nullable, Maximum length: 18
classType- Class TypeConstraints: Not nullable, Maximum length: 3
- Returns:
- A fluent helper to fetch a single
EquipClassCharacteristicValueentity 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 theexecutemethod on the fluent helper object.
-
createEquipClassCharacteristicValue
@Nonnull EquipClassCharacteristicValueCreateFluentHelper createEquipClassCharacteristicValue(@Nonnull EquipClassCharacteristicValue equipClassCharacteristicValue) Deprecated.Create a newEquipClassCharacteristicValueentity and save it to the S/4HANA system.- Parameters:
equipClassCharacteristicValue-EquipClassCharacteristicValueentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
EquipClassCharacteristicValueentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateEquipClassCharacteristicValue
@Nonnull EquipClassCharacteristicValueUpdateFluentHelper updateEquipClassCharacteristicValue(@Nonnull EquipClassCharacteristicValue equipClassCharacteristicValue) Deprecated.Update an existingEquipClassCharacteristicValueentity and save it to the S/4HANA system.- Parameters:
equipClassCharacteristicValue-EquipClassCharacteristicValueentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
EquipClassCharacteristicValueentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllEquipmentClass
Deprecated.Fetch multipleEquipmentClassentities.- Returns:
- A fluent helper to fetch multiple
EquipmentClassentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getEquipmentClassByKey
@Nonnull EquipmentClassByKeyFluentHelper getEquipmentClassByKey(String equipment, String classInternalID, String classType) Deprecated.Fetch a singleEquipmentClassentity using key fields.- Parameters:
classInternalID- Internal Class NumberConstraints: Not nullable, Maximum length: 10
equipment- Equipment NumberConstraints: Not nullable, Maximum length: 18
classType- Class TypeConstraints: Not nullable, Maximum length: 3
- Returns:
- A fluent helper to fetch a single
EquipmentClassentity 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 theexecutemethod on the fluent helper object.
-
createEquipmentClass
@Nonnull EquipmentClassCreateFluentHelper createEquipmentClass(@Nonnull EquipmentClass equipmentClass) Deprecated.Create a newEquipmentClassentity and save it to the S/4HANA system.- Parameters:
equipmentClass-EquipmentClassentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
EquipmentClassentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateEquipmentClass
@Nonnull EquipmentClassUpdateFluentHelper updateEquipmentClass(@Nonnull EquipmentClass equipmentClass) Deprecated.Update an existingEquipmentClassentity and save it to the S/4HANA system.- Parameters:
equipmentClass-EquipmentClassentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
EquipmentClassentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteEquipmentClass
@Nonnull EquipmentClassDeleteFluentHelper deleteEquipmentClass(@Nonnull EquipmentClass equipmentClass) Deprecated.Deletes an existingEquipmentClassentity in the S/4HANA system.- Parameters:
equipmentClass-EquipmentClassentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
EquipmentClassentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllEquipmentClassCharacteristic
Deprecated.Fetch multipleEquipmentClassCharacteristicentities.- Returns:
- A fluent helper to fetch multiple
EquipmentClassCharacteristicentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getEquipmentClassCharacteristicByKey
@Nonnull EquipmentClassCharacteristicByKeyFluentHelper getEquipmentClassCharacteristicByKey(String equipment, String classInternalID, String characteristicInternalID) Deprecated.Fetch a singleEquipmentClassCharacteristicentity using key fields.- Parameters:
classInternalID- Internal Class NumberConstraints: Not nullable, Maximum length: 10
characteristicInternalID- Characteristic Internal IDConstraints: Not nullable, Maximum length: 10
equipment- Equipment NumberConstraints: Not nullable, Maximum length: 18
- Returns:
- A fluent helper to fetch a single
EquipmentClassCharacteristicentity 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 theexecutemethod on the fluent helper object.
-
createEquipmentClassCharacteristic
@Nonnull EquipmentClassCharacteristicCreateFluentHelper createEquipmentClassCharacteristic(@Nonnull EquipmentClassCharacteristic equipmentClassCharacteristic) Deprecated.Create a newEquipmentClassCharacteristicentity and save it to the S/4HANA system.- Parameters:
equipmentClassCharacteristic-EquipmentClassCharacteristicentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
EquipmentClassCharacteristicentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllEquipmentLongText
Deprecated.Fetch multipleEquipmentLongTextentities.- Returns:
- A fluent helper to fetch multiple
EquipmentLongTextentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getEquipmentLongTextByKey
Deprecated.Fetch a singleEquipmentLongTextentity using key fields.- Parameters:
equipment- Equipment NumberConstraints: Not nullable, Maximum length: 18
- Returns:
- A fluent helper to fetch a single
EquipmentLongTextentity 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 theexecutemethod on the fluent helper object.
-
createEquipmentLongText
@Nonnull EquipmentLongTextCreateFluentHelper createEquipmentLongText(@Nonnull EquipmentLongText equipmentLongText) Deprecated.Create a newEquipmentLongTextentity and save it to the S/4HANA system.- Parameters:
equipmentLongText-EquipmentLongTextentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
EquipmentLongTextentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateEquipmentLongText
@Nonnull EquipmentLongTextUpdateFluentHelper updateEquipmentLongText(@Nonnull EquipmentLongText equipmentLongText) Deprecated.Update an existingEquipmentLongTextentity and save it to the S/4HANA system.- Parameters:
equipmentLongText-EquipmentLongTextentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
EquipmentLongTextentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllEquipmentPartner
Deprecated.Fetch multipleEquipmentPartnerentities.- Returns:
- A fluent helper to fetch multiple
EquipmentPartnerentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getEquipmentPartnerByKey
@Nonnull EquipmentPartnerByKeyFluentHelper getEquipmentPartnerByKey(String equipment, String partnerFunction, String equipmentPartnerObjectNmbr) Deprecated.Fetch a singleEquipmentPartnerentity using key fields.- Parameters:
partnerFunction- Partner FunctionConstraints: Not nullable, Maximum length: 2
equipmentPartnerObjectNmbr- Counter for differentiation 6-digitConstraints: Not nullable, Maximum length: 6
equipment- Equipment NumberConstraints: Not nullable, Maximum length: 18
- Returns:
- A fluent helper to fetch a single
EquipmentPartnerentity 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 theexecutemethod on the fluent helper object.
-
createEquipmentPartner
@Nonnull EquipmentPartnerCreateFluentHelper createEquipmentPartner(@Nonnull EquipmentPartner equipmentPartner) Deprecated.Create a newEquipmentPartnerentity and save it to the S/4HANA system.- Parameters:
equipmentPartner-EquipmentPartnerentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
EquipmentPartnerentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateEquipmentPartner
@Nonnull EquipmentPartnerUpdateFluentHelper updateEquipmentPartner(@Nonnull EquipmentPartner equipmentPartner) Deprecated.Update an existingEquipmentPartnerentity and save it to the S/4HANA system.- Parameters:
equipmentPartner-EquipmentPartnerentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
EquipmentPartnerentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllEquipmentWarranty
Deprecated.Fetch multipleEquipmentWarrantyentities.- Returns:
- A fluent helper to fetch multiple
EquipmentWarrantyentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getEquipmentWarrantyByKey
@Nonnull EquipmentWarrantyByKeyFluentHelper getEquipmentWarrantyByKey(String equipment, String warrantyType) Deprecated.Fetch a singleEquipmentWarrantyentity using key fields.- Parameters:
equipment- Equipment NumberConstraints: Not nullable, Maximum length: 18
warrantyType- Warranty typeConstraints: Not nullable, Maximum length: 1
- Returns:
- A fluent helper to fetch a single
EquipmentWarrantyentity 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 theexecutemethod on the fluent helper object.
-
createEquipmentWarranty
@Nonnull EquipmentWarrantyCreateFluentHelper createEquipmentWarranty(@Nonnull EquipmentWarranty equipmentWarranty) Deprecated.Create a newEquipmentWarrantyentity and save it to the S/4HANA system.- Parameters:
equipmentWarranty-EquipmentWarrantyentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
EquipmentWarrantyentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateEquipmentWarranty
@Nonnull EquipmentWarrantyUpdateFluentHelper updateEquipmentWarranty(@Nonnull EquipmentWarranty equipmentWarranty) Deprecated.Update an existingEquipmentWarrantyentity and save it to the S/4HANA system.- Parameters:
equipmentWarranty-EquipmentWarrantyentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
EquipmentWarrantyentity. To perform execution, call theexecutemethod 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. EquipmentConstraints: Nullable, Maximum length: 18
Original parameter name from the Odata EDM: SuperordinateEquipment
functionalLocation- Functional LocationConstraints: Nullable, Maximum length: 40
Original parameter name from the Odata EDM: FunctionalLocation
equipmentInstallationTime- TimeConstraints: Nullable, Precision: 0
Original parameter name from the Odata EDM: EquipmentInstallationTime
equipment- EquipmentConstraints: 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 ToConstraints: Not nullable, Precision: 0
Original parameter name from the Odata EDM: ValidityEndDate
equipmentInstallationDate- Changed OnConstraints: 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
executemethod 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- IndicatorConstraints: Nullable
Original parameter name from the Odata EDM: MaintPlanningPlantCopyIsReqd
workCenterCopyIsRequested- IndicatorConstraints: Nullable
Original parameter name from the Odata EDM: WorkCenterCopyIsRequested
costCenterCopyIsRequested- IndicatorConstraints: Nullable
Original parameter name from the Odata EDM: CostCenterCopyIsRequested
equipment- EquipmentConstraints: Not nullable, Maximum length: 18
Original parameter name from the Odata EDM: Equipment
catalogProfileCopyIsRequested- IndicatorConstraints: Nullable
Original parameter name from the Odata EDM: CatalogProfileCopyIsRequested
wBSElementCopyIsRequested- IndicatorConstraints: Nullable
Original parameter name from the Odata EDM: WBSElementCopyIsRequested
validityEndDate- Valid ToConstraints: Not nullable, Precision: 0
Original parameter name from the Odata EDM: ValidityEndDate
equipmentInstallationDate- Changed OnConstraints: Nullable, Precision: 0
Original parameter name from the Odata EDM: EquipmentInstallationDate
salesOrganizationCopyIsReqd- IndicatorConstraints: Nullable
Original parameter name from the Odata EDM: SalesOrganizationCopyIsReqd
plantSectionCopyIsRequested- IndicatorConstraints: Nullable
Original parameter name from the Odata EDM: PlantSectionCopyIsRequested
superordinateEquipment- Superord. EquipmentConstraints: Nullable, Maximum length: 18
Original parameter name from the Odata EDM: SuperordinateEquipment
standingOrderCopyIsRequested- IndicatorConstraints: Nullable
Original parameter name from the Odata EDM: StandingOrderCopyIsRequested
maintWorkCenterCopyIsRequested- IndicatorConstraints: Nullable
Original parameter name from the Odata EDM: MaintWorkCenterCopyIsRequested
functionalLocation- Functional LocationConstraints: Nullable, Maximum length: 40
Original parameter name from the Odata EDM: FunctionalLocation
equipmentInstallationTime- TimeConstraints: Nullable, Precision: 0
Original parameter name from the Odata EDM: EquipmentInstallationTime
businessAreaCopyIsRequested- IndicatorConstraints: Nullable
Original parameter name from the Odata EDM: BusinessAreaCopyIsRequested
settlementOrderCopyIsRequested- IndicatorConstraints: Nullable
Original parameter name from the Odata EDM: SettlementOrderCopyIsRequested
sortFieldCopyIsRequested- IndicatorConstraints: Nullable
Original parameter name from the Odata EDM: SortFieldCopyIsRequested
equipInstallationPositionNmbr- PositionConstraints: Nullable, Maximum length: 4
Original parameter name from the Odata EDM: EquipInstallationPositionNmbr
roomCopyIsRequested- IndicatorConstraints: Nullable
Original parameter name from the Odata EDM: RoomCopyIsRequested
aBCIndicatorCopyIsRequested- IndicatorConstraints: Nullable
Original parameter name from the Odata EDM: ABCIndicatorCopyIsRequested
locationCopyIsRequested- IndicatorConstraints: 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
executemethod 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. EquipmentConstraints: Nullable, Maximum length: 18
Original parameter name from the Odata EDM: SuperordinateEquipment
functionalLocation- Functional LocationConstraints: Nullable, Maximum length: 40
Original parameter name from the Odata EDM: FunctionalLocation
equipmentInstallationTime- TimeConstraints: Nullable, Precision: 0
Original parameter name from the Odata EDM: EquipmentInstallationTime
equipment- EquipmentConstraints: 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 ToConstraints: Not nullable, Precision: 0
Original parameter name from the Odata EDM: ValidityEndDate
equipmentInstallationDate- Changed OnConstraints: 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
executemethod 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- IndicatorConstraints: Nullable
Original parameter name from the Odata EDM: MaintPlanningPlantCopyIsReqd
workCenterCopyIsRequested- IndicatorConstraints: Nullable
Original parameter name from the Odata EDM: WorkCenterCopyIsRequested
costCenterCopyIsRequested- IndicatorConstraints: Nullable
Original parameter name from the Odata EDM: CostCenterCopyIsRequested
equipment- EquipmentConstraints: Not nullable, Maximum length: 18
Original parameter name from the Odata EDM: Equipment
catalogProfileCopyIsRequested- IndicatorConstraints: Nullable
Original parameter name from the Odata EDM: CatalogProfileCopyIsRequested
wBSElementCopyIsRequested- IndicatorConstraints: Nullable
Original parameter name from the Odata EDM: WBSElementCopyIsRequested
validityEndDate- Valid ToConstraints: Not nullable, Precision: 0
Original parameter name from the Odata EDM: ValidityEndDate
equipmentInstallationDate- Changed OnConstraints: Nullable, Precision: 0
Original parameter name from the Odata EDM: EquipmentInstallationDate
salesOrganizationCopyIsReqd- IndicatorConstraints: Nullable
Original parameter name from the Odata EDM: SalesOrganizationCopyIsReqd
plantSectionCopyIsRequested- IndicatorConstraints: Nullable
Original parameter name from the Odata EDM: PlantSectionCopyIsRequested
superordinateEquipment- Superord. EquipmentConstraints: Nullable, Maximum length: 18
Original parameter name from the Odata EDM: SuperordinateEquipment
standingOrderCopyIsRequested- IndicatorConstraints: Nullable
Original parameter name from the Odata EDM: StandingOrderCopyIsRequested
maintWorkCenterCopyIsRequested- IndicatorConstraints: Nullable
Original parameter name from the Odata EDM: MaintWorkCenterCopyIsRequested
functionalLocation- Functional LocationConstraints: Nullable, Maximum length: 40
Original parameter name from the Odata EDM: FunctionalLocation
equipmentInstallationTime- TimeConstraints: Nullable, Precision: 0
Original parameter name from the Odata EDM: EquipmentInstallationTime
businessAreaCopyIsRequested- IndicatorConstraints: Nullable
Original parameter name from the Odata EDM: BusinessAreaCopyIsRequested
settlementOrderCopyIsRequested- IndicatorConstraints: Nullable
Original parameter name from the Odata EDM: SettlementOrderCopyIsRequested
sortFieldCopyIsRequested- IndicatorConstraints: Nullable
Original parameter name from the Odata EDM: SortFieldCopyIsRequested
equipInstallationPositionNmbr- PositionConstraints: Nullable, Maximum length: 4
Original parameter name from the Odata EDM: EquipInstallationPositionNmbr
roomCopyIsRequested- IndicatorConstraints: Nullable
Original parameter name from the Odata EDM: RoomCopyIsRequested
aBCIndicatorCopyIsRequested- IndicatorConstraints: Nullable
Original parameter name from the Odata EDM: ABCIndicatorCopyIsRequested
locationCopyIsRequested- IndicatorConstraints: 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
executemethod 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- EquipmentConstraints: Not nullable, Maximum length: 18
Original parameter name from the Odata EDM: Equipment
validityEndDate- Valid ToConstraints: 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
executemethod 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- EquipmentConstraints: Not nullable, Maximum length: 18
Original parameter name from the Odata EDM: Equipment
validityEndDate- Valid ToConstraints: 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
executemethod 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- EquipmentConstraints: Not nullable, Maximum length: 18
Original parameter name from the Odata EDM: Equipment
validityEndDate- Valid ToConstraints: 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
executemethod 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- EquipmentConstraints: Not nullable, Maximum length: 18
Original parameter name from the Odata EDM: Equipment
validityEndDate- Valid ToConstraints: 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
executemethod on the fluent helper object.
-