public interface ProductStructureService extends BatchService<ProductStructureServiceBatch>
This service contains product structure nodes and product structure variants as the main entity. It enables you to read the product structure information including product nodes and product structure variants. It is based on the OData protocol and can be consumed by apps and other user interfaces.
Reference: SAP API Business Hub
OData Service: | API_PRODUCT_STRUCTURE_SRV |
API Version: | 1 |
Communication Scenario: | Product Lifecycle Management - Product Structure Integration (SAP_COM_0346) |
Scope Items: | Product Structure Management (3ND) |
Authentication Methods: | Basic, x509, OAuth2 |
Business Object: | ProductStructure |
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. |
Modifier and Type | Method and Description |
---|---|
ProductStructureNodeFluentHelper |
getAllProductStructureNode()
Fetch multiple
ProductStructureNode entities. |
ProductStructureVariantFluentHelper |
getAllProductStructureVariant()
Fetch multiple
ProductStructureVariant entities. |
ProductStructureNodeByKeyFluentHelper |
getProductStructureNodeByKey(UUID productStructureNodeUUID)
Fetch a single
ProductStructureNode entity using key fields. |
ProductStructureVariantByKeyFluentHelper |
getProductStructureVariantByKey(UUID productStructureVariantUUID,
String prodStrucVariantChgStateIntID)
Fetch a single
ProductStructureVariant entity using key fields. |
ProductStructureService |
withServicePath(String servicePath)
Overrides the default service path and returns a new service instance with the specified service path.
|
batch
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path
used to access the endpoint.@Nonnull ProductStructureService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull ProductStructureNodeFluentHelper getAllProductStructureNode()
ProductStructureNode
entities.ProductStructureNode
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 ProductStructureNodeByKeyFluentHelper getProductStructureNodeByKey(UUID productStructureNodeUUID)
ProductStructureNode
entity using key fields.productStructureNodeUUID
- Internal Number of iPPE Node
Constraints: Not nullable
ProductStructureNode
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 ProductStructureVariantFluentHelper getAllProductStructureVariant()
ProductStructureVariant
entities.ProductStructureVariant
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 ProductStructureVariantByKeyFluentHelper getProductStructureVariantByKey(UUID productStructureVariantUUID, String prodStrucVariantChgStateIntID)
ProductStructureVariant
entity using key fields.productStructureVariantUUID
- Internal Number of the PVS Variant
Constraints: Not nullable
prodStrucVariantChgStateIntID
- Differentiates iPPE objects (such as relationship types) that link different iPPE objects but have the
same name.
Constraints: Not nullable, Maximum length: 8
ProductStructureVariant
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 © 2020 SAP SE. All rights reserved.