public class ReleaseVersionBOMFluentHelper extends FluentHelperFunction<ReleaseVersionBOMFluentHelper,DummyFunctionImportResult,DummyFunctionImportResult>
Constructor and Description |
---|
ReleaseVersionBOMFluentHelper(UUID billOfMaterialHeaderUUID,
String billOfMaterial,
String billOfMaterialCategory,
String billOfMaterialVariant,
String billOfMaterialVersion,
String bOMVersionStatus,
Boolean isLatestBOMVersion)
Creates a fluent helper object that will execute the ReleaseVersionBOM OData function import with the provided parameters.
|
Modifier and Type | Method and Description |
---|---|
DummyFunctionImportResult |
execute(ErpEndpoint erpEndpoint)
Executes the underlying query using the stored values, plus any query modifiers that were previously called.
|
execute, execute
public ReleaseVersionBOMFluentHelper(UUID billOfMaterialHeaderUUID, String billOfMaterial, String billOfMaterialCategory, String billOfMaterialVariant, String billOfMaterialVersion, String bOMVersionStatus, Boolean isLatestBOMVersion)
execute
method on the fluent helper object.isLatestBOMVersion
- Latest VersionConstraints: none
billOfMaterialHeaderUUID
- ID hdr chge statusConstraints: none
billOfMaterialCategory
- BOM categoryConstraints: Not nullable, Maximum length: 1
billOfMaterialVersion
- BOM VersionConstraints: Not nullable, Maximum length: 4
billOfMaterial
- Bill of MaterialConstraints: Not nullable, Maximum length: 8
billOfMaterialVariant
- Alternative BOMConstraints: Not nullable, Maximum length: 2
bOMVersionStatus
- BOM Version StatusConstraints: Not nullable, Maximum length: 2
public DummyFunctionImportResult execute(ErpEndpoint erpEndpoint) throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
execute
in class FluentHelperBasic<ReleaseVersionBOMFluentHelper,DummyFunctionImportResult,DummyFunctionImportResult>
erpEndpoint
- Supply the ERP system instance for executing the underlying OData query.com.sap.cloud.sdk.odatav2.connectivity.ODataException
ErpConfigContext.ErpConfigContext()
,
ErpEndpoint.ErpEndpoint(ErpConfigContext)
Copyright © 2018 SAP SE. All rights reserved.