public interface CreateReadUpdateAndDeleteChangeMastersService
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) |
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.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.ChangeMasterAltDateCreateFluentHelper createChangeMasterAltDate(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.ChangeMasterAltDateUpdateFluentHelper updateChangeMasterAltDate(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.ChangeMasterAltDateDeleteFluentHelper deleteChangeMasterAltDate(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.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.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.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.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.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.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.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.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.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.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.ChangeMasterObjTypeAssgmtCreateFluentHelper createChangeMasterObjTypeAssgmt(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.ChangeMasterObjTypeAssgmtUpdateFluentHelper updateChangeMasterObjTypeAssgmt(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.ChangeMasterObjTypeAssgmtDeleteFluentHelper deleteChangeMasterObjTypeAssgmt(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.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.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.ChangeMasterCreateFluentHelper createChangeMaster(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.ChangeMasterUpdateFluentHelper updateChangeMaster(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.ChangeMasterDeleteFluentHelper deleteChangeMaster(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.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.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.ChangeMstrObjectMgmtRecordUpdateFluentHelper updateChangeMstrObjectMgmtRecord(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.ChangeMstrObjectMgmtRecordDeleteFluentHelper deleteChangeMstrObjectMgmtRecord(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.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.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.ChangeMstrObMgReDocInfoRecdCreateFluentHelper createChangeMstrObMgReDocInfoRecd(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.ChangeMstrObMgReDocInfoRecdUpdateFluentHelper updateChangeMstrObMgReDocInfoRecd(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.ChangeMstrObMgReDocInfoRecdDeleteFluentHelper deleteChangeMstrObMgReDocInfoRecd(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.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.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.ChangeMstrObMgReMaterialCreateFluentHelper createChangeMstrObMgReMaterial(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.ChangeMstrObMgReMaterialUpdateFluentHelper updateChangeMstrObMgReMaterial(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.ChangeMstrObMgReMaterialDeleteFluentHelper deleteChangeMstrObMgReMaterial(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.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.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.ChangeMstrObMgReMatlBOMCreateFluentHelper createChangeMstrObMgReMatlBOM(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.ChangeMstrObMgReMatlBOMUpdateFluentHelper updateChangeMstrObMgReMatlBOM(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.ChangeMstrObMgReMatlBOMDeleteFluentHelper deleteChangeMstrObMgReMatlBOM(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.ShiftValidityStartDateOfChangeMasterFluentHelper shiftValidityStartDateOfChangeMaster(String changeNumber, Calendar validityStartDate)
Creates a fluent helper for the ShiftValidityStartDateOfChangeMaster OData function import.
validityStartDate
- Valid FromConstraints: Not nullable, Precision: 0
changeNumber
- Change NumberConstraints: Not nullable, Maximum length: 12
execute
method on the fluent helper object.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
changeNumber
- Change NumberConstraints: Not nullable, Maximum length: 12
chgNmbrAlternativeDateID
- Alternative DateConstraints: Not nullable, Maximum length: 18
sAPObjectType
- SAP Object TypeConstraints: Not nullable, Maximum length: 30
execute
method on the fluent helper object.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
changeNumber
- Change NumberConstraints: Not nullable, Maximum length: 12
sAPObjectType
- SAP Object TypeConstraints: Not nullable, Maximum length: 30
execute
method on the fluent helper object.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
documentPart
- Document PartConstraints: Not nullable, Maximum length: 3
documentType
- Document TypeConstraints: Not nullable, Maximum length: 3
changeNumber
- Change NumberConstraints: Not nullable, Maximum length: 12
chgNmbrAlternativeDateID
- Alternative DateConstraints: Not nullable, Maximum length: 18
documentVersion
- Document versionConstraints: Not nullable, Maximum length: 2
execute
method on the fluent helper object.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
documentPart
- Document PartConstraints: Not nullable, Maximum length: 3
documentType
- Document TypeConstraints: Not nullable, Maximum length: 3
changeNumber
- Change NumberConstraints: Not nullable, Maximum length: 12
documentVersion
- Document versionConstraints: Not nullable, Maximum length: 2
execute
method on the fluent helper object.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
changeNumber
- Change NumberConstraints: Not nullable, Maximum length: 12
chgNmbrAlternativeDateID
- Alternative DateConstraints: Not nullable, Maximum length: 18
execute
method on the fluent helper object.UnassignAltDateFromMaterialObjMgmtRecFluentHelper unassignAltDateFromMaterialObjMgmtRec(String changeNumber, String material)
Creates a fluent helper for the UnassignAltDateFromMaterialObjMgmtRec OData function import.
material
- MaterialConstraints: Not nullable, Maximum length: 40
changeNumber
- Change NumberConstraints: Not nullable, Maximum length: 12
execute
method on the fluent helper object.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
plant
- PlantConstraints: Not nullable, Maximum length: 4
changeNumber
- Change NumberConstraints: Not nullable, Maximum length: 12
chgNmbrAlternativeDateID
- Alternative DateConstraints: Not nullable, Maximum length: 18
billOfMaterialVariantUsage
- BOM UsageConstraints: Not nullable, Maximum length: 1
execute
method on the fluent helper object.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
plant
- PlantConstraints: Not nullable, Maximum length: 4
changeNumber
- Change NumberConstraints: Not nullable, Maximum length: 12
billOfMaterialVariantUsage
- BOM UsageConstraints: Not nullable, Maximum length: 1
execute
method on the fluent helper object.Copyright © 2017 SAP SE. All rights reserved.