public interface ChangeMasterService
This service enables you to create, read, update and delete change masters. You can maintain the allowed object types, alternative dates and object management records of the following objects: document info record, material and bill of material.
Reference: SAP API Business Hub
OData Service: | API_CHANGEMASTER |
API Version: | 2 |
Communication Scenario: | Product Lifecycle Management - Master Data Integration (SAP_COM_0105) |
Scope Items: | Engineering Bill of Material Change Master Management (1R3) |
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_SERVICE_PATH
If no other path was provided via the
withServicePath(String) method, this is the default service path used to access the endpoint. |
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path used to access the endpoint.ChangeMasterService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull ChangeMasterAltDateFluentHelper getAllChangeMasterAltDate()
ChangeMasterAltDate
entities.ChangeMasterAltDate
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 ChangeMasterAltDateByKeyFluentHelper getChangeMasterAltDateByKey(String changeNumber, String chgNmbrAlternativeDateID)
ChangeMasterAltDate
entity using key fields.changeNumber
- Number used to uniquely identify a change master record.Constraints: Not nullable, Maximum length: 12
chgNmbrAlternativeDateID
- Key that uniquely identifies a valid-from date that differs from the valid-from date (change header).Constraints: Not nullable, Maximum length: 18
ChangeMasterAltDate
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 ChangeMasterAltDateCreateFluentHelper createChangeMasterAltDate(@Nonnull ChangeMasterAltDate changeMasterAltDate)
ChangeMasterAltDate
entity and save it to the S/4HANA system.changeMasterAltDate
- ChangeMasterAltDate
entity object that will be created in the S/4HANA system.ChangeMasterAltDate
entity. To perform execution, call the execute
method on the fluent helper object.@Nonnull ChangeMasterAltDateUpdateFluentHelper updateChangeMasterAltDate(@Nonnull ChangeMasterAltDate changeMasterAltDate)
ChangeMasterAltDate
entity and save it to the S/4HANA system.changeMasterAltDate
- ChangeMasterAltDate
entity object that will be updated in the S/4HANA system.ChangeMasterAltDate
entity. To perform execution, call the execute
method on the fluent helper object.@Nonnull ChangeMasterAltDateDeleteFluentHelper deleteChangeMasterAltDate(@Nonnull ChangeMasterAltDate changeMasterAltDate)
ChangeMasterAltDate
entity in the S/4HANA system.changeMasterAltDate
- ChangeMasterAltDate
entity object that will be deleted in the S/4HANA system.ChangeMasterAltDate
entity. To perform execution, call the execute
method on the fluent helper object.@Nonnull ChangeMasterCharcFluentHelper getAllChangeMasterCharc()
ChangeMasterCharc
entities.ChangeMasterCharc
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 ChangeMasterCharcByKeyFluentHelper getChangeMasterCharcByKey(String changeNumber, String charcInternalID, String classType)
ChangeMasterCharc
entity using key fields.charcInternalID
- Internal characteristic number without conversion routineConstraints: Not nullable, Maximum length: 10
changeNumber
- Key of Object to be ClassifiedConstraints: Not nullable, Maximum length: 90
classType
- Uniquely identifies the class typeConstraints: Not nullable, Maximum length: 3
ChangeMasterCharc
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 ChangeMasterCharcValueFluentHelper getAllChangeMasterCharcValue()
ChangeMasterCharcValue
entities.ChangeMasterCharcValue
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 ChangeMasterCharcValueByKeyFluentHelper getChangeMasterCharcValueByKey(String changeNumber, String classType, String charcInternalID, String charcValuePositionNumber)
ChangeMasterCharcValue
entity using key fields.charcValuePositionNumber
- Characteristic value counterConstraints: Not nullable, Maximum length: 3
charcInternalID
- Internal characteristic number without conversion routineConstraints: Not nullable, Maximum length: 10
changeNumber
- Key of Object to be ClassifiedConstraints: Not nullable, Maximum length: 90
classType
- Uniquely identifies the class typeConstraints: Not nullable, Maximum length: 3
ChangeMasterCharcValue
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 ChangeMasterClassFluentHelper getAllChangeMasterClass()
ChangeMasterClass
entities.ChangeMasterClass
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 ChangeMasterClassByKeyFluentHelper getChangeMasterClassByKey(String changeNumber, String classInternalID)
ChangeMasterClass
entity using key fields.classInternalID
- Internal Class NumberConstraints: Not nullable, Maximum length: 10
changeNumber
- Key of Object to be ClassifiedConstraints: Not nullable, Maximum length: 90
ChangeMasterClass
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 ChangeMasterClassCharcFluentHelper getAllChangeMasterClassCharc()
ChangeMasterClassCharc
entities.ChangeMasterClassCharc
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 ChangeMasterClassCharcByKeyFluentHelper getChangeMasterClassCharcByKey(String changeNumber, String classInternalID, String charcInternalID)
ChangeMasterClassCharc
entity using key fields.charcInternalID
- Internal characteristic number without conversion routineConstraints: Not nullable, Maximum length: 10
classInternalID
- Internal Class NumberConstraints: Not nullable, Maximum length: 10
changeNumber
- Key of Object to be ClassifiedConstraints: Not nullable, Maximum length: 90
ChangeMasterClassCharc
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 ChangeMasterObjTypeAssgmtFluentHelper getAllChangeMasterObjTypeAssgmt()
ChangeMasterObjTypeAssgmt
entities.ChangeMasterObjTypeAssgmt
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 ChangeMasterObjTypeAssgmtByKeyFluentHelper getChangeMasterObjTypeAssgmtByKey(String changeNumber, String sAPObjectType)
ChangeMasterObjTypeAssgmt
entity using key fields.changeNumber
- Number used to uniquely identify a change master record.Constraints: Not nullable, Maximum length: 12
sAPObjectType
- Indicates the name of the business object type.Constraints: Not nullable, Maximum length: 30
ChangeMasterObjTypeAssgmt
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 ChangeMasterObjTypeAssgmtCreateFluentHelper createChangeMasterObjTypeAssgmt(@Nonnull ChangeMasterObjTypeAssgmt changeMasterObjTypeAssgmt)
ChangeMasterObjTypeAssgmt
entity and save it to the S/4HANA system.changeMasterObjTypeAssgmt
- ChangeMasterObjTypeAssgmt
entity object that will be created in the S/4HANA system.ChangeMasterObjTypeAssgmt
entity. To perform execution, call the execute
method on the fluent helper object.@Nonnull ChangeMasterObjTypeAssgmtUpdateFluentHelper updateChangeMasterObjTypeAssgmt(@Nonnull ChangeMasterObjTypeAssgmt changeMasterObjTypeAssgmt)
ChangeMasterObjTypeAssgmt
entity and save it to the S/4HANA system.changeMasterObjTypeAssgmt
- ChangeMasterObjTypeAssgmt
entity object that will be updated in the S/4HANA system.ChangeMasterObjTypeAssgmt
entity. To perform execution, call the execute
method on the fluent helper object.@Nonnull ChangeMasterObjTypeAssgmtDeleteFluentHelper deleteChangeMasterObjTypeAssgmt(@Nonnull ChangeMasterObjTypeAssgmt changeMasterObjTypeAssgmt)
ChangeMasterObjTypeAssgmt
entity in the S/4HANA system.changeMasterObjTypeAssgmt
- ChangeMasterObjTypeAssgmt
entity object that will be deleted in the S/4HANA system.ChangeMasterObjTypeAssgmt
entity. To perform execution, call the execute
method on the fluent helper object.@Nonnull ChangeMasterFluentHelper getAllChangeMaster()
ChangeMaster
entities.ChangeMaster
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 ChangeMasterByKeyFluentHelper getChangeMasterByKey(String changeNumber)
ChangeMaster
entity using key fields.changeNumber
- Number used to uniquely identify a change master record.Constraints: Not nullable, Maximum length: 12
ChangeMaster
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 ChangeMasterCreateFluentHelper createChangeMaster(@Nonnull ChangeMaster changeMaster)
ChangeMaster
entity and save it to the S/4HANA system.changeMaster
- ChangeMaster
entity object that will be created in the S/4HANA system.ChangeMaster
entity. To perform execution, call the execute
method on the fluent helper object.@Nonnull ChangeMasterUpdateFluentHelper updateChangeMaster(@Nonnull ChangeMaster changeMaster)
ChangeMaster
entity and save it to the S/4HANA system.changeMaster
- ChangeMaster
entity object that will be updated in the S/4HANA system.ChangeMaster
entity. To perform execution, call the execute
method on the fluent helper object.@Nonnull ChangeMasterDeleteFluentHelper deleteChangeMaster(@Nonnull ChangeMaster changeMaster)
ChangeMaster
entity in the S/4HANA system.changeMaster
- ChangeMaster
entity object that will be deleted in the S/4HANA system.ChangeMaster
entity. To perform execution, call the execute
method on the fluent helper object.@Nonnull ChangeMstrObjectMgmtRecordFluentHelper getAllChangeMstrObjectMgmtRecord()
ChangeMstrObjectMgmtRecord
entities.ChangeMstrObjectMgmtRecord
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 ChangeMstrObjectMgmtRecordByKeyFluentHelper getChangeMstrObjectMgmtRecordByKey(String changeNumber, String sAPObjectType, String sAPObjectTechnicalID)
ChangeMstrObjectMgmtRecord
entity using key fields.sAPObjectTechnicalID
- Identification of object to be changedConstraints: Not nullable, Maximum length: 90
changeNumber
- Number used to uniquely identify a change master record.Constraints: Not nullable, Maximum length: 12
sAPObjectType
- Indicates the name of the business object type.Constraints: Not nullable, Maximum length: 30
ChangeMstrObjectMgmtRecord
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 ChangeMstrObjectMgmtRecordUpdateFluentHelper updateChangeMstrObjectMgmtRecord(@Nonnull ChangeMstrObjectMgmtRecord changeMstrObjectMgmtRecord)
ChangeMstrObjectMgmtRecord
entity and save it to the S/4HANA system.changeMstrObjectMgmtRecord
- ChangeMstrObjectMgmtRecord
entity object that will be updated in the S/4HANA system.ChangeMstrObjectMgmtRecord
entity. To perform execution, call the execute
method on the fluent helper object.@Nonnull ChangeMstrObjectMgmtRecordDeleteFluentHelper deleteChangeMstrObjectMgmtRecord(@Nonnull ChangeMstrObjectMgmtRecord changeMstrObjectMgmtRecord)
ChangeMstrObjectMgmtRecord
entity in the S/4HANA system.changeMstrObjectMgmtRecord
- ChangeMstrObjectMgmtRecord
entity object that will be deleted in the S/4HANA system.ChangeMstrObjectMgmtRecord
entity. To perform execution, call the execute
method on the fluent helper object.@Nonnull ChangeMstrObMgReDocInfoRecdFluentHelper getAllChangeMstrObMgReDocInfoRecd()
ChangeMstrObMgReDocInfoRecd
entities.ChangeMstrObMgReDocInfoRecd
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 ChangeMstrObMgReDocInfoRecdByKeyFluentHelper getChangeMstrObMgReDocInfoRecdByKey(String changeNumber, String documentType, String documentInfoRecord, String documentPart, String documentVersion)
ChangeMstrObMgReDocInfoRecd
entity using key fields.documentInfoRecord
- This number is the main part of the document key, which is used to identify the document.Constraints: Not nullable, Maximum length: 25
documentPart
- Section of a document which is maintained as an independent document.Constraints: Not nullable, Maximum length: 3
documentType
- Part of the document key, which categorizes documents according to their distinguishing features and the organizational procedures which result from them.Constraints: Not nullable, Maximum length: 3
changeNumber
- Number used to uniquely identify a change master record.Constraints: Not nullable, Maximum length: 12
documentVersion
- Number which identifies the version of a document.Constraints: Not nullable, Maximum length: 2
ChangeMstrObMgReDocInfoRecd
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 ChangeMstrObMgReDocInfoRecdCreateFluentHelper createChangeMstrObMgReDocInfoRecd(@Nonnull ChangeMstrObMgReDocInfoRecd changeMstrObMgReDocInfoRecd)
ChangeMstrObMgReDocInfoRecd
entity and save it to the S/4HANA system.changeMstrObMgReDocInfoRecd
- ChangeMstrObMgReDocInfoRecd
entity object that will be created in the S/4HANA system.ChangeMstrObMgReDocInfoRecd
entity. To perform execution, call the execute
method on the fluent helper object.@Nonnull ChangeMstrObMgReDocInfoRecdUpdateFluentHelper updateChangeMstrObMgReDocInfoRecd(@Nonnull ChangeMstrObMgReDocInfoRecd changeMstrObMgReDocInfoRecd)
ChangeMstrObMgReDocInfoRecd
entity and save it to the S/4HANA system.changeMstrObMgReDocInfoRecd
- ChangeMstrObMgReDocInfoRecd
entity object that will be updated in the S/4HANA system.ChangeMstrObMgReDocInfoRecd
entity. To perform execution, call the execute
method on the fluent helper object.@Nonnull ChangeMstrObMgReDocInfoRecdDeleteFluentHelper deleteChangeMstrObMgReDocInfoRecd(@Nonnull ChangeMstrObMgReDocInfoRecd changeMstrObMgReDocInfoRecd)
ChangeMstrObMgReDocInfoRecd
entity in the S/4HANA system.changeMstrObMgReDocInfoRecd
- ChangeMstrObMgReDocInfoRecd
entity object that will be deleted in the S/4HANA system.ChangeMstrObMgReDocInfoRecd
entity. To perform execution, call the execute
method on the fluent helper object.@Nonnull ChangeMstrObMgReMaterialFluentHelper getAllChangeMstrObMgReMaterial()
ChangeMstrObMgReMaterial
entities.ChangeMstrObMgReMaterial
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 ChangeMstrObMgReMaterialByKeyFluentHelper getChangeMstrObMgReMaterialByKey(String changeNumber, String material)
ChangeMstrObMgReMaterial
entity using key fields.material
- Material NumberConstraints: Not nullable, Maximum length: 40
changeNumber
- Number used to uniquely identify a change master record.Constraints: Not nullable, Maximum length: 12
ChangeMstrObMgReMaterial
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 ChangeMstrObMgReMaterialCreateFluentHelper createChangeMstrObMgReMaterial(@Nonnull ChangeMstrObMgReMaterial changeMstrObMgReMaterial)
ChangeMstrObMgReMaterial
entity and save it to the S/4HANA system.changeMstrObMgReMaterial
- ChangeMstrObMgReMaterial
entity object that will be created in the S/4HANA system.ChangeMstrObMgReMaterial
entity. To perform execution, call the execute
method on the fluent helper object.@Nonnull ChangeMstrObMgReMaterialUpdateFluentHelper updateChangeMstrObMgReMaterial(@Nonnull ChangeMstrObMgReMaterial changeMstrObMgReMaterial)
ChangeMstrObMgReMaterial
entity and save it to the S/4HANA system.changeMstrObMgReMaterial
- ChangeMstrObMgReMaterial
entity object that will be updated in the S/4HANA system.ChangeMstrObMgReMaterial
entity. To perform execution, call the execute
method on the fluent helper object.@Nonnull ChangeMstrObMgReMaterialDeleteFluentHelper deleteChangeMstrObMgReMaterial(@Nonnull ChangeMstrObMgReMaterial changeMstrObMgReMaterial)
ChangeMstrObMgReMaterial
entity in the S/4HANA system.changeMstrObMgReMaterial
- ChangeMstrObMgReMaterial
entity object that will be deleted in the S/4HANA system.ChangeMstrObMgReMaterial
entity. To perform execution, call the execute
method on the fluent helper object.@Nonnull ChangeMstrObMgReMatlBOMFluentHelper getAllChangeMstrObMgReMatlBOM()
ChangeMstrObMgReMatlBOM
entities.ChangeMstrObMgReMatlBOM
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 ChangeMstrObMgReMatlBOMByKeyFluentHelper getChangeMstrObMgReMatlBOMByKey(String changeNumber, String material, String plant, String billOfMaterialVariantUsage)
ChangeMstrObMgReMatlBOM
entity using key fields.material
- Alphanumeric key uniquely identifying the material.Constraints: Not nullable, Maximum length: 40
plant
- Key uniquely identifying a plant.Constraints: Not nullable, Maximum length: 4
changeNumber
- Number used to uniquely identify a change master record.Constraints: Not nullable, Maximum length: 12
billOfMaterialVariantUsage
- This key defines the area (such as engineering/design or production) where a BOM can be used.Constraints: Not nullable, Maximum length: 1
ChangeMstrObMgReMatlBOM
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 ChangeMstrObMgReMatlBOMCreateFluentHelper createChangeMstrObMgReMatlBOM(@Nonnull ChangeMstrObMgReMatlBOM changeMstrObMgReMatlBOM)
ChangeMstrObMgReMatlBOM
entity and save it to the S/4HANA system.changeMstrObMgReMatlBOM
- ChangeMstrObMgReMatlBOM
entity object that will be created in the S/4HANA system.ChangeMstrObMgReMatlBOM
entity. To perform execution, call the execute
method on the fluent helper object.@Nonnull ChangeMstrObMgReMatlBOMUpdateFluentHelper updateChangeMstrObMgReMatlBOM(@Nonnull ChangeMstrObMgReMatlBOM changeMstrObMgReMatlBOM)
ChangeMstrObMgReMatlBOM
entity and save it to the S/4HANA system.changeMstrObMgReMatlBOM
- ChangeMstrObMgReMatlBOM
entity object that will be updated in the S/4HANA system.ChangeMstrObMgReMatlBOM
entity. To perform execution, call the execute
method on the fluent helper object.@Nonnull ChangeMstrObMgReMatlBOMDeleteFluentHelper deleteChangeMstrObMgReMatlBOM(@Nonnull ChangeMstrObMgReMatlBOM changeMstrObMgReMatlBOM)
ChangeMstrObMgReMatlBOM
entity in the S/4HANA system.changeMstrObMgReMatlBOM
- ChangeMstrObMgReMatlBOM
entity object that will be deleted in the S/4HANA system.ChangeMstrObMgReMatlBOM
entity. To perform execution, call the execute
method on the fluent helper object.@Nonnull ShiftValidityStartDateOfChangeMasterFluentHelper shiftValidityStartDateOfChangeMaster(String changeNumber, LocalDateTime validityStartDate)
Creates a fluent helper for the ShiftValidityStartDateOfChangeMaster OData function import.
validityStartDate
- Valid FromConstraints: Not nullable, Precision: 0
Original parameter name from the Odata EDM: ValidityStartDate
changeNumber
- Change NumberConstraints: Not nullable, Maximum length: 12
Original parameter name from the Odata EDM: ChangeNumber
execute
method on the fluent helper object.@Nonnull AssignAlternativeDateToObjectMgmtRecordFluentHelper assignAlternativeDateToObjectMgmtRecord(String changeNumber, String sAPObjectType, String sAPObjectTechnicalID, String chgNmbrAlternativeDateID)
Creates a fluent helper for the AssignAlternativeDateToObjectMgmtRecord OData function import.
sAPObjectTechnicalID
- ObjectConstraints: Not nullable, Maximum length: 90
Original parameter name from the Odata EDM: SAPObjectTechnicalID
changeNumber
- Change NumberConstraints: Not nullable, Maximum length: 12
Original parameter name from the Odata EDM: ChangeNumber
chgNmbrAlternativeDateID
- Alternative DateConstraints: Not nullable, Maximum length: 18
Original parameter name from the Odata EDM: ChgNmbrAlternativeDateID
sAPObjectType
- SAP Object TypeConstraints: Not nullable, Maximum length: 30
Original parameter name from the Odata EDM: SAPObjectType
execute
method on the fluent helper object.@Nonnull UnassignAlternativeDateFromObjMgmtRecordFluentHelper unassignAlternativeDateFromObjMgmtRecord(String changeNumber, String sAPObjectType, String sAPObjectTechnicalID)
Creates a fluent helper for the UnassignAlternativeDateFromObjMgmtRecord OData function import.
sAPObjectTechnicalID
- ObjectConstraints: Not nullable, Maximum length: 90
Original parameter name from the Odata EDM: SAPObjectTechnicalID
changeNumber
- Change NumberConstraints: Not nullable, Maximum length: 12
Original parameter name from the Odata EDM: ChangeNumber
sAPObjectType
- SAP Object TypeConstraints: Not nullable, Maximum length: 30
Original parameter name from the Odata EDM: SAPObjectType
execute
method on the fluent helper object.@Nonnull AssignAltDateToDocInfoRecdObjectMgmtRecFluentHelper assignAltDateToDocInfoRecdObjectMgmtRec(String changeNumber, String documentType, String documentInfoRecord, String documentPart, String documentVersion, String chgNmbrAlternativeDateID)
Creates a fluent helper for the AssignAltDateToDocInfoRecdObjectMgmtRec OData function import.
documentInfoRecord
- DocumentConstraints: Not nullable, Maximum length: 25
Original parameter name from the Odata EDM: DocumentInfoRecord
documentPart
- Document PartConstraints: Not nullable, Maximum length: 3
Original parameter name from the Odata EDM: DocumentPart
documentType
- Document TypeConstraints: Not nullable, Maximum length: 3
Original parameter name from the Odata EDM: DocumentType
changeNumber
- Change NumberConstraints: Not nullable, Maximum length: 12
Original parameter name from the Odata EDM: ChangeNumber
chgNmbrAlternativeDateID
- Alternative DateConstraints: Not nullable, Maximum length: 18
Original parameter name from the Odata EDM: ChgNmbrAlternativeDateID
documentVersion
- Document versionConstraints: Not nullable, Maximum length: 2
Original parameter name from the Odata EDM: DocumentVersion
execute
method on the fluent helper object.@Nonnull UnassignAltDateFromDocInfoRecdObjMgmtRecFluentHelper unassignAltDateFromDocInfoRecdObjMgmtRec(String changeNumber, String documentType, String documentInfoRecord, String documentPart, String documentVersion)
Creates a fluent helper for the UnassignAltDateFromDocInfoRecdObjMgmtRec OData function import.
documentInfoRecord
- DocumentConstraints: Not nullable, Maximum length: 25
Original parameter name from the Odata EDM: DocumentInfoRecord
documentPart
- Document PartConstraints: Not nullable, Maximum length: 3
Original parameter name from the Odata EDM: DocumentPart
documentType
- Document TypeConstraints: Not nullable, Maximum length: 3
Original parameter name from the Odata EDM: DocumentType
changeNumber
- Change NumberConstraints: Not nullable, Maximum length: 12
Original parameter name from the Odata EDM: ChangeNumber
documentVersion
- Document versionConstraints: Not nullable, Maximum length: 2
Original parameter name from the Odata EDM: DocumentVersion
execute
method on the fluent helper object.@Nonnull AssignAltDateToMaterialObjectMgmtRecFluentHelper assignAltDateToMaterialObjectMgmtRec(String changeNumber, String material, String chgNmbrAlternativeDateID)
Creates a fluent helper for the AssignAltDateToMaterialObjectMgmtRec OData function import.
material
- MaterialConstraints: Not nullable, Maximum length: 40
Original parameter name from the Odata EDM: Material
changeNumber
- Change NumberConstraints: Not nullable, Maximum length: 12
Original parameter name from the Odata EDM: ChangeNumber
chgNmbrAlternativeDateID
- Alternative DateConstraints: Not nullable, Maximum length: 18
Original parameter name from the Odata EDM: ChgNmbrAlternativeDateID
execute
method on the fluent helper object.@Nonnull UnassignAltDateFromMaterialObjMgmtRecFluentHelper unassignAltDateFromMaterialObjMgmtRec(String changeNumber, String material)
Creates a fluent helper for the UnassignAltDateFromMaterialObjMgmtRec OData function import.
material
- MaterialConstraints: Not nullable, Maximum length: 40
Original parameter name from the Odata EDM: Material
changeNumber
- Change NumberConstraints: Not nullable, Maximum length: 12
Original parameter name from the Odata EDM: ChangeNumber
execute
method on the fluent helper object.@Nonnull AssignAltDateToMatlBOMObjectMgmtRecFluentHelper assignAltDateToMatlBOMObjectMgmtRec(String changeNumber, String material, String plant, String billOfMaterialVariantUsage, String chgNmbrAlternativeDateID)
Creates a fluent helper for the AssignAltDateToMatlBOMObjectMgmtRec OData function import.
material
- MaterialConstraints: Not nullable, Maximum length: 40
Original parameter name from the Odata EDM: Material
plant
- PlantConstraints: Not nullable, Maximum length: 4
Original parameter name from the Odata EDM: Plant
changeNumber
- Change NumberConstraints: Not nullable, Maximum length: 12
Original parameter name from the Odata EDM: ChangeNumber
chgNmbrAlternativeDateID
- Alternative DateConstraints: Not nullable, Maximum length: 18
Original parameter name from the Odata EDM: ChgNmbrAlternativeDateID
billOfMaterialVariantUsage
- BOM UsageConstraints: Not nullable, Maximum length: 1
Original parameter name from the Odata EDM: BillOfMaterialVariantUsage
execute
method on the fluent helper object.@Nonnull UnassignAltDateFromMatlBOMObjMgmtRecFluentHelper unassignAltDateFromMatlBOMObjMgmtRec(String changeNumber, String material, String plant, String billOfMaterialVariantUsage)
Creates a fluent helper for the UnassignAltDateFromMatlBOMObjMgmtRec OData function import.
material
- MaterialConstraints: Not nullable, Maximum length: 40
Original parameter name from the Odata EDM: Material
plant
- PlantConstraints: Not nullable, Maximum length: 4
Original parameter name from the Odata EDM: Plant
changeNumber
- Change NumberConstraints: Not nullable, Maximum length: 12
Original parameter name from the Odata EDM: ChangeNumber
billOfMaterialVariantUsage
- BOM UsageConstraints: Not nullable, Maximum length: 1
Original parameter name from the Odata EDM: BillOfMaterialVariantUsage
execute
method on the fluent helper object.Copyright © 2018 SAP SE. All rights reserved.