public interface ChangeRecordService extends BatchService<ChangeRecordServiceBatch>
You can create, read, and delete change records as header objects. You can also assign (write), read, and delete the following objects belonging to change records: - BOM - BOM item - Document info record - Material - Product structure variant.
Reference: SAP API Business Hub
OData Service: | API_CHANGE_RECORD |
API Version: | 1 |
Communication Scenario: | Product Lifecycle Management - Change Record Integration (SAP_COM_0339) |
Scope Items: | Engineering Change Management with Change Records (1NF) |
Authentication Methods: | Basic, x509 |
Business Object: | ChangeRecord |
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. |
batch
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path
used to access the endpoint.@Nonnull ChangeRecordService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull ChangeRecordFluentHelper getAllChangeRecord()
ChangeRecord
entities.ChangeRecord
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 ChangeRecordByKeyFluentHelper getChangeRecordByKey(UUID changeRecordUUID)
ChangeRecord
entity using key fields.changeRecordUUID
- NodeID
Constraints: Not nullable
ChangeRecord
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 ChangeRecordCreateFluentHelper createChangeRecord(@Nonnull ChangeRecord changeRecord)
ChangeRecord
entity and save it to the S/4HANA system.changeRecord
- ChangeRecord
entity object that will be created in the S/4HANA system.ChangeRecord
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ChangeRecordUpdateFluentHelper updateChangeRecord(@Nonnull ChangeRecord changeRecord)
ChangeRecord
entity and save it to the S/4HANA system.changeRecord
- ChangeRecord
entity object that will be updated in the S/4HANA system.ChangeRecord
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ChangeRecordReferenceBitFluentHelper getAllChangeRecordReferenceBit()
ChangeRecordReferenceBit
entities.ChangeRecordReferenceBit
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 ChangeRecordReferenceBitByKeyFluentHelper getChangeRecordReferenceBitByKey(UUID changeRecordReferenceUUID)
ChangeRecordReferenceBit
entity using key fields.changeRecordReferenceUUID
- NodeID
Constraints: Not nullable
ChangeRecordReferenceBit
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 ChangeRecordReferenceBitCreateFluentHelper createChangeRecordReferenceBit(@Nonnull ChangeRecordReferenceBit changeRecordReferenceBit)
ChangeRecordReferenceBit
entity and save it to the S/4HANA system.changeRecordReferenceBit
- ChangeRecordReferenceBit
entity object that will be created in the S/4HANA system.ChangeRecordReferenceBit
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ChangeRecordReferenceBitUpdateFluentHelper updateChangeRecordReferenceBit(@Nonnull ChangeRecordReferenceBit changeRecordReferenceBit)
ChangeRecordReferenceBit
entity and save it to the S/4HANA system.changeRecordReferenceBit
- ChangeRecordReferenceBit
entity object that will be updated in the S/4HANA system.ChangeRecordReferenceBit
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ChangeRecordReferenceBitDeleteFluentHelper deleteChangeRecordReferenceBit(@Nonnull ChangeRecordReferenceBit changeRecordReferenceBit)
ChangeRecordReferenceBit
entity in the S/4HANA system.changeRecordReferenceBit
- ChangeRecordReferenceBit
entity object that will be deleted in the S/4HANA system.ChangeRecordReferenceBit
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ChangeRecordReferenceBOMFluentHelper getAllChangeRecordReferenceBOM()
ChangeRecordReferenceBOM
entities.ChangeRecordReferenceBOM
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 ChangeRecordReferenceBOMByKeyFluentHelper getChangeRecordReferenceBOMByKey(UUID changeRecordReferenceUUID)
ChangeRecordReferenceBOM
entity using key fields.changeRecordReferenceUUID
- NodeID
Constraints: Not nullable
ChangeRecordReferenceBOM
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 ChangeRecordReferenceBOMCreateFluentHelper createChangeRecordReferenceBOM(@Nonnull ChangeRecordReferenceBOM changeRecordReferenceBOM)
ChangeRecordReferenceBOM
entity and save it to the S/4HANA system.changeRecordReferenceBOM
- ChangeRecordReferenceBOM
entity object that will be created in the S/4HANA system.ChangeRecordReferenceBOM
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ChangeRecordReferenceBOMUpdateFluentHelper updateChangeRecordReferenceBOM(@Nonnull ChangeRecordReferenceBOM changeRecordReferenceBOM)
ChangeRecordReferenceBOM
entity and save it to the S/4HANA system.changeRecordReferenceBOM
- ChangeRecordReferenceBOM
entity object that will be updated in the S/4HANA system.ChangeRecordReferenceBOM
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ChangeRecordReferenceBOMDeleteFluentHelper deleteChangeRecordReferenceBOM(@Nonnull ChangeRecordReferenceBOM changeRecordReferenceBOM)
ChangeRecordReferenceBOM
entity in the S/4HANA system.changeRecordReferenceBOM
- ChangeRecordReferenceBOM
entity object that will be deleted in the S/4HANA system.ChangeRecordReferenceBOM
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ChangeRecordReferenceDocFluentHelper getAllChangeRecordReferenceDoc()
ChangeRecordReferenceDoc
entities.ChangeRecordReferenceDoc
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 ChangeRecordReferenceDocByKeyFluentHelper getChangeRecordReferenceDocByKey(UUID changeRecordReferenceUUID)
ChangeRecordReferenceDoc
entity using key fields.changeRecordReferenceUUID
- NodeID
Constraints: Not nullable
ChangeRecordReferenceDoc
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 ChangeRecordReferenceDocCreateFluentHelper createChangeRecordReferenceDoc(@Nonnull ChangeRecordReferenceDoc changeRecordReferenceDoc)
ChangeRecordReferenceDoc
entity and save it to the S/4HANA system.changeRecordReferenceDoc
- ChangeRecordReferenceDoc
entity object that will be created in the S/4HANA system.ChangeRecordReferenceDoc
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ChangeRecordReferenceDocUpdateFluentHelper updateChangeRecordReferenceDoc(@Nonnull ChangeRecordReferenceDoc changeRecordReferenceDoc)
ChangeRecordReferenceDoc
entity and save it to the S/4HANA system.changeRecordReferenceDoc
- ChangeRecordReferenceDoc
entity object that will be updated in the S/4HANA system.ChangeRecordReferenceDoc
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ChangeRecordReferenceDocDeleteFluentHelper deleteChangeRecordReferenceDoc(@Nonnull ChangeRecordReferenceDoc changeRecordReferenceDoc)
ChangeRecordReferenceDoc
entity in the S/4HANA system.changeRecordReferenceDoc
- ChangeRecordReferenceDoc
entity object that will be deleted in the S/4HANA system.ChangeRecordReferenceDoc
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ChangeRecordReferenceMatFluentHelper getAllChangeRecordReferenceMat()
ChangeRecordReferenceMat
entities.ChangeRecordReferenceMat
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 ChangeRecordReferenceMatByKeyFluentHelper getChangeRecordReferenceMatByKey(UUID changeRecordReferenceUUID)
ChangeRecordReferenceMat
entity using key fields.changeRecordReferenceUUID
- NodeID
Constraints: Not nullable
ChangeRecordReferenceMat
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 ChangeRecordReferenceMatCreateFluentHelper createChangeRecordReferenceMat(@Nonnull ChangeRecordReferenceMat changeRecordReferenceMat)
ChangeRecordReferenceMat
entity and save it to the S/4HANA system.changeRecordReferenceMat
- ChangeRecordReferenceMat
entity object that will be created in the S/4HANA system.ChangeRecordReferenceMat
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ChangeRecordReferenceMatUpdateFluentHelper updateChangeRecordReferenceMat(@Nonnull ChangeRecordReferenceMat changeRecordReferenceMat)
ChangeRecordReferenceMat
entity and save it to the S/4HANA system.changeRecordReferenceMat
- ChangeRecordReferenceMat
entity object that will be updated in the S/4HANA system.ChangeRecordReferenceMat
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ChangeRecordReferenceMatDeleteFluentHelper deleteChangeRecordReferenceMat(@Nonnull ChangeRecordReferenceMat changeRecordReferenceMat)
ChangeRecordReferenceMat
entity in the S/4HANA system.changeRecordReferenceMat
- ChangeRecordReferenceMat
entity object that will be deleted in the S/4HANA system.ChangeRecordReferenceMat
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ChangeRecordReferencePSVFluentHelper getAllChangeRecordReferencePSV()
ChangeRecordReferencePSV
entities.ChangeRecordReferencePSV
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 ChangeRecordReferencePSVByKeyFluentHelper getChangeRecordReferencePSVByKey(UUID changeRecordReferenceUUID)
ChangeRecordReferencePSV
entity using key fields.changeRecordReferenceUUID
- NodeID
Constraints: Not nullable
ChangeRecordReferencePSV
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 ChangeRecordReferencePSVCreateFluentHelper createChangeRecordReferencePSV(@Nonnull ChangeRecordReferencePSV changeRecordReferencePSV)
ChangeRecordReferencePSV
entity and save it to the S/4HANA system.changeRecordReferencePSV
- ChangeRecordReferencePSV
entity object that will be created in the S/4HANA system.ChangeRecordReferencePSV
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ChangeRecordReferencePSVUpdateFluentHelper updateChangeRecordReferencePSV(@Nonnull ChangeRecordReferencePSV changeRecordReferencePSV)
ChangeRecordReferencePSV
entity and save it to the S/4HANA system.changeRecordReferencePSV
- ChangeRecordReferencePSV
entity object that will be updated in the S/4HANA system.ChangeRecordReferencePSV
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ChangeRecordReferencePSVDeleteFluentHelper deleteChangeRecordReferencePSV(@Nonnull ChangeRecordReferencePSV changeRecordReferencePSV)
ChangeRecordReferencePSV
entity in the S/4HANA system.changeRecordReferencePSV
- ChangeRecordReferencePSV
entity object that will be deleted in the S/4HANA system.ChangeRecordReferencePSV
entity. To perform execution, call the
execute
method on the fluent helper object.Copyright © 2021 SAP SE. All rights reserved.