@Deprecated public interface ChangeMasterService extends BatchService<ChangeMasterServiceBatch>
This service enables you to read change masters.
Reference: SAP API Business Hub
OData Service: | API_CHANGEMASTER |
API Version: | 1 |
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 |
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_SERVICE_PATH
Deprecated.
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 ChangeMasterService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@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 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 chgNmbrAlternativeDateCounter)
ChangeMasterAltDate
entity using key fields.chgNmbrAlternativeDateCounter
- Engineering change management: alternative date counter
Constraints: Not nullable, Maximum length: 3
changeNumber
- Number used to uniquely identify a change master record.
Constraints: Not nullable, Maximum length: 12
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 ChangeMasterObjectTypeFluentHelper getAllChangeMasterObjectType()
ChangeMasterObjectType
entities.ChangeMasterObjectType
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 ChangeMasterObjectTypeByKeyFluentHelper getChangeMasterObjectTypeByKey(String changeNumberObjectType)
ChangeMasterObjectType
entity using key fields.changeNumberObjectType
- Categorization of change objects (such as material BOM, document structure, routing, material)
according to their distinguishing features.
Constraints: Not nullable, Maximum length: 2
ChangeMasterObjectType
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 ChangeMasterObjectTypeTextFluentHelper getAllChangeMasterObjectTypeText()
ChangeMasterObjectTypeText
entities.ChangeMasterObjectTypeText
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 ChangeMasterObjectTypeTextByKeyFluentHelper getChangeMasterObjectTypeTextByKey(String changeNumberObjectType, String language)
ChangeMasterObjectTypeText
entity using key fields.changeNumberObjectType
- Categorization of change objects (such as material BOM, document structure, routing, material)
according to their distinguishing features.
Constraints: Not nullable, Maximum length: 2
language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
ChangeMasterObjectTypeText
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 changeNumberObjectType)
ChangeMasterObjTypeAssgmt
entity using key fields.changeNumberObjectType
- Categorization of change objects (such as material BOM, document structure, routing, material)
according to their distinguishing features.
Constraints: Not nullable, Maximum length: 2
changeNumber
- Number used to uniquely identify a change master record.
Constraints: Not nullable, Maximum length: 12
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 ChangeMasterStatusFluentHelper getAllChangeMasterStatus()
ChangeMasterStatus
entities.ChangeMasterStatus
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 ChangeMasterStatusByKeyFluentHelper getChangeMasterStatusByKey(String changeNumberStatus)
ChangeMasterStatus
entity using key fields.changeNumberStatus
- Status of Change Number
Constraints: Not nullable, Maximum length: 2
ChangeMasterStatus
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 ChangeMasterStatusTextFluentHelper getAllChangeMasterStatusText()
ChangeMasterStatusText
entities.ChangeMasterStatusText
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 ChangeMasterStatusTextByKeyFluentHelper getChangeMasterStatusTextByKey(String changeNumberStatus, String language)
ChangeMasterStatusText
entity using key fields.language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
changeNumberStatus
- Status of Change Number
Constraints: Not nullable, Maximum length: 2
ChangeMasterStatusText
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.Copyright © 2019 SAP SE. All rights reserved.