@Named(value="com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultEquipmentService") public class DefaultEquipmentService extends Object implements EquipmentService
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 API Business Hub
OData Service: | API_EQUIPMENT |
API Version: | 1 |
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), Service Order processing with SAP Field service management (49X), Service Quotation (4GA), Reactive Maintenance (4HH), Proactive Maintenance (4HI), Improvement Maintenance (4VT), Operational and Overhead Maintenance (4WM), Corrective Maintenance (BH1), Emergency Maintenance (BH2), Preventive Maintenance (BJ2) |
Authentication Methods: | Basic, x509, OAuth2 |
Business Object: | Equipment |
DEFAULT_SERVICE_PATH
Constructor and Description |
---|
DefaultEquipmentService()
Creates a service using
EquipmentService.DEFAULT_SERVICE_PATH to send the requests. |
Modifier and Type | Method and Description |
---|---|
DefaultEquipmentServiceBatch |
batch()
Instantiate a new FluentHelper instance for a single OData batch request.
|
EquipClassCharacteristicValueCreateFluentHelper |
createEquipClassCharacteristicValue(EquipClassCharacteristicValue equipClassCharacteristicValue)
Create a new
EquipClassCharacteristicValue entity and save it to the S/4HANA system. |
EquipmentCreateFluentHelper |
createEquipment(Equipment equipment)
Create a new
Equipment entity and
save it to the S/4HANA system. |
EquipmentClassCreateFluentHelper |
createEquipmentClass(EquipmentClass equipmentClass)
Create a new
EquipmentClass
entity and save it to the S/4HANA system. |
EquipmentClassCharacteristicCreateFluentHelper |
createEquipmentClassCharacteristic(EquipmentClassCharacteristic equipmentClassCharacteristic)
Create a new
EquipmentClassCharacteristic entity and save it to the S/4HANA system. |
EquipmentLongTextCreateFluentHelper |
createEquipmentLongText(EquipmentLongText equipmentLongText)
Create a new
EquipmentLongText entity and save it to the S/4HANA system. |
EquipmentPartnerCreateFluentHelper |
createEquipmentPartner(EquipmentPartner equipmentPartner)
Create a new
EquipmentPartner entity and save it to the S/4HANA system. |
EquipmentWarrantyCreateFluentHelper |
createEquipmentWarranty(EquipmentWarranty equipmentWarranty)
Create a new
EquipmentWarranty entity and save it to the S/4HANA system. |
EquipmentClassDeleteFluentHelper |
deleteEquipmentClass(EquipmentClass equipmentClass)
Deletes an existing
EquipmentClass entity in the S/4HANA system. |
DismantleEquipmentFluentHelper |
dismantleEquipment(String equipment,
LocalDateTime validityEndDate,
String superordinateEquipment,
String equipInstallationPositionNmbr,
String functionalLocation,
LocalDateTime equipmentInstallationDate,
LocalTime equipmentInstallationTime)
Creates a fluent helper for the DismantleEquipment OData function import.
|
DismantleEquipWithDataTransferFluentHelper |
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)
Creates a fluent helper for the DismantleEquipWithDataTransfer OData function import.
|
EquipClassCharacteristicValueFluentHelper |
getAllEquipClassCharacteristicValue()
Fetch multiple
EquipClassCharacteristicValue entities. |
EquipmentFluentHelper |
getAllEquipment()
Fetch multiple
Equipment
entities. |
EquipmentClassFluentHelper |
getAllEquipmentClass()
Fetch multiple
EquipmentClass entities. |
EquipmentClassCharacteristicFluentHelper |
getAllEquipmentClassCharacteristic()
Fetch multiple
EquipmentClassCharacteristic entities. |
EquipmentLongTextFluentHelper |
getAllEquipmentLongText()
Fetch multiple
EquipmentLongText entities. |
EquipmentPartnerFluentHelper |
getAllEquipmentPartner()
Fetch multiple
EquipmentPartner entities. |
EquipmentWarrantyFluentHelper |
getAllEquipmentWarranty()
Fetch multiple
EquipmentWarranty entities. |
EquipClassCharacteristicValueByKeyFluentHelper |
getEquipClassCharacteristicValueByKey(String equipment,
String classType,
String charcValuePositionNumber,
String characteristicInternalID)
Fetch a single
EquipClassCharacteristicValue entity using key fields. |
EquipmentByKeyFluentHelper |
getEquipmentByKey(String equipment,
LocalDateTime validityEndDate)
Fetch a single
Equipment entity
using key fields. |
EquipmentClassByKeyFluentHelper |
getEquipmentClassByKey(String equipment,
String classInternalID,
String classType)
Fetch a single
EquipmentClass entity using key fields. |
EquipmentClassCharacteristicByKeyFluentHelper |
getEquipmentClassCharacteristicByKey(String equipment,
String classInternalID,
String characteristicInternalID)
Fetch a single
EquipmentClassCharacteristic entity using key fields. |
EquipmentLongTextByKeyFluentHelper |
getEquipmentLongTextByKey(String equipment)
Fetch a single
EquipmentLongText entity using key fields. |
EquipmentPartnerByKeyFluentHelper |
getEquipmentPartnerByKey(String equipment,
String partnerFunction,
String equipmentPartnerObjectNmbr)
Fetch a single
EquipmentPartner entity using key fields. |
EquipmentWarrantyByKeyFluentHelper |
getEquipmentWarrantyByKey(String equipment,
String warrantyType)
Fetch a single
EquipmentWarranty entity using key fields. |
InstallEquipmentFluentHelper |
installEquipment(String equipment,
LocalDateTime validityEndDate,
String superordinateEquipment,
String equipInstallationPositionNmbr,
String functionalLocation,
LocalDateTime equipmentInstallationDate,
LocalTime equipmentInstallationTime)
Creates a fluent helper for the InstallEquipment OData function import.
|
InstallEquipWithDataTransferFluentHelper |
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)
Creates a fluent helper for the InstallEquipWithDataTransfer OData function import.
|
EquipClassCharacteristicValueUpdateFluentHelper |
updateEquipClassCharacteristicValue(EquipClassCharacteristicValue equipClassCharacteristicValue)
Update an existing
EquipClassCharacteristicValue entity and save it to the S/4HANA system. |
EquipmentUpdateFluentHelper |
updateEquipment(Equipment equipment)
Update an existing
Equipment
entity and save it to the S/4HANA system. |
EquipmentClassUpdateFluentHelper |
updateEquipmentClass(EquipmentClass equipmentClass)
Update an existing
EquipmentClass entity and save it to the S/4HANA system. |
EquipmentLongTextUpdateFluentHelper |
updateEquipmentLongText(EquipmentLongText equipmentLongText)
Update an existing
EquipmentLongText entity and save it to the S/4HANA system. |
EquipmentPartnerUpdateFluentHelper |
updateEquipmentPartner(EquipmentPartner equipmentPartner)
Update an existing
EquipmentPartner entity and save it to the S/4HANA system. |
EquipmentWarrantyUpdateFluentHelper |
updateEquipmentWarranty(EquipmentWarranty equipmentWarranty)
Update an existing
EquipmentWarranty entity and save it to the S/4HANA system. |
DefaultEquipmentService |
withServicePath(String servicePath)
Overrides the default service path and returns a new service instance with the specified service path.
|
public DefaultEquipmentService()
EquipmentService.DEFAULT_SERVICE_PATH
to send the requests.@Nonnull public DefaultEquipmentService withServicePath(@Nonnull String servicePath)
EquipmentService
withServicePath
in interface EquipmentService
servicePath
- Service path that will override the default.@Nonnull public DefaultEquipmentServiceBatch batch()
batch
in interface BatchService<EquipmentServiceBatch>
@Nonnull public EquipmentFluentHelper getAllEquipment()
EquipmentService
Equipment
entities.getAllEquipment
in interface EquipmentService
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.@Nonnull public EquipmentByKeyFluentHelper getEquipmentByKey(String equipment, LocalDateTime validityEndDate)
EquipmentService
Equipment
entity
using key fields.getEquipmentByKey
in interface EquipmentService
equipment
- Number by which a piece of equipment can be clearly identified.
Constraints: Not nullable, Maximum length: 18
validityEndDate
- Date indicating up to when an entry is valid.
Constraints: Not nullable, Precision: 0
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.@Nonnull public EquipmentCreateFluentHelper createEquipment(@Nonnull Equipment equipment)
EquipmentService
Equipment
entity and
save it to the S/4HANA system.createEquipment
in interface EquipmentService
equipment
- Equipment
entity
object that will be created in the S/4HANA system.Equipment
entity. To
perform execution, call the
execute
method on the fluent helper object.@Nonnull public EquipmentUpdateFluentHelper updateEquipment(@Nonnull Equipment equipment)
EquipmentService
Equipment
entity and save it to the S/4HANA system.updateEquipment
in interface EquipmentService
equipment
- Equipment
entity
object that will be updated in the S/4HANA system.Equipment
entity. To
perform execution, call the
execute
method on the fluent helper object.@Nonnull public EquipClassCharacteristicValueFluentHelper getAllEquipClassCharacteristicValue()
EquipmentService
EquipClassCharacteristicValue
entities.getAllEquipClassCharacteristicValue
in interface EquipmentService
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.@Nonnull public EquipClassCharacteristicValueByKeyFluentHelper getEquipClassCharacteristicValueByKey(String equipment, String classType, String charcValuePositionNumber, String characteristicInternalID)
EquipmentService
EquipClassCharacteristicValue
entity using key fields.getEquipClassCharacteristicValueByKey
in interface EquipmentService
equipment
- Number by which a piece of equipment can be clearly identified.
Constraints: Not nullable, Maximum length: 18
classType
- Uniquely identifies the class type
Constraints: Not nullable, Maximum length: 3
charcValuePositionNumber
- Characteristic value counter
Constraints: Not nullable, Maximum length: 3
characteristicInternalID
- Characteristic Internal ID
Constraints: Not nullable, Maximum length: 10
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.@Nonnull public EquipClassCharacteristicValueCreateFluentHelper createEquipClassCharacteristicValue(@Nonnull EquipClassCharacteristicValue equipClassCharacteristicValue)
EquipmentService
EquipClassCharacteristicValue
entity and save it to the S/4HANA system.createEquipClassCharacteristicValue
in interface EquipmentService
equipClassCharacteristicValue
- EquipClassCharacteristicValue
entity object that will be created in the S/4HANA system.EquipClassCharacteristicValue
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public EquipClassCharacteristicValueUpdateFluentHelper updateEquipClassCharacteristicValue(@Nonnull EquipClassCharacteristicValue equipClassCharacteristicValue)
EquipmentService
EquipClassCharacteristicValue
entity and save it to the S/4HANA system.updateEquipClassCharacteristicValue
in interface EquipmentService
equipClassCharacteristicValue
- EquipClassCharacteristicValue
entity object that will be updated in the S/4HANA system.EquipClassCharacteristicValue
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public EquipmentClassFluentHelper getAllEquipmentClass()
EquipmentService
EquipmentClass
entities.getAllEquipmentClass
in interface EquipmentService
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.@Nonnull public EquipmentClassByKeyFluentHelper getEquipmentClassByKey(String equipment, String classInternalID, String classType)
EquipmentService
EquipmentClass
entity using key fields.getEquipmentClassByKey
in interface EquipmentService
equipment
- Number by which a piece of equipment can be clearly identified.
Constraints: Not nullable, Maximum length: 18
classInternalID
- Internal Class Number
Constraints: Not nullable, Maximum length: 10
classType
- Uniquely identifies the class type
Constraints: Not nullable, Maximum length: 3
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.@Nonnull public EquipmentClassCreateFluentHelper createEquipmentClass(@Nonnull EquipmentClass equipmentClass)
EquipmentService
EquipmentClass
entity and save it to the S/4HANA system.createEquipmentClass
in interface EquipmentService
equipmentClass
- EquipmentClass
entity object that will be created in the S/4HANA system.EquipmentClass
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public EquipmentClassUpdateFluentHelper updateEquipmentClass(@Nonnull EquipmentClass equipmentClass)
EquipmentService
EquipmentClass
entity and save it to the S/4HANA system.updateEquipmentClass
in interface EquipmentService
equipmentClass
- EquipmentClass
entity object that will be updated in the S/4HANA system.EquipmentClass
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public EquipmentClassDeleteFluentHelper deleteEquipmentClass(@Nonnull EquipmentClass equipmentClass)
EquipmentService
EquipmentClass
entity in the S/4HANA system.deleteEquipmentClass
in interface EquipmentService
equipmentClass
- EquipmentClass
entity object that will be deleted in the S/4HANA system.EquipmentClass
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public EquipmentClassCharacteristicFluentHelper getAllEquipmentClassCharacteristic()
EquipmentService
EquipmentClassCharacteristic
entities.getAllEquipmentClassCharacteristic
in interface EquipmentService
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.@Nonnull public EquipmentClassCharacteristicByKeyFluentHelper getEquipmentClassCharacteristicByKey(String equipment, String classInternalID, String characteristicInternalID)
EquipmentService
EquipmentClassCharacteristic
entity using key fields.getEquipmentClassCharacteristicByKey
in interface EquipmentService
equipment
- Number by which a piece of equipment can be clearly identified.
Constraints: Not nullable, Maximum length: 18
classInternalID
- Internal Class Number
Constraints: Not nullable, Maximum length: 10
characteristicInternalID
- Characteristic Internal ID
Constraints: Not nullable, Maximum length: 10
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.@Nonnull public EquipmentClassCharacteristicCreateFluentHelper createEquipmentClassCharacteristic(@Nonnull EquipmentClassCharacteristic equipmentClassCharacteristic)
EquipmentService
EquipmentClassCharacteristic
entity and save it to the S/4HANA system.createEquipmentClassCharacteristic
in interface EquipmentService
equipmentClassCharacteristic
- EquipmentClassCharacteristic
entity object that will be created in the S/4HANA system.EquipmentClassCharacteristic
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public EquipmentLongTextFluentHelper getAllEquipmentLongText()
EquipmentService
EquipmentLongText
entities.getAllEquipmentLongText
in interface EquipmentService
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.@Nonnull public EquipmentLongTextByKeyFluentHelper getEquipmentLongTextByKey(String equipment)
EquipmentService
EquipmentLongText
entity using key fields.getEquipmentLongTextByKey
in interface EquipmentService
equipment
- Number by which a piece of equipment can be clearly identified.
Constraints: Not nullable, Maximum length: 18
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.@Nonnull public EquipmentLongTextCreateFluentHelper createEquipmentLongText(@Nonnull EquipmentLongText equipmentLongText)
EquipmentService
EquipmentLongText
entity and save it to the S/4HANA system.createEquipmentLongText
in interface EquipmentService
equipmentLongText
- EquipmentLongText
entity object that will be created in the S/4HANA system.EquipmentLongText
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public EquipmentLongTextUpdateFluentHelper updateEquipmentLongText(@Nonnull EquipmentLongText equipmentLongText)
EquipmentService
EquipmentLongText
entity and save it to the S/4HANA system.updateEquipmentLongText
in interface EquipmentService
equipmentLongText
- EquipmentLongText
entity object that will be updated in the S/4HANA system.EquipmentLongText
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public EquipmentPartnerFluentHelper getAllEquipmentPartner()
EquipmentService
EquipmentPartner
entities.getAllEquipmentPartner
in interface EquipmentService
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.@Nonnull public EquipmentPartnerByKeyFluentHelper getEquipmentPartnerByKey(String equipment, String partnerFunction, String equipmentPartnerObjectNmbr)
EquipmentService
EquipmentPartner
entity using key fields.getEquipmentPartnerByKey
in interface EquipmentService
equipment
- Number by which a piece of equipment can be clearly identified.
Constraints: Not nullable, Maximum length: 18
partnerFunction
- You can convert the keys that identify the partner functions in the original German system to
language-specific keys. The converted keys then appear according to the language in which the user
logs on.
Constraints: Not nullable, Maximum length: 2
equipmentPartnerObjectNmbr
- Counter for differentiation 6-digit
Constraints: Not nullable, Maximum length: 6
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.@Nonnull public EquipmentPartnerCreateFluentHelper createEquipmentPartner(@Nonnull EquipmentPartner equipmentPartner)
EquipmentService
EquipmentPartner
entity and save it to the S/4HANA system.createEquipmentPartner
in interface EquipmentService
equipmentPartner
- EquipmentPartner
entity object that will be created in the S/4HANA system.EquipmentPartner
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public EquipmentPartnerUpdateFluentHelper updateEquipmentPartner(@Nonnull EquipmentPartner equipmentPartner)
EquipmentService
EquipmentPartner
entity and save it to the S/4HANA system.updateEquipmentPartner
in interface EquipmentService
equipmentPartner
- EquipmentPartner
entity object that will be updated in the S/4HANA system.EquipmentPartner
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public EquipmentWarrantyFluentHelper getAllEquipmentWarranty()
EquipmentService
EquipmentWarranty
entities.getAllEquipmentWarranty
in interface EquipmentService
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.@Nonnull public EquipmentWarrantyByKeyFluentHelper getEquipmentWarrantyByKey(String equipment, String warrantyType)
EquipmentService
EquipmentWarranty
entity using key fields.getEquipmentWarrantyByKey
in interface EquipmentService
equipment
- Number by which a piece of equipment can be clearly identified.
Constraints: Not nullable, Maximum length: 18
warrantyType
- Key that describes the warranty type. The warranty type is assigned to an internal warranty category
that specifies whether you are the warrantee or the guarantor.
Constraints: Not nullable, Maximum length: 1
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.@Nonnull public EquipmentWarrantyCreateFluentHelper createEquipmentWarranty(@Nonnull EquipmentWarranty equipmentWarranty)
EquipmentService
EquipmentWarranty
entity and save it to the S/4HANA system.createEquipmentWarranty
in interface EquipmentService
equipmentWarranty
- EquipmentWarranty
entity object that will be created in the S/4HANA system.EquipmentWarranty
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public EquipmentWarrantyUpdateFluentHelper updateEquipmentWarranty(@Nonnull EquipmentWarranty equipmentWarranty)
EquipmentService
EquipmentWarranty
entity and save it to the S/4HANA system.updateEquipmentWarranty
in interface EquipmentService
equipmentWarranty
- EquipmentWarranty
entity object that will be updated in the S/4HANA system.EquipmentWarranty
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public DismantleEquipmentFluentHelper dismantleEquipment(@Nonnull String equipment, @Nonnull LocalDateTime validityEndDate, @Nullable String superordinateEquipment, @Nullable String equipInstallationPositionNmbr, @Nullable String functionalLocation, @Nullable LocalDateTime equipmentInstallationDate, @Nullable LocalTime equipmentInstallationTime)
EquipmentService
Creates a fluent helper for the DismantleEquipment OData function import.
dismantleEquipment
in interface EquipmentService
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
superordinateEquipment
- Superord. Equipment
Constraints: Nullable, Maximum length: 18
Original parameter name from the Odata EDM: SuperordinateEquipment
equipInstallationPositionNmbr
- Item (SD)
Constraints: Nullable, Maximum length: 6
Original parameter name from the Odata EDM: EquipInstallationPositionNmbr
functionalLocation
- Functional Location
Constraints: Nullable, Maximum length: 40
Original parameter name from the Odata EDM: FunctionalLocation
equipmentInstallationDate
- Changed On
Constraints: Nullable, Precision: 0
Original parameter name from the Odata EDM: EquipmentInstallationDate
equipmentInstallationTime
- Time
Constraints: Nullable, Precision: 0
Original parameter name from the Odata EDM: EquipmentInstallationTime
execute
method on the fluent helper object.@Nonnull public 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)
EquipmentService
Creates a fluent helper for the DismantleEquipWithDataTransfer OData function import.
dismantleEquipWithDataTransfer
in interface EquipmentService
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
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
equipInstallationPositionNmbr
- Position
Constraints: Nullable, Maximum length: 4
Original parameter name from the Odata EDM: EquipInstallationPositionNmbr
equipmentInstallationDate
- Changed On
Constraints: Nullable, Precision: 0
Original parameter name from the Odata EDM: EquipmentInstallationDate
equipmentInstallationTime
- Time
Constraints: Nullable, Precision: 0
Original parameter name from the Odata EDM: EquipmentInstallationTime
locationCopyIsRequested
- Indicator
Constraints: Nullable
Original parameter name from the Odata EDM: LocationCopyIsRequested
roomCopyIsRequested
- Indicator
Constraints: Nullable
Original parameter name from the Odata EDM: RoomCopyIsRequested
plantSectionCopyIsRequested
- Indicator
Constraints: Nullable
Original parameter name from the Odata EDM: PlantSectionCopyIsRequested
workCenterCopyIsRequested
- Indicator
Constraints: Nullable
Original parameter name from the Odata EDM: WorkCenterCopyIsRequested
aBCIndicatorCopyIsRequested
- Indicator
Constraints: Nullable
Original parameter name from the Odata EDM: ABCIndicatorCopyIsRequested
sortFieldCopyIsRequested
- Indicator
Constraints: Nullable
Original parameter name from the Odata EDM: SortFieldCopyIsRequested
businessAreaCopyIsRequested
- Indicator
Constraints: Nullable
Original parameter name from the Odata EDM: BusinessAreaCopyIsRequested
costCenterCopyIsRequested
- Indicator
Constraints: Nullable
Original parameter name from the Odata EDM: CostCenterCopyIsRequested
wBSElementCopyIsRequested
- Indicator
Constraints: Nullable
Original parameter name from the Odata EDM: WBSElementCopyIsRequested
standingOrderCopyIsRequested
- Indicator
Constraints: Nullable
Original parameter name from the Odata EDM: StandingOrderCopyIsRequested
settlementOrderCopyIsRequested
- Indicator
Constraints: Nullable
Original parameter name from the Odata EDM: SettlementOrderCopyIsRequested
maintPlanningPlantCopyIsReqd
- Indicator
Constraints: Nullable
Original parameter name from the Odata EDM: MaintPlanningPlantCopyIsReqd
maintWorkCenterCopyIsRequested
- Indicator
Constraints: Nullable
Original parameter name from the Odata EDM: MaintWorkCenterCopyIsRequested
catalogProfileCopyIsRequested
- Indicator
Constraints: Nullable
Original parameter name from the Odata EDM: CatalogProfileCopyIsRequested
salesOrganizationCopyIsReqd
- Indicator
Constraints: Nullable
Original parameter name from the Odata EDM: SalesOrganizationCopyIsReqd
execute
method on the fluent helper object.@Nonnull public InstallEquipmentFluentHelper installEquipment(@Nonnull String equipment, @Nonnull LocalDateTime validityEndDate, @Nullable String superordinateEquipment, @Nullable String equipInstallationPositionNmbr, @Nullable String functionalLocation, @Nullable LocalDateTime equipmentInstallationDate, @Nullable LocalTime equipmentInstallationTime)
EquipmentService
Creates a fluent helper for the InstallEquipment OData function import.
installEquipment
in interface EquipmentService
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
superordinateEquipment
- Superord. Equipment
Constraints: Nullable, Maximum length: 18
Original parameter name from the Odata EDM: SuperordinateEquipment
equipInstallationPositionNmbr
- Item (SD)
Constraints: Nullable, Maximum length: 6
Original parameter name from the Odata EDM: EquipInstallationPositionNmbr
functionalLocation
- Functional Location
Constraints: Nullable, Maximum length: 40
Original parameter name from the Odata EDM: FunctionalLocation
equipmentInstallationDate
- Changed On
Constraints: Nullable, Precision: 0
Original parameter name from the Odata EDM: EquipmentInstallationDate
equipmentInstallationTime
- Time
Constraints: Nullable, Precision: 0
Original parameter name from the Odata EDM: EquipmentInstallationTime
execute
method on the fluent helper object.@Nonnull public 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)
EquipmentService
Creates a fluent helper for the InstallEquipWithDataTransfer OData function import.
installEquipWithDataTransfer
in interface EquipmentService
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
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
equipInstallationPositionNmbr
- Position
Constraints: Nullable, Maximum length: 4
Original parameter name from the Odata EDM: EquipInstallationPositionNmbr
equipmentInstallationDate
- Changed On
Constraints: Nullable, Precision: 0
Original parameter name from the Odata EDM: EquipmentInstallationDate
equipmentInstallationTime
- Time
Constraints: Nullable, Precision: 0
Original parameter name from the Odata EDM: EquipmentInstallationTime
locationCopyIsRequested
- Indicator
Constraints: Nullable
Original parameter name from the Odata EDM: LocationCopyIsRequested
roomCopyIsRequested
- Indicator
Constraints: Nullable
Original parameter name from the Odata EDM: RoomCopyIsRequested
plantSectionCopyIsRequested
- Indicator
Constraints: Nullable
Original parameter name from the Odata EDM: PlantSectionCopyIsRequested
workCenterCopyIsRequested
- Indicator
Constraints: Nullable
Original parameter name from the Odata EDM: WorkCenterCopyIsRequested
aBCIndicatorCopyIsRequested
- Indicator
Constraints: Nullable
Original parameter name from the Odata EDM: ABCIndicatorCopyIsRequested
sortFieldCopyIsRequested
- Indicator
Constraints: Nullable
Original parameter name from the Odata EDM: SortFieldCopyIsRequested
businessAreaCopyIsRequested
- Indicator
Constraints: Nullable
Original parameter name from the Odata EDM: BusinessAreaCopyIsRequested
costCenterCopyIsRequested
- Indicator
Constraints: Nullable
Original parameter name from the Odata EDM: CostCenterCopyIsRequested
wBSElementCopyIsRequested
- Indicator
Constraints: Nullable
Original parameter name from the Odata EDM: WBSElementCopyIsRequested
standingOrderCopyIsRequested
- Indicator
Constraints: Nullable
Original parameter name from the Odata EDM: StandingOrderCopyIsRequested
settlementOrderCopyIsRequested
- Indicator
Constraints: Nullable
Original parameter name from the Odata EDM: SettlementOrderCopyIsRequested
maintPlanningPlantCopyIsReqd
- Indicator
Constraints: Nullable
Original parameter name from the Odata EDM: MaintPlanningPlantCopyIsReqd
maintWorkCenterCopyIsRequested
- Indicator
Constraints: Nullable
Original parameter name from the Odata EDM: MaintWorkCenterCopyIsRequested
catalogProfileCopyIsRequested
- Indicator
Constraints: Nullable
Original parameter name from the Odata EDM: CatalogProfileCopyIsRequested
salesOrganizationCopyIsReqd
- Indicator
Constraints: Nullable
Original parameter name from the Odata EDM: SalesOrganizationCopyIsReqd
execute
method on the fluent helper object.Copyright © 2021 SAP SE. All rights reserved.