@Named(value="com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultChangeMasterV2Service") public class DefaultChangeMasterV2Service extends Object implements ChangeMasterV2Service
You can display and edit change master header data, as well as specify the allowed object types and add alternative dates to your change masters. You can also maintain object management records of the following objects: document info record, material, and bill of material..
Reference: SAP API Business Hub
OData Service: | API_CHANGEMASTER_0002 |
API Version: | 2 |
Communication Scenario: | Product Lifecycle Management - Master Data Integration (SAP_COM_0105) |
Scope Items: | Engineering Bill of Material - Versions Management (1NR), Engineering Bill of Material - Change Master Management (1R3) |
Authentication Methods: | Basic, x509 |
Business Object: | ChangeMaster |
DEFAULT_SERVICE_PATH
Constructor and Description |
---|
DefaultChangeMasterV2Service()
Creates a service using
ChangeMasterV2Service.DEFAULT_SERVICE_PATH to send the requests. |
public DefaultChangeMasterV2Service()
ChangeMasterV2Service.DEFAULT_SERVICE_PATH
to send the requests.@Nonnull public DefaultChangeMasterV2Service withServicePath(@Nonnull String servicePath)
ChangeMasterV2Service
withServicePath
in interface ChangeMasterV2Service
servicePath
- Service path that will override the default.@Nonnull public DefaultChangeMasterV2ServiceBatch batch()
batch
in interface BatchService<ChangeMasterV2ServiceBatch>
@Nonnull public ChangeMasterAltDateFluentHelper getAllChangeMasterAltDate()
ChangeMasterV2Service
ChangeMasterAltDate
entities.getAllChangeMasterAltDate
in interface ChangeMasterV2Service
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 public ChangeMasterAltDateByKeyFluentHelper getChangeMasterAltDateByKey(String changeNumber, String chgNmbrAlternativeDateID)
ChangeMasterV2Service
ChangeMasterAltDate
entity using key fields.getChangeMasterAltDateByKey
in interface ChangeMasterV2Service
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 public ChangeMasterAltDateCreateFluentHelper createChangeMasterAltDate(@Nonnull ChangeMasterAltDate changeMasterAltDate)
ChangeMasterV2Service
ChangeMasterAltDate
entity and save it to the S/4HANA system.createChangeMasterAltDate
in interface ChangeMasterV2Service
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 public ChangeMasterAltDateUpdateFluentHelper updateChangeMasterAltDate(@Nonnull ChangeMasterAltDate changeMasterAltDate)
ChangeMasterV2Service
ChangeMasterAltDate
entity and save it to the S/4HANA system.updateChangeMasterAltDate
in interface ChangeMasterV2Service
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 public ChangeMasterAltDateDeleteFluentHelper deleteChangeMasterAltDate(@Nonnull ChangeMasterAltDate changeMasterAltDate)
ChangeMasterV2Service
ChangeMasterAltDate
entity in the S/4HANA system.deleteChangeMasterAltDate
in interface ChangeMasterV2Service
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 public ChangeMasterCharcFluentHelper getAllChangeMasterCharc()
ChangeMasterV2Service
ChangeMasterCharc
entities.getAllChangeMasterCharc
in interface ChangeMasterV2Service
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 public ChangeMasterCharcByKeyFluentHelper getChangeMasterCharcByKey(String changeNumber, String charcInternalID, String classType)
ChangeMasterV2Service
ChangeMasterCharc
entity using key fields.getChangeMasterCharcByKey
in interface ChangeMasterV2Service
changeNumber
- Key of Object to be Classified
Constraints: Not nullable, Maximum length: 90
charcInternalID
- Internal characteristic number without conversion routine
Constraints: Not nullable, Maximum length: 10
classType
- Uniquely identifies the class type
Constraints: 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 public ChangeMasterCharcValueFluentHelper getAllChangeMasterCharcValue()
ChangeMasterV2Service
ChangeMasterCharcValue
entities.getAllChangeMasterCharcValue
in interface ChangeMasterV2Service
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 public ChangeMasterCharcValueByKeyFluentHelper getChangeMasterCharcValueByKey(String changeNumber, String classType, String charcInternalID, String charcValuePositionNumber)
ChangeMasterV2Service
ChangeMasterCharcValue
entity using key fields.getChangeMasterCharcValueByKey
in interface ChangeMasterV2Service
changeNumber
- Key of Object to be Classified
Constraints: Not nullable, Maximum length: 90
classType
- Uniquely identifies the class type
Constraints: Not nullable, Maximum length: 3
charcInternalID
- Internal characteristic number without conversion routine
Constraints: Not nullable, Maximum length: 10
charcValuePositionNumber
- Characteristic value counter
Constraints: 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 public ChangeMasterClassFluentHelper getAllChangeMasterClass()
ChangeMasterV2Service
ChangeMasterClass
entities.getAllChangeMasterClass
in interface ChangeMasterV2Service
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 public ChangeMasterClassByKeyFluentHelper getChangeMasterClassByKey(String changeNumber, String classInternalID)
ChangeMasterV2Service
ChangeMasterClass
entity using key fields.getChangeMasterClassByKey
in interface ChangeMasterV2Service
changeNumber
- Key of Object to be Classified
Constraints: Not nullable, Maximum length: 90
classInternalID
- Internal Class Number
Constraints: Not nullable, Maximum length: 10
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 public ChangeMasterClassCharcFluentHelper getAllChangeMasterClassCharc()
ChangeMasterV2Service
ChangeMasterClassCharc
entities.getAllChangeMasterClassCharc
in interface ChangeMasterV2Service
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 public ChangeMasterClassCharcByKeyFluentHelper getChangeMasterClassCharcByKey(String changeNumber, String classInternalID, String charcInternalID)
ChangeMasterV2Service
ChangeMasterClassCharc
entity using key fields.getChangeMasterClassCharcByKey
in interface ChangeMasterV2Service
changeNumber
- Key of Object to be Classified
Constraints: Not nullable, Maximum length: 90
classInternalID
- Internal Class Number
Constraints: Not nullable, Maximum length: 10
charcInternalID
- Internal characteristic number without conversion routine
Constraints: Not nullable, Maximum length: 10
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 public ChangeMasterObjTypeAssgmtFluentHelper getAllChangeMasterObjTypeAssgmt()
ChangeMasterV2Service
ChangeMasterObjTypeAssgmt
entities.getAllChangeMasterObjTypeAssgmt
in interface ChangeMasterV2Service
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 public ChangeMasterObjTypeAssgmtByKeyFluentHelper getChangeMasterObjTypeAssgmtByKey(String changeNumber, String sAPObjectType)
ChangeMasterV2Service
ChangeMasterObjTypeAssgmt
entity using key fields.getChangeMasterObjTypeAssgmtByKey
in interface ChangeMasterV2Service
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 public ChangeMasterObjTypeAssgmtCreateFluentHelper createChangeMasterObjTypeAssgmt(@Nonnull ChangeMasterObjTypeAssgmt changeMasterObjTypeAssgmt)
ChangeMasterV2Service
ChangeMasterObjTypeAssgmt
entity and save it to the S/4HANA system.createChangeMasterObjTypeAssgmt
in interface ChangeMasterV2Service
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 public ChangeMasterObjTypeAssgmtUpdateFluentHelper updateChangeMasterObjTypeAssgmt(@Nonnull ChangeMasterObjTypeAssgmt changeMasterObjTypeAssgmt)
ChangeMasterV2Service
ChangeMasterObjTypeAssgmt
entity and save it to the S/4HANA system.updateChangeMasterObjTypeAssgmt
in interface ChangeMasterV2Service
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 public ChangeMasterObjTypeAssgmtDeleteFluentHelper deleteChangeMasterObjTypeAssgmt(@Nonnull ChangeMasterObjTypeAssgmt changeMasterObjTypeAssgmt)
ChangeMasterV2Service
ChangeMasterObjTypeAssgmt
entity in the S/4HANA system.deleteChangeMasterObjTypeAssgmt
in interface ChangeMasterV2Service
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 public ChangeMasterFluentHelper getAllChangeMaster()
ChangeMasterV2Service
ChangeMaster
entities.getAllChangeMaster
in interface ChangeMasterV2Service
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 public ChangeMasterByKeyFluentHelper getChangeMasterByKey(String changeNumber)
ChangeMasterV2Service
ChangeMaster
entity using key fields.getChangeMasterByKey
in interface ChangeMasterV2Service
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 public ChangeMasterCreateFluentHelper createChangeMaster(@Nonnull ChangeMaster changeMaster)
ChangeMasterV2Service
ChangeMaster
entity and save it to the S/4HANA system.createChangeMaster
in interface ChangeMasterV2Service
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 public ChangeMasterUpdateFluentHelper updateChangeMaster(@Nonnull ChangeMaster changeMaster)
ChangeMasterV2Service
ChangeMaster
entity and save it to the S/4HANA system.updateChangeMaster
in interface ChangeMasterV2Service
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 public ChangeMasterDeleteFluentHelper deleteChangeMaster(@Nonnull ChangeMaster changeMaster)
ChangeMasterV2Service
ChangeMaster
entity in the S/4HANA system.deleteChangeMaster
in interface ChangeMasterV2Service
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 public ChangeMstrObjectMgmtRecordFluentHelper getAllChangeMstrObjectMgmtRecord()
ChangeMasterV2Service
ChangeMstrObjectMgmtRecord
entities.getAllChangeMstrObjectMgmtRecord
in interface ChangeMasterV2Service
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 public ChangeMstrObjectMgmtRecordByKeyFluentHelper getChangeMstrObjectMgmtRecordByKey(String changeNumber, String sAPObjectType, String sAPObjectTechnicalID)
ChangeMasterV2Service
ChangeMstrObjectMgmtRecord
entity using key fields.getChangeMstrObjectMgmtRecordByKey
in interface ChangeMasterV2Service
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
sAPObjectTechnicalID
- Identification of object to be changed
Constraints: Not nullable, Maximum length: 90
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 public ChangeMstrObjectMgmtRecordUpdateFluentHelper updateChangeMstrObjectMgmtRecord(@Nonnull ChangeMstrObjectMgmtRecord changeMstrObjectMgmtRecord)
ChangeMasterV2Service
ChangeMstrObjectMgmtRecord
entity and save it to the S/4HANA system.updateChangeMstrObjectMgmtRecord
in interface ChangeMasterV2Service
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 public ChangeMstrObjectMgmtRecordDeleteFluentHelper deleteChangeMstrObjectMgmtRecord(@Nonnull ChangeMstrObjectMgmtRecord changeMstrObjectMgmtRecord)
ChangeMasterV2Service
ChangeMstrObjectMgmtRecord
entity in the S/4HANA system.deleteChangeMstrObjectMgmtRecord
in interface ChangeMasterV2Service
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 public ChangeMstrObMgReDocInfoRecdFluentHelper getAllChangeMstrObMgReDocInfoRecd()
ChangeMasterV2Service
ChangeMstrObMgReDocInfoRecd
entities.getAllChangeMstrObMgReDocInfoRecd
in interface ChangeMasterV2Service
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 public ChangeMstrObMgReDocInfoRecdByKeyFluentHelper getChangeMstrObMgReDocInfoRecdByKey(String changeNumber, String documentType, String documentInfoRecord, String documentPart, String documentVersion)
ChangeMasterV2Service
ChangeMstrObMgReDocInfoRecd
entity using key fields.getChangeMstrObMgReDocInfoRecdByKey
in interface ChangeMasterV2Service
changeNumber
- Number used to uniquely identify a change master record.
Constraints: Not nullable, Maximum length: 12
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
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
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 public ChangeMstrObMgReDocInfoRecdCreateFluentHelper createChangeMstrObMgReDocInfoRecd(@Nonnull ChangeMstrObMgReDocInfoRecd changeMstrObMgReDocInfoRecd)
ChangeMasterV2Service
ChangeMstrObMgReDocInfoRecd
entity and save it to the S/4HANA system.createChangeMstrObMgReDocInfoRecd
in interface ChangeMasterV2Service
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 public ChangeMstrObMgReDocInfoRecdUpdateFluentHelper updateChangeMstrObMgReDocInfoRecd(@Nonnull ChangeMstrObMgReDocInfoRecd changeMstrObMgReDocInfoRecd)
ChangeMasterV2Service
ChangeMstrObMgReDocInfoRecd
entity and save it to the S/4HANA system.updateChangeMstrObMgReDocInfoRecd
in interface ChangeMasterV2Service
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 public ChangeMstrObMgReDocInfoRecdDeleteFluentHelper deleteChangeMstrObMgReDocInfoRecd(@Nonnull ChangeMstrObMgReDocInfoRecd changeMstrObMgReDocInfoRecd)
ChangeMasterV2Service
ChangeMstrObMgReDocInfoRecd
entity in the S/4HANA system.deleteChangeMstrObMgReDocInfoRecd
in interface ChangeMasterV2Service
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 public ChangeMstrObMgReMaterialFluentHelper getAllChangeMstrObMgReMaterial()
ChangeMasterV2Service
ChangeMstrObMgReMaterial
entities.getAllChangeMstrObMgReMaterial
in interface ChangeMasterV2Service
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 public ChangeMstrObMgReMaterialByKeyFluentHelper getChangeMstrObMgReMaterialByKey(String changeNumber, String material)
ChangeMasterV2Service
ChangeMstrObMgReMaterial
entity using key fields.getChangeMstrObMgReMaterialByKey
in interface ChangeMasterV2Service
changeNumber
- Number used to uniquely identify a change master record.
Constraints: Not nullable, Maximum length: 12
material
- Material Number
Constraints: Not nullable, Maximum length: 40
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 public ChangeMstrObMgReMaterialCreateFluentHelper createChangeMstrObMgReMaterial(@Nonnull ChangeMstrObMgReMaterial changeMstrObMgReMaterial)
ChangeMasterV2Service
ChangeMstrObMgReMaterial
entity and save it to the S/4HANA system.createChangeMstrObMgReMaterial
in interface ChangeMasterV2Service
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 public ChangeMstrObMgReMaterialUpdateFluentHelper updateChangeMstrObMgReMaterial(@Nonnull ChangeMstrObMgReMaterial changeMstrObMgReMaterial)
ChangeMasterV2Service
ChangeMstrObMgReMaterial
entity and save it to the S/4HANA system.updateChangeMstrObMgReMaterial
in interface ChangeMasterV2Service
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 public ChangeMstrObMgReMaterialDeleteFluentHelper deleteChangeMstrObMgReMaterial(@Nonnull ChangeMstrObMgReMaterial changeMstrObMgReMaterial)
ChangeMasterV2Service
ChangeMstrObMgReMaterial
entity in the S/4HANA system.deleteChangeMstrObMgReMaterial
in interface ChangeMasterV2Service
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 public ChangeMstrObMgReMatlBOMFluentHelper getAllChangeMstrObMgReMatlBOM()
ChangeMasterV2Service
ChangeMstrObMgReMatlBOM
entities.getAllChangeMstrObMgReMatlBOM
in interface ChangeMasterV2Service
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 public ChangeMstrObMgReMatlBOMByKeyFluentHelper getChangeMstrObMgReMatlBOMByKey(String changeNumber, String material, String plant, String billOfMaterialVariantUsage)
ChangeMasterV2Service
ChangeMstrObMgReMatlBOM
entity using key fields.getChangeMstrObMgReMatlBOMByKey
in interface ChangeMasterV2Service
changeNumber
- Number used to uniquely identify a change master record.
Constraints: Not nullable, Maximum length: 12
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
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 public ChangeMstrObMgReMatlBOMCreateFluentHelper createChangeMstrObMgReMatlBOM(@Nonnull ChangeMstrObMgReMatlBOM changeMstrObMgReMatlBOM)
ChangeMasterV2Service
ChangeMstrObMgReMatlBOM
entity and save it to the S/4HANA system.createChangeMstrObMgReMatlBOM
in interface ChangeMasterV2Service
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 public ChangeMstrObMgReMatlBOMUpdateFluentHelper updateChangeMstrObMgReMatlBOM(@Nonnull ChangeMstrObMgReMatlBOM changeMstrObMgReMatlBOM)
ChangeMasterV2Service
ChangeMstrObMgReMatlBOM
entity and save it to the S/4HANA system.updateChangeMstrObMgReMatlBOM
in interface ChangeMasterV2Service
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 public ChangeMstrObMgReMatlBOMDeleteFluentHelper deleteChangeMstrObMgReMatlBOM(@Nonnull ChangeMstrObMgReMatlBOM changeMstrObMgReMatlBOM)
ChangeMasterV2Service
ChangeMstrObMgReMatlBOM
entity in the S/4HANA system.deleteChangeMstrObMgReMatlBOM
in interface ChangeMasterV2Service
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 public ShiftValidityStartDateOfChangeMasterFluentHelper shiftValidityStartDateOfChangeMaster(String changeNumber, LocalDateTime validityStartDate)
ChangeMasterV2Service
Creates a fluent helper for the ShiftValidityStartDateOfChangeMaster OData function import.
shiftValidityStartDateOfChangeMaster
in interface ChangeMasterV2Service
changeNumber
- Change Number
Constraints: Not nullable, Maximum length: 12
Original parameter name from the Odata EDM: ChangeNumber
validityStartDate
- Valid From
Constraints: Nullable, Precision: 0
Original parameter name from the Odata EDM: ValidityStartDate
execute
method on the fluent helper object.@Nonnull public AssignAlternativeDateToObjectMgmtRecordFluentHelper assignAlternativeDateToObjectMgmtRecord(String changeNumber, String sAPObjectType, String sAPObjectTechnicalID, String chgNmbrAlternativeDateID)
ChangeMasterV2Service
Creates a fluent helper for the AssignAlternativeDateToObjectMgmtRecord OData function import.
assignAlternativeDateToObjectMgmtRecord
in interface ChangeMasterV2Service
changeNumber
- Change Number
Constraints: Not nullable, Maximum length: 12
Original parameter name from the Odata EDM: ChangeNumber
sAPObjectType
- SAP Object Type
Constraints: Not nullable, Maximum length: 30
Original parameter name from the Odata EDM: SAPObjectType
sAPObjectTechnicalID
- Object
Constraints: Not nullable, Maximum length: 90
Original parameter name from the Odata EDM: SAPObjectTechnicalID
chgNmbrAlternativeDateID
- Alternative date
Constraints: Nullable, Maximum length: 18
Original parameter name from the Odata EDM: ChgNmbrAlternativeDateID
execute
method on the fluent helper object.@Nonnull public UnassignAlternativeDateFromObjMgmtRecordFluentHelper unassignAlternativeDateFromObjMgmtRecord(String changeNumber, String sAPObjectType, String sAPObjectTechnicalID)
ChangeMasterV2Service
Creates a fluent helper for the UnassignAlternativeDateFromObjMgmtRecord OData function import.
unassignAlternativeDateFromObjMgmtRecord
in interface ChangeMasterV2Service
changeNumber
- Change Number
Constraints: Not nullable, Maximum length: 12
Original parameter name from the Odata EDM: ChangeNumber
sAPObjectType
- SAP Object Type
Constraints: Not nullable, Maximum length: 30
Original parameter name from the Odata EDM: SAPObjectType
sAPObjectTechnicalID
- Object
Constraints: Not nullable, Maximum length: 90
Original parameter name from the Odata EDM: SAPObjectTechnicalID
execute
method on the fluent helper object.@Nonnull public AssignAltDateToDocInfoRecdObjectMgmtRecFluentHelper assignAltDateToDocInfoRecdObjectMgmtRec(String changeNumber, String documentType, String documentInfoRecord, String documentPart, String documentVersion, String chgNmbrAlternativeDateID)
ChangeMasterV2Service
Creates a fluent helper for the AssignAltDateToDocInfoRecdObjectMgmtRec OData function import.
assignAltDateToDocInfoRecdObjectMgmtRec
in interface ChangeMasterV2Service
changeNumber
- Change Number
Constraints: Not nullable, Maximum length: 12
Original parameter name from the Odata EDM: ChangeNumber
documentType
- Document Type
Constraints: Not nullable, Maximum length: 3
Original parameter name from the Odata EDM: DocumentType
documentInfoRecord
- Document
Constraints: Not nullable, Maximum length: 25
Original parameter name from the Odata EDM: DocumentInfoRecord
documentPart
- Document part
Constraints: Not nullable, Maximum length: 3
Original parameter name from the Odata EDM: DocumentPart
documentVersion
- Document version
Constraints: Not nullable, Maximum length: 2
Original parameter name from the Odata EDM: DocumentVersion
chgNmbrAlternativeDateID
- Alternative date
Constraints: Nullable, Maximum length: 18
Original parameter name from the Odata EDM: ChgNmbrAlternativeDateID
execute
method on the fluent helper object.@Nonnull public UnassignAltDateFromDocInfoRecdObjMgmtRecFluentHelper unassignAltDateFromDocInfoRecdObjMgmtRec(String changeNumber, String documentType, String documentInfoRecord, String documentPart, String documentVersion)
ChangeMasterV2Service
Creates a fluent helper for the UnassignAltDateFromDocInfoRecdObjMgmtRec OData function import.
unassignAltDateFromDocInfoRecdObjMgmtRec
in interface ChangeMasterV2Service
changeNumber
- Change Number
Constraints: Not nullable, Maximum length: 12
Original parameter name from the Odata EDM: ChangeNumber
documentType
- Document Type
Constraints: Not nullable, Maximum length: 3
Original parameter name from the Odata EDM: DocumentType
documentInfoRecord
- Document
Constraints: Not nullable, Maximum length: 25
Original parameter name from the Odata EDM: DocumentInfoRecord
documentPart
- Document part
Constraints: Not nullable, Maximum length: 3
Original parameter name from the Odata EDM: DocumentPart
documentVersion
- Document version
Constraints: Not nullable, Maximum length: 2
Original parameter name from the Odata EDM: DocumentVersion
execute
method on the fluent helper object.@Nonnull public AssignAltDateToMaterialObjectMgmtRecFluentHelper assignAltDateToMaterialObjectMgmtRec(String changeNumber, String material, String chgNmbrAlternativeDateID)
ChangeMasterV2Service
Creates a fluent helper for the AssignAltDateToMaterialObjectMgmtRec OData function import.
assignAltDateToMaterialObjectMgmtRec
in interface ChangeMasterV2Service
changeNumber
- Change Number
Constraints: Not nullable, Maximum length: 12
Original parameter name from the Odata EDM: ChangeNumber
material
- Material
Constraints: Not nullable, Maximum length: 40
Original parameter name from the Odata EDM: Material
chgNmbrAlternativeDateID
- Alternative date
Constraints: Nullable, Maximum length: 18
Original parameter name from the Odata EDM: ChgNmbrAlternativeDateID
execute
method on the fluent helper object.@Nonnull public UnassignAltDateFromMaterialObjMgmtRecFluentHelper unassignAltDateFromMaterialObjMgmtRec(String changeNumber, String material)
ChangeMasterV2Service
Creates a fluent helper for the UnassignAltDateFromMaterialObjMgmtRec OData function import.
unassignAltDateFromMaterialObjMgmtRec
in interface ChangeMasterV2Service
changeNumber
- Change Number
Constraints: Not nullable, Maximum length: 12
Original parameter name from the Odata EDM: ChangeNumber
material
- Material
Constraints: Not nullable, Maximum length: 40
Original parameter name from the Odata EDM: Material
execute
method on the fluent helper object.@Nonnull public AssignAltDateToMatlBOMObjectMgmtRecFluentHelper assignAltDateToMatlBOMObjectMgmtRec(String changeNumber, String material, String plant, String billOfMaterialVariantUsage, String chgNmbrAlternativeDateID)
ChangeMasterV2Service
Creates a fluent helper for the AssignAltDateToMatlBOMObjectMgmtRec OData function import.
assignAltDateToMatlBOMObjectMgmtRec
in interface ChangeMasterV2Service
changeNumber
- Change Number
Constraints: Not nullable, Maximum length: 12
Original parameter name from the Odata EDM: ChangeNumber
material
- Material
Constraints: Not nullable, Maximum length: 40
Original parameter name from the Odata EDM: Material
plant
- Plant
Constraints: Not nullable, Maximum length: 4
Original parameter name from the Odata EDM: Plant
billOfMaterialVariantUsage
- BOM Usage
Constraints: Not nullable, Maximum length: 1
Original parameter name from the Odata EDM: BillOfMaterialVariantUsage
chgNmbrAlternativeDateID
- Alternative date
Constraints: Nullable, Maximum length: 18
Original parameter name from the Odata EDM: ChgNmbrAlternativeDateID
execute
method on the fluent helper object.@Nonnull public UnassignAltDateFromMatlBOMObjMgmtRecFluentHelper unassignAltDateFromMatlBOMObjMgmtRec(String changeNumber, String material, String plant, String billOfMaterialVariantUsage)
ChangeMasterV2Service
Creates a fluent helper for the UnassignAltDateFromMatlBOMObjMgmtRec OData function import.
unassignAltDateFromMatlBOMObjMgmtRec
in interface ChangeMasterV2Service
changeNumber
- Change Number
Constraints: Not nullable, Maximum length: 12
Original parameter name from the Odata EDM: ChangeNumber
material
- Material
Constraints: Not nullable, Maximum length: 40
Original parameter name from the Odata EDM: Material
plant
- Plant
Constraints: Not nullable, Maximum length: 4
Original parameter name from the Odata EDM: Plant
billOfMaterialVariantUsage
- BOM Usage
Constraints: Not nullable, Maximum length: 1
Original parameter name from the Odata EDM: BillOfMaterialVariantUsage
execute
method on the fluent helper object.Copyright © 2020 SAP SE. All rights reserved.