Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.processpurchaserequisition | |
com.sap.cloud.sdk.s4hana.datamodel.odata.services |
Modifier and Type | Field and Description |
---|---|
static EntityFieldAll<PurReqAddDelivery> |
PurReqAddDelivery.ALL_FIELDS
Selector for all available fields of PurReqAddDelivery.
|
static PurchaseRequisitionItemLink<PurReqAddDelivery> |
PurchaseRequisitionItem.TO_PURCHASE_REQN_DELIVERY_ADDRESS
Use with available fluent helpers to apply the to_PurchaseReqnDeliveryAddress navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
PurReqAddDelivery |
PurReqAddDelivery.PurReqAddDeliveryBuilder.build() |
PurReqAddDelivery |
PurchaseRequisitionItem.fetchPurchaseReqnDeliveryAddress()
Fetches the PurReqAddDelivery entity (one to one) associated with this entity.
|
PurReqAddDelivery |
PurchaseRequisitionItem.getPurchaseReqnDeliveryAddressOrFetch()
Retrieval of associated PurReqAddDelivery entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
com.google.common.base.Optional<PurReqAddDelivery> |
PurchaseRequisitionItem.getPurchaseReqnDeliveryAddressOrNull()
Retrieval of associated PurReqAddDelivery entity (one to one).
|
Class<PurReqAddDelivery> |
PurReqAddDelivery.getType() |
Modifier and Type | Method and Description |
---|---|
PurchaseRequisitionItem.PurchaseRequisitionItemBuilder |
PurchaseRequisitionItem.PurchaseRequisitionItemBuilder.purchaseReqnDeliveryAddress(PurReqAddDelivery value) |
void |
PurchaseRequisitionItem.setPurchaseReqnDeliveryAddress(PurReqAddDelivery value)
Overwrites the associated PurReqAddDelivery entity for the loaded navigation property to_PurchaseReqnDeliveryAddress.
|
Constructor and Description |
---|
PurchaseRequisitionItem(String purchaseRequisition,
String accountAssignmentCategory,
String material,
String materialGroup,
String purchasingDocumentCategory,
BigDecimal requestedQuantity,
String baseUnit,
BigDecimal purchaseRequisitionPrice,
BigDecimal purReqnPriceQuantity,
BigDecimal materialGoodsReceiptDuration,
String releaseCode,
String purchaseRequisitionItem,
Calendar purchaseRequisitionReleaseDate,
String purchasingOrganization,
String purchasingGroup,
String plant,
Boolean sourceOfSupplyIsAssigned,
String supplyingPlant,
BigDecimal orderedQuantity,
Calendar deliveryDate,
Calendar creationDate,
String processingStatus,
String purchasingDocument,
String purchasingInfoRecord,
String supplier,
String isDeleted,
String fixedSupplier,
String requisitionerName,
String createdByUser,
Calendar purReqCreationDate,
String deliveryAddressID,
String manualDeliveryAddressID,
String purReqnItemCurrency,
String purchasingDocumentItem,
BigDecimal materialPlannedDeliveryDurn,
String delivDateCategory,
String multipleAcctAssgmtDistribution,
String storageLocation,
String purReqnSSPRequestor,
String purReqnSSPAuthor,
String purchaseContract,
String purReqnSourceOfSupplyType,
String purchaseContractItem,
String consumptionPosting,
String purReqnReleaseStatus,
String purReqnOrigin,
String purReqnSSPCatalog,
String purReqnSSPCatalogItem,
Integer purReqnSSPCrossCatalogItem,
String isPurReqnBlocked,
String itemDeliveryAddressID,
String language,
Boolean isClosed,
Boolean releaseIsNotCompleted,
String servicePerformer,
String purchaseRequisitionType,
String productType,
String purchaseRequisitionStatus,
String releaseStrategy,
Calendar performancePeriodStartDate,
Calendar performancePeriodEndDate,
String companyCode,
String supplierMaterialNumber,
String batch,
String materialRevisionLevel,
BigDecimal minRemainingShelfLife,
String purchasingDocumentSubtype,
BigDecimal itemNetAmount,
Boolean goodsReceiptIsExpected,
Boolean invoiceIsExpected,
Boolean goodsReceiptIsNonValuated,
String requirementTracking,
String mRPController,
Boolean purchaseRequisitionIsFixed,
String addressID,
String purchasingDocumentItemCategory,
String purchaseRequisitionItemText,
ErpConfigContext erpConfigContext,
PurchaseRequisitionHeader toPurchaseReqn,
List<PurReqnAcctAssgmt> toPurchaseReqnAcctAssgmt,
PurReqAddDelivery toPurchaseReqnDeliveryAddress) |
PurReqAddDeliveryCreateFluentHelper(PurReqAddDelivery entity) |
PurReqAddDeliveryDeleteFluentHelper(PurReqAddDelivery entity) |
PurReqAddDeliveryUpdateFluentHelper(PurReqAddDelivery entity) |
Modifier and Type | Method and Description |
---|---|
PurReqAddDeliveryCreateFluentHelper |
DefaultProcessPurchaseRequisitionService.createPurReqAddDelivery(PurReqAddDelivery purReqAddDelivery) |
PurReqAddDeliveryCreateFluentHelper |
ProcessPurchaseRequisitionService.createPurReqAddDelivery(PurReqAddDelivery purReqAddDelivery)
Create a new
PurReqAddDelivery entity and save it to the S/4HANA system. |
PurReqAddDeliveryDeleteFluentHelper |
DefaultProcessPurchaseRequisitionService.deletePurReqAddDelivery(PurReqAddDelivery purReqAddDelivery) |
PurReqAddDeliveryDeleteFluentHelper |
ProcessPurchaseRequisitionService.deletePurReqAddDelivery(PurReqAddDelivery purReqAddDelivery)
Deletes an existing
PurReqAddDelivery entity in the S/4HANA system. |
PurReqAddDeliveryUpdateFluentHelper |
DefaultProcessPurchaseRequisitionService.updatePurReqAddDelivery(PurReqAddDelivery purReqAddDelivery) |
PurReqAddDeliveryUpdateFluentHelper |
ProcessPurchaseRequisitionService.updatePurReqAddDelivery(PurReqAddDelivery purReqAddDelivery)
Update an existing
PurReqAddDelivery entity and save it to the S/4HANA system. |
Copyright © 2017 SAP SE. All rights reserved.