Modifier and Type | Field and Description |
---|---|
static CustomerReturnItemLink<CustomerReturnProcessStep> |
CustomerReturnItem.TO_PROCESS_STEP
Use with available fluent helpers to apply the to_ProcessStep navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
CustomerReturnProcessStep |
CustomerReturnProcessStep.CustomerReturnProcessStepBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<CustomerReturnProcessStep> |
CustomerReturnItem.fetchProcessStep()
Fetches the CustomerReturnProcessStep entities (one to many) associated with this entity.
|
protected Class<CustomerReturnProcessStep> |
CustomerReturnProcessStepByKeyFluentHelper.getEntityClass() |
protected Class<CustomerReturnProcessStep> |
CustomerReturnProcessStepFluentHelper.getEntityClass() |
io.vavr.control.Option<List<CustomerReturnProcessStep>> |
CustomerReturnItem.getProcessStepIfPresent()
Retrieval of associated CustomerReturnProcessStep entities (one to many).
|
List<CustomerReturnProcessStep> |
CustomerReturnItem.getProcessStepOrFetch()
Retrieval of associated CustomerReturnProcessStep entities (one to many).
|
Class<CustomerReturnProcessStep> |
CustomerReturnProcessStep.getType() |
Modifier and Type | Method and Description |
---|---|
void |
CustomerReturnItem.addProcessStep(CustomerReturnProcessStep... entity)
Adds elements to the list of associated CustomerReturnProcessStep entities.
|
CustomerReturnItem.CustomerReturnItemBuilder |
CustomerReturnItem.CustomerReturnItemBuilder.processStep(CustomerReturnProcessStep... value)
Navigation property to_ProcessStep for CustomerReturnItem to multiple
CustomerReturnProcessStep.
|
Modifier and Type | Method and Description |
---|---|
void |
CustomerReturnItem.setProcessStep(List<CustomerReturnProcessStep> value)
Overwrites the list of associated CustomerReturnProcessStep entities for the loaded navigation property
to_ProcessStep.
|
Constructor and Description |
---|
CustomerReturnItem(String customerReturn,
String customerReturnItem,
String higherLevelItem,
String customerReturnItemCategory,
String customerReturnItemText,
String purchaseOrderByCustomer,
String material,
String materialByCustomer,
BigDecimal requestedQuantity,
String requestedQuantityUnit,
BigDecimal itemGrossWeight,
BigDecimal itemNetWeight,
String itemWeightUnit,
BigDecimal itemVolume,
String itemVolumeUnit,
String transactionCurrency,
BigDecimal netAmount,
String materialGroup,
String batch,
String productionPlant,
String storageLocation,
String shippingPoint,
String deliveryPriority,
String incotermsClassification,
String incotermsTransferLocation,
String incotermsLocation1,
String incotermsLocation2,
String customerPaymentTerms,
String salesDocumentRjcnReason,
String itemBillingBlockReason,
String retsMgmtProcess,
String retsMgmtProcessItem,
String returnReason,
String retsMgmtProcessingBlock,
String custRetItmFollowUpActivity,
String returnsMaterialHasBeenReceived,
String returnsRefundType,
String returnsRefundProcgMode,
String returnsRefundExtent,
String prelimRefundIsDetermined,
String returnsRefundRjcnReason,
String replacementMaterial,
BigDecimal replacementMaterialQuantity,
String replacementMaterialQtyUnit,
String replacementMaterialIsRequested,
String replacementMatlSupplyingPlant,
String nextPlantForFollowUpActivity,
String returnsTransshipmentPlant,
String supplier,
String supplierRetMatlAuthzn,
String suplrRetMatlAuthznIsRequired,
String customerRetMatlInspResultCode,
String nextFllwUpActivityForMatlInsp,
String retMatlInspResultCode,
String productIsInspectedAtCustSite,
String custRetMatlAuthzn,
String cRMLogicalSystem,
String cRMObjectUUID,
String cRMObjectID,
String cRMObjectType,
String retsMgmtItmLogProcgStatus,
String retsMgmtItmCompnProcgStatus,
String retsMgmtItmProcgStatus,
String returnsDocumentStatus,
String returnsDocumentApprovalStatus,
String sDProcessStatus,
String referenceSDDocument,
String referenceSDDocumentItem,
String referenceSDDocumentCategory,
String sDDocumentRejectionStatus,
CustomerReturn toCustomerReturn,
List<CustomerReturnItemPartner> toPartner,
List<CustomerReturnItemPrcgElmnt> toPricingElement,
List<CustomerReturnProcessStep> toProcessStep,
List<CustomerReturnScheduleLine> toScheduleLine) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<CustomerReturnProcessStep> |
CustomerReturnProcessStepOneToOneLink.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 CustomerReturnProcessStepLink<ObjectT> |
CustomerReturnProcessStepLink.translateLinkType(EntityLink<CustomerReturnProcessStepLink<ObjectT>,CustomerReturnProcessStep,ObjectT> link) |
Copyright © 2020 SAP SE. All rights reserved.