public interface ProductSpecificationService extends BatchService<ProductSpecificationServiceBatch>
This service can operate with specification types assigned to the following specification categories: raw substance, real substance, stream substance, and packaging. The service can maintain header data and descriptions, as well as nutrient composition, allergen composition, and standard composition of the specification. Based on the configuration of the system, the service can also operate with custom composition data and property data. .
Reference: SAP API Business Hub
OData Service: | OP_API_PRODUCTSPECIFICATION_0001 |
API Version: | 1 |
Minimum ERP Version: | 2020 |
Authentication Methods: | Basic, x509 |
Business Object: | Recipe Product Specification |
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 ProductSpecificationService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull NutrientReferenceQuantityFluentHelper getAllNutrientReferenceQuantity()
NutrientReferenceQuantity
entities.NutrientReferenceQuantity
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 NutrientReferenceQuantityByKeyFluentHelper getNutrientReferenceQuantityByKey(String nutrientReferenceQuantityID)
NutrientReferenceQuantity
entity using key fields.nutrientReferenceQuantityID
- Nutrient Reference Quantity ID
Constraints: Not nullable, Maximum length: 1
NutrientReferenceQuantity
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 ProdSpecAllergenCmpstnFluentHelper getAllProdSpecAllergenCmpstn()
ProdSpecAllergenCmpstn
entities.ProdSpecAllergenCmpstn
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 ProdSpecAllergenCmpstnByKeyFluentHelper getProdSpecAllergenCmpstnByKey(String prodSpecComponentItem, String prodSpecCompItemChangeState)
ProdSpecAllergenCmpstn
entity using key fields.prodSpecCompItemChangeState
- Composition Change State
Constraints: Not nullable, Maximum length: 20
prodSpecComponentItem
- Composition Internal ID
Constraints: Not nullable, Maximum length: 20
ProdSpecAllergenCmpstn
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 ProdSpecAllergenCmpstnCreateFluentHelper createProdSpecAllergenCmpstn(@Nonnull ProdSpecAllergenCmpstn prodSpecAllergenCmpstn)
ProdSpecAllergenCmpstn
entity and save it to the S/4HANA system.prodSpecAllergenCmpstn
- ProdSpecAllergenCmpstn
entity object that will be created in the S/4HANA system.ProdSpecAllergenCmpstn
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ProdSpecAllergenCmpstnUpdateFluentHelper updateProdSpecAllergenCmpstn(@Nonnull ProdSpecAllergenCmpstn prodSpecAllergenCmpstn)
ProdSpecAllergenCmpstn
entity and save it to the S/4HANA system.prodSpecAllergenCmpstn
- ProdSpecAllergenCmpstn
entity object that will be updated in the S/4HANA system.ProdSpecAllergenCmpstn
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ProdSpecAllergenCmpstnDeleteFluentHelper deleteProdSpecAllergenCmpstn(@Nonnull ProdSpecAllergenCmpstn prodSpecAllergenCmpstn)
ProdSpecAllergenCmpstn
entity in the S/4HANA system.prodSpecAllergenCmpstn
- ProdSpecAllergenCmpstn
entity object that will be deleted in the S/4HANA system.ProdSpecAllergenCmpstn
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ProdSpecAllergenCmpstnHeaderFluentHelper getAllProdSpecAllergenCmpstnHeader()
ProdSpecAllergenCmpstnHeader
entities.ProdSpecAllergenCmpstnHeader
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 ProdSpecAllergenCmpstnHeaderByKeyFluentHelper getProdSpecAllergenCmpstnHeaderByKey(String prodSpecCmpstnHeader, String prodSpecCmpstnHdrChangeState)
ProdSpecAllergenCmpstnHeader
entity using key fields.prodSpecCmpstnHeader
- Composition Header Internal ID
Constraints: Not nullable, Maximum length: 20
prodSpecCmpstnHdrChangeState
- Composition Header Change State
Constraints: Not nullable, Maximum length: 20
ProdSpecAllergenCmpstnHeader
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 ProdSpecAllergenCmpstnHeaderCreateFluentHelper createProdSpecAllergenCmpstnHeader(@Nonnull ProdSpecAllergenCmpstnHeader prodSpecAllergenCmpstnHeader)
ProdSpecAllergenCmpstnHeader
entity and save it to the S/4HANA system.prodSpecAllergenCmpstnHeader
- ProdSpecAllergenCmpstnHeader
entity object that will be created in the S/4HANA system.ProdSpecAllergenCmpstnHeader
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ProdSpecAllergenCmpstnHeaderDeleteFluentHelper deleteProdSpecAllergenCmpstnHeader(@Nonnull ProdSpecAllergenCmpstnHeader prodSpecAllergenCmpstnHeader)
ProdSpecAllergenCmpstnHeader
entity in the S/4HANA system.prodSpecAllergenCmpstnHeader
- ProdSpecAllergenCmpstnHeader
entity object that will be deleted in the S/4HANA system.ProdSpecAllergenCmpstnHeader
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ProdSpecCmpstnFluentHelper getAllProdSpecCmpstn()
ProdSpecCmpstn
entities.ProdSpecCmpstn
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 ProdSpecCmpstnByKeyFluentHelper getProdSpecCmpstnByKey(String prodSpecComponentItem, String prodSpecCompItemChangeState)
ProdSpecCmpstn
entity using key fields.prodSpecCompItemChangeState
- Composition Change State
Constraints: Not nullable, Maximum length: 20
prodSpecComponentItem
- Composition Internal ID
Constraints: Not nullable, Maximum length: 20
ProdSpecCmpstn
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 ProdSpecCmpstnCreateFluentHelper createProdSpecCmpstn(@Nonnull ProdSpecCmpstn prodSpecCmpstn)
ProdSpecCmpstn
entity and save it to the S/4HANA system.prodSpecCmpstn
- ProdSpecCmpstn
entity object that will be created in the S/4HANA system.ProdSpecCmpstn
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ProdSpecCmpstnUpdateFluentHelper updateProdSpecCmpstn(@Nonnull ProdSpecCmpstn prodSpecCmpstn)
ProdSpecCmpstn
entity and save it to the S/4HANA system.prodSpecCmpstn
- ProdSpecCmpstn
entity object that will be updated in the S/4HANA system.ProdSpecCmpstn
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ProdSpecCmpstnDeleteFluentHelper deleteProdSpecCmpstn(@Nonnull ProdSpecCmpstn prodSpecCmpstn)
ProdSpecCmpstn
entity in the S/4HANA system.prodSpecCmpstn
- ProdSpecCmpstn
entity object that will be deleted in the S/4HANA system.ProdSpecCmpstn
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ProdSpecCmpstnHeaderFluentHelper getAllProdSpecCmpstnHeader()
ProdSpecCmpstnHeader
entities.ProdSpecCmpstnHeader
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 ProdSpecCmpstnHeaderByKeyFluentHelper getProdSpecCmpstnHeaderByKey(String prodSpecCmpstnHeader, String prodSpecCmpstnHdrChangeState, String prodSpecCompositionType)
ProdSpecCmpstnHeader
entity using key fields.prodSpecCompositionType
- Composition Type
Constraints: Not nullable, Maximum length: 40
prodSpecCmpstnHeader
- Composition Header Internal ID
Constraints: Not nullable, Maximum length: 20
prodSpecCmpstnHdrChangeState
- Composition Header Change State
Constraints: Not nullable, Maximum length: 20
ProdSpecCmpstnHeader
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 ProdSpecCmpstnHeaderCreateFluentHelper createProdSpecCmpstnHeader(@Nonnull ProdSpecCmpstnHeader prodSpecCmpstnHeader)
ProdSpecCmpstnHeader
entity and save it to the S/4HANA system.prodSpecCmpstnHeader
- ProdSpecCmpstnHeader
entity object that will be created in the S/4HANA system.ProdSpecCmpstnHeader
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ProdSpecCmpstnHeaderDeleteFluentHelper deleteProdSpecCmpstnHeader(@Nonnull ProdSpecCmpstnHeader prodSpecCmpstnHeader)
ProdSpecCmpstnHeader
entity in the S/4HANA system.prodSpecCmpstnHeader
- ProdSpecCmpstnHeader
entity object that will be deleted in the S/4HANA system.ProdSpecCmpstnHeader
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ProdSpecDescriptionFluentHelper getAllProdSpecDescription()
ProdSpecDescription
entities.ProdSpecDescription
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 ProdSpecDescriptionByKeyFluentHelper getProdSpecDescriptionByKey(String prodSpecDescriptionInternalID, String prodSpecDescriptionChangeState)
ProdSpecDescription
entity using key fields.prodSpecDescriptionChangeState
- Specification Description Change State
Constraints: Not nullable, Maximum length: 20
prodSpecDescriptionInternalID
- Specification Description Internal Record ID
Constraints: Not nullable, Maximum length: 20
ProdSpecDescription
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 ProdSpecDescriptionCreateFluentHelper createProdSpecDescription(@Nonnull ProdSpecDescription prodSpecDescription)
ProdSpecDescription
entity and save it to the S/4HANA system.prodSpecDescription
- ProdSpecDescription
entity object that will be created in the S/4HANA system.ProdSpecDescription
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ProdSpecDescriptionUpdateFluentHelper updateProdSpecDescription(@Nonnull ProdSpecDescription prodSpecDescription)
ProdSpecDescription
entity and save it to the S/4HANA system.prodSpecDescription
- ProdSpecDescription
entity object that will be updated in the S/4HANA system.ProdSpecDescription
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ProdSpecDescriptionDeleteFluentHelper deleteProdSpecDescription(@Nonnull ProdSpecDescription prodSpecDescription)
ProdSpecDescription
entity in the S/4HANA system.prodSpecDescription
- ProdSpecDescription
entity object that will be deleted in the S/4HANA system.ProdSpecDescription
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ProdSpecListingCmpstnHeaderFluentHelper getAllProdSpecListingCmpstnHeader()
ProdSpecListingCmpstnHeader
entities.ProdSpecListingCmpstnHeader
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 ProdSpecListingCmpstnHeaderByKeyFluentHelper getProdSpecListingCmpstnHeaderByKey(String prodSpecCmpstnHeader, String prodSpecCmpstnHdrChangeState, String prodSpecCompositionType)
ProdSpecListingCmpstnHeader
entity using key fields.prodSpecCompositionType
- Composition Type
Constraints: Not nullable, Maximum length: 40
prodSpecCmpstnHeader
- Composition Header Internal ID
Constraints: Not nullable, Maximum length: 20
prodSpecCmpstnHdrChangeState
- Composition Header Change State
Constraints: Not nullable, Maximum length: 20
ProdSpecListingCmpstnHeader
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 ProdSpecListingCmpstnHeaderCreateFluentHelper createProdSpecListingCmpstnHeader(@Nonnull ProdSpecListingCmpstnHeader prodSpecListingCmpstnHeader)
ProdSpecListingCmpstnHeader
entity and save it to the S/4HANA system.prodSpecListingCmpstnHeader
- ProdSpecListingCmpstnHeader
entity object that will be created in the S/4HANA system.ProdSpecListingCmpstnHeader
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ProdSpecListingCmpstnHeaderDeleteFluentHelper deleteProdSpecListingCmpstnHeader(@Nonnull ProdSpecListingCmpstnHeader prodSpecListingCmpstnHeader)
ProdSpecListingCmpstnHeader
entity in the S/4HANA system.prodSpecListingCmpstnHeader
- ProdSpecListingCmpstnHeader
entity object that will be deleted in the S/4HANA system.ProdSpecListingCmpstnHeader
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ProdSpecListingCompositionFluentHelper getAllProdSpecListingComposition()
ProdSpecListingComposition
entities.ProdSpecListingComposition
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 ProdSpecListingCompositionByKeyFluentHelper getProdSpecListingCompositionByKey(String prodSpecComponentItem, String prodSpecCompItemChangeState)
ProdSpecListingComposition
entity using key fields.prodSpecCompItemChangeState
- Composition Change State
Constraints: Not nullable, Maximum length: 20
prodSpecComponentItem
- Composition Internal ID
Constraints: Not nullable, Maximum length: 20
ProdSpecListingComposition
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 ProdSpecListingCompositionCreateFluentHelper createProdSpecListingComposition(@Nonnull ProdSpecListingComposition prodSpecListingComposition)
ProdSpecListingComposition
entity and save it to the S/4HANA system.prodSpecListingComposition
- ProdSpecListingComposition
entity object that will be created in the S/4HANA system.ProdSpecListingComposition
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ProdSpecListingCompositionUpdateFluentHelper updateProdSpecListingComposition(@Nonnull ProdSpecListingComposition prodSpecListingComposition)
ProdSpecListingComposition
entity and save it to the S/4HANA system.prodSpecListingComposition
- ProdSpecListingComposition
entity object that will be updated in the S/4HANA system.ProdSpecListingComposition
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ProdSpecListingCompositionDeleteFluentHelper deleteProdSpecListingComposition(@Nonnull ProdSpecListingComposition prodSpecListingComposition)
ProdSpecListingComposition
entity in the S/4HANA system.prodSpecListingComposition
- ProdSpecListingComposition
entity object that will be deleted in the S/4HANA system.ProdSpecListingComposition
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ProdSpecNutrientCmpstnFluentHelper getAllProdSpecNutrientCmpstn()
ProdSpecNutrientCmpstn
entities.ProdSpecNutrientCmpstn
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 ProdSpecNutrientCmpstnByKeyFluentHelper getProdSpecNutrientCmpstnByKey(String prodSpecComponentItem, String prodSpecCompItemChangeState)
ProdSpecNutrientCmpstn
entity using key fields.prodSpecCompItemChangeState
- Composition Change State
Constraints: Not nullable, Maximum length: 20
prodSpecComponentItem
- Composition Internal ID
Constraints: Not nullable, Maximum length: 20
ProdSpecNutrientCmpstn
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 ProdSpecNutrientCmpstnCreateFluentHelper createProdSpecNutrientCmpstn(@Nonnull ProdSpecNutrientCmpstn prodSpecNutrientCmpstn)
ProdSpecNutrientCmpstn
entity and save it to the S/4HANA system.prodSpecNutrientCmpstn
- ProdSpecNutrientCmpstn
entity object that will be created in the S/4HANA system.ProdSpecNutrientCmpstn
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ProdSpecNutrientCmpstnUpdateFluentHelper updateProdSpecNutrientCmpstn(@Nonnull ProdSpecNutrientCmpstn prodSpecNutrientCmpstn)
ProdSpecNutrientCmpstn
entity and save it to the S/4HANA system.prodSpecNutrientCmpstn
- ProdSpecNutrientCmpstn
entity object that will be updated in the S/4HANA system.ProdSpecNutrientCmpstn
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ProdSpecNutrientCmpstnDeleteFluentHelper deleteProdSpecNutrientCmpstn(@Nonnull ProdSpecNutrientCmpstn prodSpecNutrientCmpstn)
ProdSpecNutrientCmpstn
entity in the S/4HANA system.prodSpecNutrientCmpstn
- ProdSpecNutrientCmpstn
entity object that will be deleted in the S/4HANA system.ProdSpecNutrientCmpstn
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ProdSpecNutrientCmpstnHdrFluentHelper getAllProdSpecNutrientCmpstnHdr()
ProdSpecNutrientCmpstnHdr
entities.ProdSpecNutrientCmpstnHdr
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 ProdSpecNutrientCmpstnHdrByKeyFluentHelper getProdSpecNutrientCmpstnHdrByKey(String prodSpecCmpstnHeader, String prodSpecCmpstnHdrChangeState)
ProdSpecNutrientCmpstnHdr
entity using key fields.prodSpecCmpstnHeader
- Composition Header Internal ID
Constraints: Not nullable, Maximum length: 20
prodSpecCmpstnHdrChangeState
- Composition Header Change State
Constraints: Not nullable, Maximum length: 20
ProdSpecNutrientCmpstnHdr
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 ProdSpecNutrientCmpstnHdrCreateFluentHelper createProdSpecNutrientCmpstnHdr(@Nonnull ProdSpecNutrientCmpstnHdr prodSpecNutrientCmpstnHdr)
ProdSpecNutrientCmpstnHdr
entity and save it to the S/4HANA system.prodSpecNutrientCmpstnHdr
- ProdSpecNutrientCmpstnHdr
entity object that will be created in the S/4HANA system.ProdSpecNutrientCmpstnHdr
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ProdSpecNutrientCmpstnHdrDeleteFluentHelper deleteProdSpecNutrientCmpstnHdr(@Nonnull ProdSpecNutrientCmpstnHdr prodSpecNutrientCmpstnHdr)
ProdSpecNutrientCmpstnHdr
entity in the S/4HANA system.prodSpecNutrientCmpstnHdr
- ProdSpecNutrientCmpstnHdr
entity object that will be deleted in the S/4HANA system.ProdSpecNutrientCmpstnHdr
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ProdSpecPropertyHeaderFluentHelper getAllProdSpecPropertyHeader()
ProdSpecPropertyHeader
entities.ProdSpecPropertyHeader
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 ProdSpecPropertyHeaderByKeyFluentHelper getProdSpecPropertyHeaderByKey(String prodSpecPrptyDefID, String prodSpecPrptyHeader, String prodSpecPrptyHdrChangeState)
ProdSpecPropertyHeader
entity using key fields.prodSpecPrptyDefID
- Property Definition ID
Constraints: Not nullable, Maximum length: 40
prodSpecPrptyHeader
- Property Header Internal Record ID
Constraints: Not nullable, Maximum length: 20
prodSpecPrptyHdrChangeState
- Property Header Change State
Constraints: Not nullable, Maximum length: 20
ProdSpecPropertyHeader
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 ProdSpecPropertyHeaderCreateFluentHelper createProdSpecPropertyHeader(@Nonnull ProdSpecPropertyHeader prodSpecPropertyHeader)
ProdSpecPropertyHeader
entity and save it to the S/4HANA system.prodSpecPropertyHeader
- ProdSpecPropertyHeader
entity object that will be created in the S/4HANA system.ProdSpecPropertyHeader
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ProdSpecPropertyHeaderDeleteFluentHelper deleteProdSpecPropertyHeader(@Nonnull ProdSpecPropertyHeader prodSpecPropertyHeader)
ProdSpecPropertyHeader
entity in the S/4HANA system.prodSpecPropertyHeader
- ProdSpecPropertyHeader
entity object that will be deleted in the S/4HANA system.ProdSpecPropertyHeader
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ProdSpecPrptyCharacterValueFluentHelper getAllProdSpecPrptyCharacterValue()
ProdSpecPrptyCharacterValue
entities.ProdSpecPrptyCharacterValue
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 ProdSpecPrptyCharacterValueByKeyFluentHelper getProdSpecPrptyCharacterValueByKey(String prodSpecPrptyDefID, String prodSpecPrptyHeader, String prodSpecPrptyHdrChangeState, String charcInternalID, String clfnCharcValuePositionNumber)
ProdSpecPrptyCharacterValue
entity using key fields.clfnCharcValuePositionNumber
- Characteristic value counter
Constraints: Not nullable, Maximum length: 3
charcInternalID
- Characteristic Internal ID
Constraints: Not nullable, Maximum length: 10
prodSpecPrptyDefID
- Property Definition ID
Constraints: Not nullable, Maximum length: 40
prodSpecPrptyHeader
- Property Header Internal Record ID
Constraints: Not nullable, Maximum length: 20
prodSpecPrptyHdrChangeState
- Property Header Change State
Constraints: Not nullable, Maximum length: 20
ProdSpecPrptyCharacterValue
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 ProdSpecPrptyCharacterValueCreateFluentHelper createProdSpecPrptyCharacterValue(@Nonnull ProdSpecPrptyCharacterValue prodSpecPrptyCharacterValue)
ProdSpecPrptyCharacterValue
entity and save it to the S/4HANA system.prodSpecPrptyCharacterValue
- ProdSpecPrptyCharacterValue
entity object that will be created in the S/4HANA system.ProdSpecPrptyCharacterValue
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ProdSpecPrptyCharacterValueDeleteFluentHelper deleteProdSpecPrptyCharacterValue(@Nonnull ProdSpecPrptyCharacterValue prodSpecPrptyCharacterValue)
ProdSpecPrptyCharacterValue
entity in the S/4HANA system.prodSpecPrptyCharacterValue
- ProdSpecPrptyCharacterValue
entity object that will be deleted in the S/4HANA system.ProdSpecPrptyCharacterValue
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ProdSpecPrptyNumericValueFluentHelper getAllProdSpecPrptyNumericValue()
ProdSpecPrptyNumericValue
entities.ProdSpecPrptyNumericValue
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 ProdSpecPrptyNumericValueByKeyFluentHelper getProdSpecPrptyNumericValueByKey(String prodSpecPrptyDefID, String prodSpecPrptyHeader, String prodSpecPrptyHdrChangeState, String charcInternalID, String clfnCharcValuePositionNumber)
ProdSpecPrptyNumericValue
entity using key fields.clfnCharcValuePositionNumber
- Characteristic value counter
Constraints: Not nullable, Maximum length: 3
charcInternalID
- Characteristic Internal ID
Constraints: Not nullable, Maximum length: 10
prodSpecPrptyDefID
- Property Definition ID
Constraints: Not nullable, Maximum length: 40
prodSpecPrptyHeader
- Property Header Internal Record ID
Constraints: Not nullable, Maximum length: 20
prodSpecPrptyHdrChangeState
- Property Header Change State
Constraints: Not nullable, Maximum length: 20
ProdSpecPrptyNumericValue
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 ProdSpecPrptyNumericValueCreateFluentHelper createProdSpecPrptyNumericValue(@Nonnull ProdSpecPrptyNumericValue prodSpecPrptyNumericValue)
ProdSpecPrptyNumericValue
entity and save it to the S/4HANA system.prodSpecPrptyNumericValue
- ProdSpecPrptyNumericValue
entity object that will be created in the S/4HANA system.ProdSpecPrptyNumericValue
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ProdSpecPrptyNumericValueDeleteFluentHelper deleteProdSpecPrptyNumericValue(@Nonnull ProdSpecPrptyNumericValue prodSpecPrptyNumericValue)
ProdSpecPrptyNumericValue
entity in the S/4HANA system.prodSpecPrptyNumericValue
- ProdSpecPrptyNumericValue
entity object that will be deleted in the S/4HANA system.ProdSpecPrptyNumericValue
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ProdSpecQltatvCmpstnHeaderFluentHelper getAllProdSpecQltatvCmpstnHeader()
ProdSpecQltatvCmpstnHeader
entities.ProdSpecQltatvCmpstnHeader
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 ProdSpecQltatvCmpstnHeaderByKeyFluentHelper getProdSpecQltatvCmpstnHeaderByKey(String prodSpecCmpstnHeader, String prodSpecCmpstnHdrChangeState, String prodSpecCompositionType)
ProdSpecQltatvCmpstnHeader
entity using key fields.prodSpecCompositionType
- Composition Type
Constraints: Not nullable, Maximum length: 40
prodSpecCmpstnHeader
- Composition Header Internal ID
Constraints: Not nullable, Maximum length: 20
prodSpecCmpstnHdrChangeState
- Composition Header Change State
Constraints: Not nullable, Maximum length: 20
ProdSpecQltatvCmpstnHeader
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 ProdSpecQltatvCmpstnHeaderCreateFluentHelper createProdSpecQltatvCmpstnHeader(@Nonnull ProdSpecQltatvCmpstnHeader prodSpecQltatvCmpstnHeader)
ProdSpecQltatvCmpstnHeader
entity and save it to the S/4HANA system.prodSpecQltatvCmpstnHeader
- ProdSpecQltatvCmpstnHeader
entity object that will be created in the S/4HANA system.ProdSpecQltatvCmpstnHeader
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ProdSpecQltatvCmpstnHeaderDeleteFluentHelper deleteProdSpecQltatvCmpstnHeader(@Nonnull ProdSpecQltatvCmpstnHeader prodSpecQltatvCmpstnHeader)
ProdSpecQltatvCmpstnHeader
entity in the S/4HANA system.prodSpecQltatvCmpstnHeader
- ProdSpecQltatvCmpstnHeader
entity object that will be deleted in the S/4HANA system.ProdSpecQltatvCmpstnHeader
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ProdSpecQtytvCmpstnHeaderFluentHelper getAllProdSpecQtytvCmpstnHeader()
ProdSpecQtytvCmpstnHeader
entities.ProdSpecQtytvCmpstnHeader
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 ProdSpecQtytvCmpstnHeaderByKeyFluentHelper getProdSpecQtytvCmpstnHeaderByKey(String prodSpecCmpstnHeader, String prodSpecCmpstnHdrChangeState, String prodSpecCompositionType)
ProdSpecQtytvCmpstnHeader
entity using key fields.prodSpecCompositionType
- Composition Type
Constraints: Not nullable, Maximum length: 40
prodSpecCmpstnHeader
- Composition Header Internal ID
Constraints: Not nullable, Maximum length: 20
prodSpecCmpstnHdrChangeState
- Composition Header Change State
Constraints: Not nullable, Maximum length: 20
ProdSpecQtytvCmpstnHeader
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 ProdSpecQtytvCmpstnHeaderCreateFluentHelper createProdSpecQtytvCmpstnHeader(@Nonnull ProdSpecQtytvCmpstnHeader prodSpecQtytvCmpstnHeader)
ProdSpecQtytvCmpstnHeader
entity and save it to the S/4HANA system.prodSpecQtytvCmpstnHeader
- ProdSpecQtytvCmpstnHeader
entity object that will be created in the S/4HANA system.ProdSpecQtytvCmpstnHeader
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ProdSpecQtytvCmpstnHeaderDeleteFluentHelper deleteProdSpecQtytvCmpstnHeader(@Nonnull ProdSpecQtytvCmpstnHeader prodSpecQtytvCmpstnHeader)
ProdSpecQtytvCmpstnHeader
entity in the S/4HANA system.prodSpecQtytvCmpstnHeader
- ProdSpecQtytvCmpstnHeader
entity object that will be deleted in the S/4HANA system.ProdSpecQtytvCmpstnHeader
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ProdSpecQualitativeCmpstnFluentHelper getAllProdSpecQualitativeCmpstn()
ProdSpecQualitativeCmpstn
entities.ProdSpecQualitativeCmpstn
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 ProdSpecQualitativeCmpstnByKeyFluentHelper getProdSpecQualitativeCmpstnByKey(String prodSpecComponentItem, String prodSpecCompItemChangeState)
ProdSpecQualitativeCmpstn
entity using key fields.prodSpecCompItemChangeState
- Composition Change State
Constraints: Not nullable, Maximum length: 20
prodSpecComponentItem
- Composition Internal ID
Constraints: Not nullable, Maximum length: 20
ProdSpecQualitativeCmpstn
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 ProdSpecQualitativeCmpstnCreateFluentHelper createProdSpecQualitativeCmpstn(@Nonnull ProdSpecQualitativeCmpstn prodSpecQualitativeCmpstn)
ProdSpecQualitativeCmpstn
entity and save it to the S/4HANA system.prodSpecQualitativeCmpstn
- ProdSpecQualitativeCmpstn
entity object that will be created in the S/4HANA system.ProdSpecQualitativeCmpstn
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ProdSpecQualitativeCmpstnUpdateFluentHelper updateProdSpecQualitativeCmpstn(@Nonnull ProdSpecQualitativeCmpstn prodSpecQualitativeCmpstn)
ProdSpecQualitativeCmpstn
entity and save it to the S/4HANA system.prodSpecQualitativeCmpstn
- ProdSpecQualitativeCmpstn
entity object that will be updated in the S/4HANA system.ProdSpecQualitativeCmpstn
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ProdSpecQualitativeCmpstnDeleteFluentHelper deleteProdSpecQualitativeCmpstn(@Nonnull ProdSpecQualitativeCmpstn prodSpecQualitativeCmpstn)
ProdSpecQualitativeCmpstn
entity in the S/4HANA system.prodSpecQualitativeCmpstn
- ProdSpecQualitativeCmpstn
entity object that will be deleted in the S/4HANA system.ProdSpecQualitativeCmpstn
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ProdSpecQuantitativeCmpstnFluentHelper getAllProdSpecQuantitativeCmpstn()
ProdSpecQuantitativeCmpstn
entities.ProdSpecQuantitativeCmpstn
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 ProdSpecQuantitativeCmpstnByKeyFluentHelper getProdSpecQuantitativeCmpstnByKey(String prodSpecComponentItem, String prodSpecCompItemChangeState)
ProdSpecQuantitativeCmpstn
entity using key fields.prodSpecCompItemChangeState
- Composition Change State
Constraints: Not nullable, Maximum length: 20
prodSpecComponentItem
- Composition Internal ID
Constraints: Not nullable, Maximum length: 20
ProdSpecQuantitativeCmpstn
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 ProdSpecQuantitativeCmpstnCreateFluentHelper createProdSpecQuantitativeCmpstn(@Nonnull ProdSpecQuantitativeCmpstn prodSpecQuantitativeCmpstn)
ProdSpecQuantitativeCmpstn
entity and save it to the S/4HANA system.prodSpecQuantitativeCmpstn
- ProdSpecQuantitativeCmpstn
entity object that will be created in the S/4HANA system.ProdSpecQuantitativeCmpstn
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ProdSpecQuantitativeCmpstnUpdateFluentHelper updateProdSpecQuantitativeCmpstn(@Nonnull ProdSpecQuantitativeCmpstn prodSpecQuantitativeCmpstn)
ProdSpecQuantitativeCmpstn
entity and save it to the S/4HANA system.prodSpecQuantitativeCmpstn
- ProdSpecQuantitativeCmpstn
entity object that will be updated in the S/4HANA system.ProdSpecQuantitativeCmpstn
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ProdSpecQuantitativeCmpstnDeleteFluentHelper deleteProdSpecQuantitativeCmpstn(@Nonnull ProdSpecQuantitativeCmpstn prodSpecQuantitativeCmpstn)
ProdSpecQuantitativeCmpstn
entity in the S/4HANA system.prodSpecQuantitativeCmpstn
- ProdSpecQuantitativeCmpstn
entity object that will be deleted in the S/4HANA system.ProdSpecQuantitativeCmpstn
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ProdSpecStdCmpstnFluentHelper getAllProdSpecStdCmpstn()
ProdSpecStdCmpstn
entities.ProdSpecStdCmpstn
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 ProdSpecStdCmpstnByKeyFluentHelper getProdSpecStdCmpstnByKey(String prodSpecComponentItem, String prodSpecCompItemChangeState)
ProdSpecStdCmpstn
entity using key fields.prodSpecCompItemChangeState
- Composition Change State
Constraints: Not nullable, Maximum length: 20
prodSpecComponentItem
- Composition Internal ID
Constraints: Not nullable, Maximum length: 20
ProdSpecStdCmpstn
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 ProdSpecStdCmpstnCreateFluentHelper createProdSpecStdCmpstn(@Nonnull ProdSpecStdCmpstn prodSpecStdCmpstn)
ProdSpecStdCmpstn
entity and save it to the S/4HANA system.prodSpecStdCmpstn
- ProdSpecStdCmpstn
entity object that will be created in the S/4HANA system.ProdSpecStdCmpstn
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ProdSpecStdCmpstnUpdateFluentHelper updateProdSpecStdCmpstn(@Nonnull ProdSpecStdCmpstn prodSpecStdCmpstn)
ProdSpecStdCmpstn
entity and save it to the S/4HANA system.prodSpecStdCmpstn
- ProdSpecStdCmpstn
entity object that will be updated in the S/4HANA system.ProdSpecStdCmpstn
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ProdSpecStdCmpstnDeleteFluentHelper deleteProdSpecStdCmpstn(@Nonnull ProdSpecStdCmpstn prodSpecStdCmpstn)
ProdSpecStdCmpstn
entity in the S/4HANA system.prodSpecStdCmpstn
- ProdSpecStdCmpstn
entity object that will be deleted in the S/4HANA system.ProdSpecStdCmpstn
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ProdSpecStdCmpstnHeaderFluentHelper getAllProdSpecStdCmpstnHeader()
ProdSpecStdCmpstnHeader
entities.ProdSpecStdCmpstnHeader
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 ProdSpecStdCmpstnHeaderByKeyFluentHelper getProdSpecStdCmpstnHeaderByKey(String prodSpecCmpstnHeader, String prodSpecCmpstnHdrChangeState)
ProdSpecStdCmpstnHeader
entity using key fields.prodSpecCmpstnHeader
- Composition Header Internal ID
Constraints: Not nullable, Maximum length: 20
prodSpecCmpstnHdrChangeState
- Composition Header Change State
Constraints: Not nullable, Maximum length: 20
ProdSpecStdCmpstnHeader
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 ProdSpecStdCmpstnHeaderCreateFluentHelper createProdSpecStdCmpstnHeader(@Nonnull ProdSpecStdCmpstnHeader prodSpecStdCmpstnHeader)
ProdSpecStdCmpstnHeader
entity and save it to the S/4HANA system.prodSpecStdCmpstnHeader
- ProdSpecStdCmpstnHeader
entity object that will be created in the S/4HANA system.ProdSpecStdCmpstnHeader
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ProdSpecStdCmpstnHeaderDeleteFluentHelper deleteProdSpecStdCmpstnHeader(@Nonnull ProdSpecStdCmpstnHeader prodSpecStdCmpstnHeader)
ProdSpecStdCmpstnHeader
entity in the S/4HANA system.prodSpecStdCmpstnHeader
- ProdSpecStdCmpstnHeader
entity object that will be deleted in the S/4HANA system.ProdSpecStdCmpstnHeader
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ProductSpecificationFluentHelper getAllProductSpecification()
ProductSpecification
entities.ProductSpecification
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 ProductSpecificationByKeyFluentHelper getProductSpecificationByKey(String productSpecificationInternalID, String productSpecificationChgState)
ProductSpecification
entity using key fields.productSpecificationInternalID
- Product Specification Internal Identifier
Constraints: Not nullable, Maximum length: 20
productSpecificationChgState
- Product Specification Change State
Constraints: Not nullable, Maximum length: 20
ProductSpecification
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 ProductSpecificationCreateFluentHelper createProductSpecification(@Nonnull ProductSpecification productSpecification)
ProductSpecification
entity and save it to the S/4HANA system.productSpecification
- ProductSpecification
entity object that will be created in the S/4HANA system.ProductSpecification
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ProductSpecificationUpdateFluentHelper updateProductSpecification(@Nonnull ProductSpecification productSpecification)
ProductSpecification
entity and save it to the S/4HANA system.productSpecification
- ProductSpecification
entity object that will be updated in the S/4HANA system.ProductSpecification
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull CreateAllgnCompChangeStateFluentHelper createAllgnCompChangeState(String prodSpecCmpstnHeader, String prodSpecCmpstnHdrChangeState, String changeNumber)
Creates a fluent helper for the CreateAllgnCompChangeState OData function import.
changeNumber
- Constraints: Nullable, Maximum length: 12
Original parameter name from the Odata EDM: ChangeNumber
prodSpecCmpstnHeader
- Constraints: Not nullable, Maximum length: 20
Original parameter name from the Odata EDM: ProdSpecCmpstnHeader
prodSpecCmpstnHdrChangeState
- Constraints: Not nullable, Maximum length: 20
Original parameter name from the Odata EDM: ProdSpecCmpstnHdrChangeState
execute
method on the fluent helper object.@Nonnull CreateCompositionChangeStateFluentHelper createCompositionChangeState(String prodSpecCmpstnHeader, String prodSpecCmpstnHdrChangeState, String prodSpecCompositionType, String changeNumber)
Creates a fluent helper for the CreateCompositionChangeState OData function import.
prodSpecCompositionType
- Constraints: Not nullable, Maximum length: 40
Original parameter name from the Odata EDM: ProdSpecCompositionType
changeNumber
- Constraints: Nullable, Maximum length: 12
Original parameter name from the Odata EDM: ChangeNumber
prodSpecCmpstnHeader
- Constraints: Not nullable, Maximum length: 20
Original parameter name from the Odata EDM: ProdSpecCmpstnHeader
prodSpecCmpstnHdrChangeState
- Constraints: Not nullable, Maximum length: 20
Original parameter name from the Odata EDM: ProdSpecCmpstnHdrChangeState
execute
method on the fluent helper object.@Nonnull CreateListingCompChangeStateFluentHelper createListingCompChangeState(String prodSpecCmpstnHeader, String prodSpecCmpstnHdrChangeState, String prodSpecCompositionType, String changeNumber)
Creates a fluent helper for the CreateListingCompChangeState OData function import.
prodSpecCompositionType
- Constraints: Not nullable, Maximum length: 40
Original parameter name from the Odata EDM: ProdSpecCompositionType
changeNumber
- Constraints: Nullable, Maximum length: 12
Original parameter name from the Odata EDM: ChangeNumber
prodSpecCmpstnHeader
- Constraints: Not nullable, Maximum length: 20
Original parameter name from the Odata EDM: ProdSpecCmpstnHeader
prodSpecCmpstnHdrChangeState
- Constraints: Not nullable, Maximum length: 20
Original parameter name from the Odata EDM: ProdSpecCmpstnHdrChangeState
execute
method on the fluent helper object.@Nonnull CreateNtrntCompChangeStateFluentHelper createNtrntCompChangeState(String prodSpecCmpstnHeader, String prodSpecCmpstnHdrChangeState, String changeNumber)
Creates a fluent helper for the CreateNtrntCompChangeState OData function import.
changeNumber
- Constraints: Nullable, Maximum length: 12
Original parameter name from the Odata EDM: ChangeNumber
prodSpecCmpstnHeader
- Constraints: Not nullable, Maximum length: 20
Original parameter name from the Odata EDM: ProdSpecCmpstnHeader
prodSpecCmpstnHdrChangeState
- Constraints: Not nullable, Maximum length: 20
Original parameter name from the Odata EDM: ProdSpecCmpstnHdrChangeState
execute
method on the fluent helper object.@Nonnull CreatePropertyChangeStateFluentHelper createPropertyChangeState(String prodSpecPrptyDefID, String prodSpecPrptyHeader, String prodSpecPrptyHdrChangeState, String changeNumber)
Creates a fluent helper for the CreatePropertyChangeState OData function import.
prodSpecPrptyDefID
- Constraints: Not nullable, Maximum length: 40
Original parameter name from the Odata EDM: ProdSpecPrptyDefID
prodSpecPrptyHeader
- Constraints: Not nullable, Maximum length: 20
Original parameter name from the Odata EDM: ProdSpecPrptyHeader
changeNumber
- Constraints: Nullable, Maximum length: 12
Original parameter name from the Odata EDM: ChangeNumber
prodSpecPrptyHdrChangeState
- Constraints: Not nullable, Maximum length: 20
Original parameter name from the Odata EDM: ProdSpecPrptyHdrChangeState
execute
method on the fluent helper object.@Nonnull CreateQltatvCompChangeStateFluentHelper createQltatvCompChangeState(String prodSpecCmpstnHeader, String prodSpecCmpstnHdrChangeState, String prodSpecCompositionType, String changeNumber)
Creates a fluent helper for the CreateQltatvCompChangeState OData function import.
prodSpecCompositionType
- Constraints: Not nullable, Maximum length: 40
Original parameter name from the Odata EDM: ProdSpecCompositionType
changeNumber
- Constraints: Nullable, Maximum length: 12
Original parameter name from the Odata EDM: ChangeNumber
prodSpecCmpstnHeader
- Constraints: Not nullable, Maximum length: 20
Original parameter name from the Odata EDM: ProdSpecCmpstnHeader
prodSpecCmpstnHdrChangeState
- Constraints: Not nullable, Maximum length: 20
Original parameter name from the Odata EDM: ProdSpecCmpstnHdrChangeState
execute
method on the fluent helper object.@Nonnull CreateQtytvCompChangeStateFluentHelper createQtytvCompChangeState(String prodSpecCmpstnHeader, String prodSpecCmpstnHdrChangeState, String prodSpecCompositionType, String changeNumber)
Creates a fluent helper for the CreateQtytvCompChangeState OData function import.
prodSpecCompositionType
- Constraints: Not nullable, Maximum length: 40
Original parameter name from the Odata EDM: ProdSpecCompositionType
changeNumber
- Constraints: Nullable, Maximum length: 12
Original parameter name from the Odata EDM: ChangeNumber
prodSpecCmpstnHeader
- Constraints: Not nullable, Maximum length: 20
Original parameter name from the Odata EDM: ProdSpecCmpstnHeader
prodSpecCmpstnHdrChangeState
- Constraints: Not nullable, Maximum length: 20
Original parameter name from the Odata EDM: ProdSpecCmpstnHdrChangeState
execute
method on the fluent helper object.@Nonnull CreateStdCompChangeStateFluentHelper createStdCompChangeState(String prodSpecCmpstnHeader, String prodSpecCmpstnHdrChangeState, String changeNumber)
Creates a fluent helper for the CreateStdCompChangeState OData function import.
changeNumber
- Constraints: Nullable, Maximum length: 12
Original parameter name from the Odata EDM: ChangeNumber
prodSpecCmpstnHeader
- Constraints: Not nullable, Maximum length: 20
Original parameter name from the Odata EDM: ProdSpecCmpstnHeader
prodSpecCmpstnHdrChangeState
- Constraints: Not nullable, Maximum length: 20
Original parameter name from the Odata EDM: ProdSpecCmpstnHdrChangeState
execute
method on the fluent helper object.Copyright © 2021 SAP SE. All rights reserved.