Modifier and Type | Field and Description |
---|---|
static DemandAdjustmentsOneToOneLink<ProposalHeader> |
DemandAdjustments.TO_PROPOSAL_HDR
Use with available fluent helpers to apply the to_ProposalHdr navigation property to query operations.
|
static ActualStockOneToOneLink<ProposalHeader> |
ActualStock.TO_PROPOSAL_HDR
Use with available fluent helpers to apply the to_ProposalHdr navigation property to query operations.
|
static LongestPathInBOMOneToOneLink<ProposalHeader> |
LongestPathInBOM.TO_PROPOSAL_HDR
Use with available fluent helpers to apply the to_ProposalHdr navigation property to query operations.
|
static ZoneAdjustmentsOneToOneLink<ProposalHeader> |
ZoneAdjustments.TO_PROPOSAL_HDR
Use with available fluent helpers to apply the to_ProposalHdr navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
ProposalHeader |
ProposalHeader.ProposalHeaderBuilder.build() |
ProposalHeader |
DiscardFluentHelper.execute(HttpDestinationProperties destination) |
ProposalHeader |
ResumeFluentHelper.execute(HttpDestinationProperties destination) |
ProposalHeader |
AdoptFluentHelper.execute(HttpDestinationProperties destination) |
ProposalHeader |
SuspendFluentHelper.execute(HttpDestinationProperties destination) |
ProposalHeader |
DemandAdjustments.fetchProposalHdr()
Fetches the ProposalHeader entity (one to one) associated with this entity.
|
ProposalHeader |
ActualStock.fetchProposalHdr()
Fetches the ProposalHeader entity (one to one) associated with this entity.
|
ProposalHeader |
LongestPathInBOM.fetchProposalHdr()
Fetches the ProposalHeader entity (one to one) associated with this entity.
|
ProposalHeader |
ZoneAdjustments.fetchProposalHdr()
Fetches the ProposalHeader entity (one to one) associated with this entity.
|
protected ProposalHeader |
ProposalHeaderCreateFluentHelper.getEntity() |
ProposalHeader |
DemandAdjustments.getProposalHdrOrFetch()
Retrieval of associated ProposalHeader entity (one to one).
|
ProposalHeader |
ActualStock.getProposalHdrOrFetch()
Retrieval of associated ProposalHeader entity (one to one).
|
ProposalHeader |
LongestPathInBOM.getProposalHdrOrFetch()
Retrieval of associated ProposalHeader entity (one to one).
|
ProposalHeader |
ZoneAdjustments.getProposalHdrOrFetch()
Retrieval of associated ProposalHeader entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
protected Class<ProposalHeader> |
DiscardFluentHelper.getEntityClass() |
protected Class<ProposalHeader> |
ProposalHeaderFluentHelper.getEntityClass() |
protected Class<ProposalHeader> |
ResumeFluentHelper.getEntityClass() |
protected Class<ProposalHeader> |
AdoptFluentHelper.getEntityClass() |
protected Class<ProposalHeader> |
SuspendFluentHelper.getEntityClass() |
protected Class<ProposalHeader> |
ProposalHeaderByKeyFluentHelper.getEntityClass() |
io.vavr.control.Option<ProposalHeader> |
DemandAdjustments.getProposalHdrIfPresent()
Retrieval of associated ProposalHeader entity (one to one).
|
io.vavr.control.Option<ProposalHeader> |
ActualStock.getProposalHdrIfPresent()
Retrieval of associated ProposalHeader entity (one to one).
|
io.vavr.control.Option<ProposalHeader> |
LongestPathInBOM.getProposalHdrIfPresent()
Retrieval of associated ProposalHeader entity (one to one).
|
io.vavr.control.Option<ProposalHeader> |
ZoneAdjustments.getProposalHdrIfPresent()
Retrieval of associated ProposalHeader entity (one to one).
|
Class<ProposalHeader> |
ProposalHeader.getType() |
Modifier and Type | Method and Description |
---|---|
DemandAdjustments.DemandAdjustmentsBuilder |
DemandAdjustments.DemandAdjustmentsBuilder.proposalHdr(ProposalHeader value)
Navigation property to_ProposalHdr for DemandAdjustments to single ProposalHeader.
|
ActualStock.ActualStockBuilder |
ActualStock.ActualStockBuilder.proposalHdr(ProposalHeader value)
Navigation property to_ProposalHdr for ActualStock to single ProposalHeader.
|
LongestPathInBOM.LongestPathInBOMBuilder |
LongestPathInBOM.LongestPathInBOMBuilder.proposalHdr(ProposalHeader value)
Navigation property to_ProposalHdr for LongestPathInBOM to single ProposalHeader.
|
ZoneAdjustments.ZoneAdjustmentsBuilder |
ZoneAdjustments.ZoneAdjustmentsBuilder.proposalHdr(ProposalHeader value)
Navigation property to_ProposalHdr for ZoneAdjustments to single ProposalHeader.
|
void |
DemandAdjustments.setProposalHdr(ProposalHeader value)
Overwrites the associated ProposalHeader entity for the loaded navigation property to_ProposalHdr.
|
void |
ActualStock.setProposalHdr(ProposalHeader value)
Overwrites the associated ProposalHeader entity for the loaded navigation property to_ProposalHdr.
|
void |
LongestPathInBOM.setProposalHdr(ProposalHeader value)
Overwrites the associated ProposalHeader entity for the loaded navigation property to_ProposalHdr.
|
void |
ZoneAdjustments.setProposalHdr(ProposalHeader value)
Overwrites the associated ProposalHeader entity for the loaded navigation property to_ProposalHdr.
|
Constructor and Description |
---|
ActualStock(String material,
String plant,
String mRPArea,
LocalDateTime bufferLevelStartDate,
LocalDateTime bufferLevelEndDate,
BigDecimal materialSafetyStockQty,
BigDecimal reorderThresholdQuantity,
BigDecimal materialMaxStockLevelQuantity,
String baseUnit,
String changeMode,
String stockLevelProposalID,
String proposalVersion,
LocalDateTime proposalStartDate,
ProposalHeader toProposalHdr) |
DemandAdjustments(String material,
String plant,
String mRPArea,
LocalDateTime proposalStartDate,
String proposalVersion,
LocalDateTime proposalDmndAdjmtFctrStartDate,
LocalDateTime proposalDmndAdjmtFctrEndDate,
BigDecimal demandAdjustmentFactor,
BigDecimal averageDailyUsage,
BigDecimal adjustedAverageDailyUsage,
String avgDailyUsageUnit,
ProposalHeader toProposalHdr) |
LongestPathInBOM(String material,
String plant,
String mRPArea,
LocalDateTime proposalStartDate,
String proposalVersion,
UUID billOfMaterialUUID,
String parentComponent,
String parentPlant,
String billOfMaterialComponent,
String componentPlant,
String parentMRPArea,
String componentMRPArea,
BigDecimal componentLeadTime,
String leadTimeCalculationMethod,
String componentSOS,
String componentSOSType,
String sOSTypeDescription,
ProposalHeader toProposalHdr) |
ProposalHeaderCreateFluentHelper(String servicePath,
ProposalHeader entity)
Creates a fluent helper object that will create a
ProposalHeader entity on
the OData endpoint. |
ZoneAdjustments(String material,
String plant,
String mRPArea,
LocalDateTime proposalStartDate,
String proposalVersion,
LocalDateTime bufPrpslZoneAdjmtFctrStartDate,
LocalDateTime bufPrpslZoneAdjmtFctrEndDate,
BigDecimal redZoneAdjustmentFactor,
BigDecimal yellowZoneAdjustmentFactor,
BigDecimal greenZoneAdjustmentFactor,
ProposalHeader toProposalHdr) |
Modifier and Type | Method and Description |
---|---|
BufferSizingServiceBatchChangeSet |
BufferSizingServiceBatchChangeSet.createProposalHeader(ProposalHeader proposalHeader)
Create a new
ProposalHeader entity and save it to the S/4HANA system. |
BufferSizingServiceBatchChangeSet |
DefaultBufferSizingServiceBatchChangeSet.createProposalHeader(ProposalHeader proposalHeader)
Create a new
ProposalHeader entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<ProposalHeader> |
ProposalHeaderOneToOneLink.filter(ExpressionFluentHelper<ObjectT> filterExpression)
Query modifier to restrict the result set to entities for which this expression (formulated over a property of a
related entity) evaluates to true.
|
Modifier and Type | Method and Description |
---|---|
protected ProposalHeaderLink<ObjectT> |
ProposalHeaderLink.translateLinkType(EntityLink<ProposalHeaderLink<ObjectT>,ProposalHeader,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
ProposalHeaderCreateFluentHelper |
BufferSizingService.createProposalHeader(ProposalHeader proposalHeader)
Create a new
ProposalHeader entity and save it to the S/4HANA system. |
ProposalHeaderCreateFluentHelper |
DefaultBufferSizingService.createProposalHeader(ProposalHeader proposalHeader) |
Copyright © 2019 SAP SE. All rights reserved.