@Named(value="com.sap.cloud.sdk.s4hana.onpremise.v2020.datamodel.odata.services.DefaultSegmentationStructureAndStrategyMaintenanceService") public class DefaultSegmentationStructureAndStrategyMaintenanceService extends Object implements SegmentationStructureAndStrategyMaintenanceService
This service enables you to create, read, update, and delete segmentation details of the segmentation structure and strategy. It includes the definition of structure and strategy descriptions, segmentation structure fields, valid segment combinations and rules for requirement or stock allocation during ARUN or MRP, pool segment and check level during ATP, dependent requirements and stock segment, requirement to stock conversion and planned independent requirements consumption. .
Reference: SAP API Business Hub
OData Service: | OP_API_SEGMENTATIONSTRUCTURE_0001 |
API Version: | 1 |
Minimum ERP Version: | 2020 |
Authentication Methods: | Basic, x509 |
Business Object: | Segmentation Structure |
DEFAULT_SERVICE_PATH
Constructor and Description |
---|
DefaultSegmentationStructureAndStrategyMaintenanceService()
Creates a service using
SegmentationStructureAndStrategyMaintenanceService.DEFAULT_SERVICE_PATH to send
the requests. |
public DefaultSegmentationStructureAndStrategyMaintenanceService()
SegmentationStructureAndStrategyMaintenanceService.DEFAULT_SERVICE_PATH
to send
the requests.@Nonnull public DefaultSegmentationStructureAndStrategyMaintenanceService withServicePath(@Nonnull String servicePath)
SegmentationStructureAndStrategyMaintenanceService
withServicePath
in interface SegmentationStructureAndStrategyMaintenanceService
servicePath
- Service path that will override the default.@Nonnull public DefaultSegmentationStructureAndStrategyMaintenanceServiceBatch batch()
batch
in interface BatchService<SegmentationStructureAndStrategyMaintenanceServiceBatch>
@Nonnull public ATPPoolSegmentAndCheckLevelFluentHelper getAllATPPoolSegmentAndCheckLevel()
SegmentationStructureAndStrategyMaintenanceService
ATPPoolSegmentAndCheckLevel
entities.getAllATPPoolSegmentAndCheckLevel
in interface SegmentationStructureAndStrategyMaintenanceService
ATPPoolSegmentAndCheckLevel
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 public ATPPoolSegmentAndCheckLevelByKeyFluentHelper getATPPoolSegmentAndCheckLevelByKey(String segmentationStrategy, String productSegmentationValueCode)
SegmentationStructureAndStrategyMaintenanceService
ATPPoolSegmentAndCheckLevel
entity using key fields.getATPPoolSegmentAndCheckLevelByKey
in interface SegmentationStructureAndStrategyMaintenanceService
segmentationStrategy
- Segmentation Strategy
Constraints: Not nullable, Maximum length: 8
productSegmentationValueCode
- Segmentation Value
Constraints: Not nullable, Maximum length: 40
ATPPoolSegmentAndCheckLevel
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 public ATPPoolSegmentAndCheckLevelCreateFluentHelper createATPPoolSegmentAndCheckLevel(@Nonnull ATPPoolSegmentAndCheckLevel aTPPoolSegmentAndCheckLevel)
SegmentationStructureAndStrategyMaintenanceService
ATPPoolSegmentAndCheckLevel
entity and save it to the S/4HANA system.createATPPoolSegmentAndCheckLevel
in interface SegmentationStructureAndStrategyMaintenanceService
aTPPoolSegmentAndCheckLevel
- ATPPoolSegmentAndCheckLevel
entity object that will be created in the S/4HANA system.ATPPoolSegmentAndCheckLevel
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public ATPPoolSegmentAndCheckLevelUpdateFluentHelper updateATPPoolSegmentAndCheckLevel(@Nonnull ATPPoolSegmentAndCheckLevel aTPPoolSegmentAndCheckLevel)
SegmentationStructureAndStrategyMaintenanceService
ATPPoolSegmentAndCheckLevel
entity and save it to the S/4HANA system.updateATPPoolSegmentAndCheckLevel
in interface SegmentationStructureAndStrategyMaintenanceService
aTPPoolSegmentAndCheckLevel
- ATPPoolSegmentAndCheckLevel
entity object that will be updated in the S/4HANA system.ATPPoolSegmentAndCheckLevel
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public ATPPoolSegmentAndCheckLevelDeleteFluentHelper deleteATPPoolSegmentAndCheckLevel(@Nonnull ATPPoolSegmentAndCheckLevel aTPPoolSegmentAndCheckLevel)
SegmentationStructureAndStrategyMaintenanceService
ATPPoolSegmentAndCheckLevel
entity in the S/4HANA system.deleteATPPoolSegmentAndCheckLevel
in interface SegmentationStructureAndStrategyMaintenanceService
aTPPoolSegmentAndCheckLevel
- ATPPoolSegmentAndCheckLevel
entity object that will be deleted in the S/4HANA system.ATPPoolSegmentAndCheckLevel
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public DepdntRqmtsOrStocktransferFluentHelper getAllDepdntRqmtsOrStocktransfer()
SegmentationStructureAndStrategyMaintenanceService
DepdntRqmtsOrStocktransfer
entities.getAllDepdntRqmtsOrStocktransfer
in interface SegmentationStructureAndStrategyMaintenanceService
DepdntRqmtsOrStocktransfer
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 public DepdntRqmtsOrStocktransferByKeyFluentHelper getDepdntRqmtsOrStocktransferByKey(String segmentationStrategy, String stockSegment, String rqmtSegmentationStrategy)
SegmentationStructureAndStrategyMaintenanceService
DepdntRqmtsOrStocktransfer
entity using key fields.getDepdntRqmtsOrStocktransferByKey
in interface SegmentationStructureAndStrategyMaintenanceService
segmentationStrategy
- Segmentation Strategy
Constraints: Not nullable, Maximum length: 8
stockSegment
- Stock Segment
Constraints: Not nullable, Maximum length: 40
rqmtSegmentationStrategy
- Segmentation Strategy
Constraints: Not nullable, Maximum length: 8
DepdntRqmtsOrStocktransfer
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 public DepdntRqmtsOrStocktransferCreateFluentHelper createDepdntRqmtsOrStocktransfer(@Nonnull DepdntRqmtsOrStocktransfer depdntRqmtsOrStocktransfer)
SegmentationStructureAndStrategyMaintenanceService
DepdntRqmtsOrStocktransfer
entity and save it to the S/4HANA system.createDepdntRqmtsOrStocktransfer
in interface SegmentationStructureAndStrategyMaintenanceService
depdntRqmtsOrStocktransfer
- DepdntRqmtsOrStocktransfer
entity object that will be created in the S/4HANA system.DepdntRqmtsOrStocktransfer
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public DepdntRqmtsOrStocktransferUpdateFluentHelper updateDepdntRqmtsOrStocktransfer(@Nonnull DepdntRqmtsOrStocktransfer depdntRqmtsOrStocktransfer)
SegmentationStructureAndStrategyMaintenanceService
DepdntRqmtsOrStocktransfer
entity and save it to the S/4HANA system.updateDepdntRqmtsOrStocktransfer
in interface SegmentationStructureAndStrategyMaintenanceService
depdntRqmtsOrStocktransfer
- DepdntRqmtsOrStocktransfer
entity object that will be updated in the S/4HANA system.DepdntRqmtsOrStocktransfer
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public DepdntRqmtsOrStocktransferDeleteFluentHelper deleteDepdntRqmtsOrStocktransfer(@Nonnull DepdntRqmtsOrStocktransfer depdntRqmtsOrStocktransfer)
SegmentationStructureAndStrategyMaintenanceService
DepdntRqmtsOrStocktransfer
entity in the S/4HANA system.deleteDepdntRqmtsOrStocktransfer
in interface SegmentationStructureAndStrategyMaintenanceService
depdntRqmtsOrStocktransfer
- DepdntRqmtsOrStocktransfer
entity object that will be deleted in the S/4HANA system.DepdntRqmtsOrStocktransfer
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public ARunOrMRPRqmtOrStockAllocationFluentHelper getAllARunOrMRPRqmtOrStockAllocation()
SegmentationStructureAndStrategyMaintenanceService
ARunOrMRPRqmtOrStockAllocation
entities.getAllARunOrMRPRqmtOrStockAllocation
in interface SegmentationStructureAndStrategyMaintenanceService
ARunOrMRPRqmtOrStockAllocation
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 public ARunOrMRPRqmtOrStockAllocationByKeyFluentHelper getARunOrMRPRqmtOrStockAllocationByKey(String segmentationStrategy, String requirementSegment, String prodSegmtnConsecutiveNmbrIdfr)
SegmentationStructureAndStrategyMaintenanceService
ARunOrMRPRqmtOrStockAllocation
entity using key fields.getARunOrMRPRqmtOrStockAllocationByKey
in interface SegmentationStructureAndStrategyMaintenanceService
segmentationStrategy
- Segmentation Strategy
Constraints: Not nullable, Maximum length: 8
requirementSegment
- Requirement Segment
Constraints: Not nullable, Maximum length: 40
prodSegmtnConsecutiveNmbrIdfr
- Consecutive Number for Segmentation of Equal Status
Constraints: Not nullable, Maximum length: 3
ARunOrMRPRqmtOrStockAllocation
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 public ARunOrMRPRqmtOrStockAllocationCreateFluentHelper createARunOrMRPRqmtOrStockAllocation(@Nonnull ARunOrMRPRqmtOrStockAllocation aRunOrMRPRqmtOrStockAllocation)
SegmentationStructureAndStrategyMaintenanceService
ARunOrMRPRqmtOrStockAllocation
entity and save it to the S/4HANA system.createARunOrMRPRqmtOrStockAllocation
in interface SegmentationStructureAndStrategyMaintenanceService
aRunOrMRPRqmtOrStockAllocation
- ARunOrMRPRqmtOrStockAllocation
entity object that will be created in the S/4HANA system.ARunOrMRPRqmtOrStockAllocation
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public ARunOrMRPRqmtOrStockAllocationUpdateFluentHelper updateARunOrMRPRqmtOrStockAllocation(@Nonnull ARunOrMRPRqmtOrStockAllocation aRunOrMRPRqmtOrStockAllocation)
SegmentationStructureAndStrategyMaintenanceService
ARunOrMRPRqmtOrStockAllocation
entity and save it to the S/4HANA system.updateARunOrMRPRqmtOrStockAllocation
in interface SegmentationStructureAndStrategyMaintenanceService
aRunOrMRPRqmtOrStockAllocation
- ARunOrMRPRqmtOrStockAllocation
entity object that will be updated in the S/4HANA system.ARunOrMRPRqmtOrStockAllocation
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public ARunOrMRPRqmtOrStockAllocationDeleteFluentHelper deleteARunOrMRPRqmtOrStockAllocation(@Nonnull ARunOrMRPRqmtOrStockAllocation aRunOrMRPRqmtOrStockAllocation)
SegmentationStructureAndStrategyMaintenanceService
ARunOrMRPRqmtOrStockAllocation
entity in the S/4HANA system.deleteARunOrMRPRqmtOrStockAllocation
in interface SegmentationStructureAndStrategyMaintenanceService
aRunOrMRPRqmtOrStockAllocation
- ARunOrMRPRqmtOrStockAllocation
entity object that will be deleted in the S/4HANA system.ARunOrMRPRqmtOrStockAllocation
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public PlndIndepRqmtsConsumptionFluentHelper getAllPlndIndepRqmtsConsumption()
SegmentationStructureAndStrategyMaintenanceService
PlndIndepRqmtsConsumption
entities.getAllPlndIndepRqmtsConsumption
in interface SegmentationStructureAndStrategyMaintenanceService
PlndIndepRqmtsConsumption
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 public PlndIndepRqmtsConsumptionByKeyFluentHelper getPlndIndepRqmtsConsumptionByKey(String segmentationStrategy, String slsOrdRqmtSegment)
SegmentationStructureAndStrategyMaintenanceService
PlndIndepRqmtsConsumption
entity using key fields.getPlndIndepRqmtsConsumptionByKey
in interface SegmentationStructureAndStrategyMaintenanceService
segmentationStrategy
- Segmentation Strategy
Constraints: Not nullable, Maximum length: 8
slsOrdRqmtSegment
- Sales Order Requirement Segment
Constraints: Not nullable, Maximum length: 40
PlndIndepRqmtsConsumption
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 public PlndIndepRqmtsConsumptionCreateFluentHelper createPlndIndepRqmtsConsumption(@Nonnull PlndIndepRqmtsConsumption plndIndepRqmtsConsumption)
SegmentationStructureAndStrategyMaintenanceService
PlndIndepRqmtsConsumption
entity and save it to the S/4HANA system.createPlndIndepRqmtsConsumption
in interface SegmentationStructureAndStrategyMaintenanceService
plndIndepRqmtsConsumption
- PlndIndepRqmtsConsumption
entity object that will be created in the S/4HANA system.PlndIndepRqmtsConsumption
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public PlndIndepRqmtsConsumptionUpdateFluentHelper updatePlndIndepRqmtsConsumption(@Nonnull PlndIndepRqmtsConsumption plndIndepRqmtsConsumption)
SegmentationStructureAndStrategyMaintenanceService
PlndIndepRqmtsConsumption
entity and save it to the S/4HANA system.updatePlndIndepRqmtsConsumption
in interface SegmentationStructureAndStrategyMaintenanceService
plndIndepRqmtsConsumption
- PlndIndepRqmtsConsumption
entity object that will be updated in the S/4HANA system.PlndIndepRqmtsConsumption
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public PlndIndepRqmtsConsumptionDeleteFluentHelper deletePlndIndepRqmtsConsumption(@Nonnull PlndIndepRqmtsConsumption plndIndepRqmtsConsumption)
SegmentationStructureAndStrategyMaintenanceService
PlndIndepRqmtsConsumption
entity in the S/4HANA system.deletePlndIndepRqmtsConsumption
in interface SegmentationStructureAndStrategyMaintenanceService
plndIndepRqmtsConsumption
- PlndIndepRqmtsConsumption
entity object that will be deleted in the S/4HANA system.PlndIndepRqmtsConsumption
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public RequirementToStockConversionFluentHelper getAllRequirementToStockConversion()
SegmentationStructureAndStrategyMaintenanceService
RequirementToStockConversion
entities.getAllRequirementToStockConversion
in interface SegmentationStructureAndStrategyMaintenanceService
RequirementToStockConversion
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 public RequirementToStockConversionByKeyFluentHelper getRequirementToStockConversionByKey(String segmentationStrategy, String requirementSegment)
SegmentationStructureAndStrategyMaintenanceService
RequirementToStockConversion
entity using key fields.getRequirementToStockConversionByKey
in interface SegmentationStructureAndStrategyMaintenanceService
segmentationStrategy
- Segmentation Strategy
Constraints: Not nullable, Maximum length: 8
requirementSegment
- Requirement Segment
Constraints: Not nullable, Maximum length: 40
RequirementToStockConversion
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 public RequirementToStockConversionCreateFluentHelper createRequirementToStockConversion(@Nonnull RequirementToStockConversion requirementToStockConversion)
SegmentationStructureAndStrategyMaintenanceService
RequirementToStockConversion
entity and save it to the S/4HANA system.createRequirementToStockConversion
in interface SegmentationStructureAndStrategyMaintenanceService
requirementToStockConversion
- RequirementToStockConversion
entity object that will be created in the S/4HANA system.RequirementToStockConversion
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public RequirementToStockConversionUpdateFluentHelper updateRequirementToStockConversion(@Nonnull RequirementToStockConversion requirementToStockConversion)
SegmentationStructureAndStrategyMaintenanceService
RequirementToStockConversion
entity and save it to the S/4HANA system.updateRequirementToStockConversion
in interface SegmentationStructureAndStrategyMaintenanceService
requirementToStockConversion
- RequirementToStockConversion
entity object that will be updated in the S/4HANA system.RequirementToStockConversion
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public RequirementToStockConversionDeleteFluentHelper deleteRequirementToStockConversion(@Nonnull RequirementToStockConversion requirementToStockConversion)
SegmentationStructureAndStrategyMaintenanceService
RequirementToStockConversion
entity in the S/4HANA system.deleteRequirementToStockConversion
in interface SegmentationStructureAndStrategyMaintenanceService
requirementToStockConversion
- RequirementToStockConversion
entity object that will be deleted in the S/4HANA system.RequirementToStockConversion
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public SegmentationStrategyFluentHelper getAllSegmentationStrategy()
SegmentationStructureAndStrategyMaintenanceService
SegmentationStrategy
entities.getAllSegmentationStrategy
in interface SegmentationStructureAndStrategyMaintenanceService
SegmentationStrategy
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 public SegmentationStrategyByKeyFluentHelper getSegmentationStrategyByKey(String segmentationStrategy)
SegmentationStructureAndStrategyMaintenanceService
SegmentationStrategy
entity using key fields.getSegmentationStrategyByKey
in interface SegmentationStructureAndStrategyMaintenanceService
segmentationStrategy
- Segmentation Strategy
Constraints: Not nullable, Maximum length: 8
SegmentationStrategy
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 public SegmentationStrategyCreateFluentHelper createSegmentationStrategy(@Nonnull SegmentationStrategy segmentationStrategy)
SegmentationStructureAndStrategyMaintenanceService
SegmentationStrategy
entity and save it to the S/4HANA system.createSegmentationStrategy
in interface SegmentationStructureAndStrategyMaintenanceService
segmentationStrategy
- SegmentationStrategy
entity object that will be created in the S/4HANA system.SegmentationStrategy
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public SegmentationStrategyUpdateFluentHelper updateSegmentationStrategy(@Nonnull SegmentationStrategy segmentationStrategy)
SegmentationStructureAndStrategyMaintenanceService
SegmentationStrategy
entity and save it to the S/4HANA system.updateSegmentationStrategy
in interface SegmentationStructureAndStrategyMaintenanceService
segmentationStrategy
- SegmentationStrategy
entity object that will be updated in the S/4HANA system.SegmentationStrategy
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public SegmentationStrategyDeleteFluentHelper deleteSegmentationStrategy(@Nonnull SegmentationStrategy segmentationStrategy)
SegmentationStructureAndStrategyMaintenanceService
SegmentationStrategy
entity in the S/4HANA system.deleteSegmentationStrategy
in interface SegmentationStructureAndStrategyMaintenanceService
segmentationStrategy
- SegmentationStrategy
entity object that will be deleted in the S/4HANA system.SegmentationStrategy
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public SegmtnStrategyDescriptionFluentHelper getAllSegmtnStrategyDescription()
SegmentationStructureAndStrategyMaintenanceService
SegmtnStrategyDescription
entities.getAllSegmtnStrategyDescription
in interface SegmentationStructureAndStrategyMaintenanceService
SegmtnStrategyDescription
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 public SegmtnStrategyDescriptionByKeyFluentHelper getSegmtnStrategyDescriptionByKey(String segmentationStrategy, String prodSegmtnLanguageKey)
SegmentationStructureAndStrategyMaintenanceService
SegmtnStrategyDescription
entity using key fields.getSegmtnStrategyDescriptionByKey
in interface SegmentationStructureAndStrategyMaintenanceService
segmentationStrategy
- Segmentation Strategy
Constraints: Not nullable, Maximum length: 8
prodSegmtnLanguageKey
- Language Key
Constraints: Not nullable, Maximum length: 2
SegmtnStrategyDescription
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 public SegmtnStrategyDescriptionUpdateFluentHelper updateSegmtnStrategyDescription(@Nonnull SegmtnStrategyDescription segmtnStrategyDescription)
SegmentationStructureAndStrategyMaintenanceService
SegmtnStrategyDescription
entity and save it to the S/4HANA system.updateSegmtnStrategyDescription
in interface SegmentationStructureAndStrategyMaintenanceService
segmtnStrategyDescription
- SegmtnStrategyDescription
entity object that will be updated in the S/4HANA system.SegmtnStrategyDescription
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public SegmentationStructureFluentHelper getAllSegmentationStructure()
SegmentationStructureAndStrategyMaintenanceService
SegmentationStructure
entities.getAllSegmentationStructure
in interface SegmentationStructureAndStrategyMaintenanceService
SegmentationStructure
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 public SegmentationStructureByKeyFluentHelper getSegmentationStructureByKey(String segmentationStructure)
SegmentationStructureAndStrategyMaintenanceService
SegmentationStructure
entity using key fields.getSegmentationStructureByKey
in interface SegmentationStructureAndStrategyMaintenanceService
segmentationStructure
- Segmentation Structure
Constraints: Not nullable, Maximum length: 4
SegmentationStructure
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 public SegmentationStructureCreateFluentHelper createSegmentationStructure(@Nonnull SegmentationStructure segmentationStructure)
SegmentationStructureAndStrategyMaintenanceService
SegmentationStructure
entity and save it to the S/4HANA system.createSegmentationStructure
in interface SegmentationStructureAndStrategyMaintenanceService
segmentationStructure
- SegmentationStructure
entity object that will be created in the S/4HANA system.SegmentationStructure
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public SegmentationStructureUpdateFluentHelper updateSegmentationStructure(@Nonnull SegmentationStructure segmentationStructure)
SegmentationStructureAndStrategyMaintenanceService
SegmentationStructure
entity and save it to the S/4HANA system.updateSegmentationStructure
in interface SegmentationStructureAndStrategyMaintenanceService
segmentationStructure
- SegmentationStructure
entity object that will be updated in the S/4HANA system.SegmentationStructure
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public SegmentationStructureDeleteFluentHelper deleteSegmentationStructure(@Nonnull SegmentationStructure segmentationStructure)
SegmentationStructureAndStrategyMaintenanceService
SegmentationStructure
entity in the S/4HANA system.deleteSegmentationStructure
in interface SegmentationStructureAndStrategyMaintenanceService
segmentationStructure
- SegmentationStructure
entity object that will be deleted in the S/4HANA system.SegmentationStructure
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public SegmentationStructureFieldsFluentHelper getAllSegmentationStructureFields()
SegmentationStructureAndStrategyMaintenanceService
SegmentationStructureFields
entities.getAllSegmentationStructureFields
in interface SegmentationStructureAndStrategyMaintenanceService
SegmentationStructureFields
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 public SegmentationStructureFieldsByKeyFluentHelper getSegmentationStructureFieldsByKey(String segmentationStructure, String prodSegmentationType, String nrOfSegmtnFields)
SegmentationStructureAndStrategyMaintenanceService
SegmentationStructureFields
entity using key fields.getSegmentationStructureFieldsByKey
in interface SegmentationStructureAndStrategyMaintenanceService
segmentationStructure
- Segmentation Structure
Constraints: Not nullable, Maximum length: 4
prodSegmentationType
- Segmentation Type
Constraints: Not nullable, Maximum length: 1
nrOfSegmtnFields
- Consecutive Number of Segmentation Fields
Constraints: Not nullable, Maximum length: 3
SegmentationStructureFields
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 public SegmentationStructureFieldsCreateFluentHelper createSegmentationStructureFields(@Nonnull SegmentationStructureFields segmentationStructureFields)
SegmentationStructureAndStrategyMaintenanceService
SegmentationStructureFields
entity and save it to the S/4HANA system.createSegmentationStructureFields
in interface SegmentationStructureAndStrategyMaintenanceService
segmentationStructureFields
- SegmentationStructureFields
entity object that will be created in the S/4HANA system.SegmentationStructureFields
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public SegmentationStructureFieldsUpdateFluentHelper updateSegmentationStructureFields(@Nonnull SegmentationStructureFields segmentationStructureFields)
SegmentationStructureAndStrategyMaintenanceService
SegmentationStructureFields
entity and save it to the S/4HANA system.updateSegmentationStructureFields
in interface SegmentationStructureAndStrategyMaintenanceService
segmentationStructureFields
- SegmentationStructureFields
entity object that will be updated in the S/4HANA system.SegmentationStructureFields
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public SegmentationStructureFieldsDeleteFluentHelper deleteSegmentationStructureFields(@Nonnull SegmentationStructureFields segmentationStructureFields)
SegmentationStructureAndStrategyMaintenanceService
SegmentationStructureFields
entity in the S/4HANA system.deleteSegmentationStructureFields
in interface SegmentationStructureAndStrategyMaintenanceService
segmentationStructureFields
- SegmentationStructureFields
entity object that will be deleted in the S/4HANA system.SegmentationStructureFields
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public SegmtnStructureDescriptionFluentHelper getAllSegmtnStructureDescription()
SegmentationStructureAndStrategyMaintenanceService
SegmtnStructureDescription
entities.getAllSegmtnStructureDescription
in interface SegmentationStructureAndStrategyMaintenanceService
SegmtnStructureDescription
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 public SegmtnStructureDescriptionByKeyFluentHelper getSegmtnStructureDescriptionByKey(String segmentationStructure, String prodSegmtnLanguageKey)
SegmentationStructureAndStrategyMaintenanceService
SegmtnStructureDescription
entity using key fields.getSegmtnStructureDescriptionByKey
in interface SegmentationStructureAndStrategyMaintenanceService
segmentationStructure
- Segmentation Structure
Constraints: Not nullable, Maximum length: 4
prodSegmtnLanguageKey
- Language Key
Constraints: Not nullable, Maximum length: 2
SegmtnStructureDescription
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 public SegmtnStructureDescriptionUpdateFluentHelper updateSegmtnStructureDescription(@Nonnull SegmtnStructureDescription segmtnStructureDescription)
SegmentationStructureAndStrategyMaintenanceService
SegmtnStructureDescription
entity and save it to the S/4HANA system.updateSegmtnStructureDescription
in interface SegmentationStructureAndStrategyMaintenanceService
segmtnStructureDescription
- SegmtnStructureDescription
entity object that will be updated in the S/4HANA system.SegmtnStructureDescription
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public SegmentValueCombinationsFluentHelper getAllSegmentValueCombinations()
SegmentationStructureAndStrategyMaintenanceService
SegmentValueCombinations
entities.getAllSegmentValueCombinations
in interface SegmentationStructureAndStrategyMaintenanceService
SegmentValueCombinations
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 public SegmentValueCombinationsByKeyFluentHelper getSegmentValueCombinationsByKey(String segmentationStrategy, String productSegmentationValueCode)
SegmentationStructureAndStrategyMaintenanceService
SegmentValueCombinations
entity using key fields.getSegmentValueCombinationsByKey
in interface SegmentationStructureAndStrategyMaintenanceService
segmentationStrategy
- Segmentation Strategy
Constraints: Not nullable, Maximum length: 8
productSegmentationValueCode
- Segmentation Value
Constraints: Not nullable, Maximum length: 40
SegmentValueCombinations
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 public SegmentValueCombinationsCreateFluentHelper createSegmentValueCombinations(@Nonnull SegmentValueCombinations segmentValueCombinations)
SegmentationStructureAndStrategyMaintenanceService
SegmentValueCombinations
entity and save it to the S/4HANA system.createSegmentValueCombinations
in interface SegmentationStructureAndStrategyMaintenanceService
segmentValueCombinations
- SegmentValueCombinations
entity object that will be created in the S/4HANA system.SegmentValueCombinations
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public SegmentValueCombinationsDeleteFluentHelper deleteSegmentValueCombinations(@Nonnull SegmentValueCombinations segmentValueCombinations)
SegmentationStructureAndStrategyMaintenanceService
SegmentValueCombinations
entity in the S/4HANA system.deleteSegmentValueCombinations
in interface SegmentationStructureAndStrategyMaintenanceService
segmentValueCombinations
- SegmentValueCombinations
entity object that will be deleted in the S/4HANA system.SegmentValueCombinations
entity. To perform execution, call the
execute
method on the fluent helper object.Copyright © 2021 SAP SE. All rights reserved.