public class PurchaseOrderScheduleLine extends VdmEntity<PurchaseOrderScheduleLine>
Modifier and Type | Class and Description |
---|---|
static class |
PurchaseOrderScheduleLine.PurchaseOrderScheduleLineBuilder |
Modifier and Type | Field and Description |
---|---|
static PurchaseOrderScheduleLineSelectable |
ALL_FIELDS
Selector for all available fields of PurchaseOrderScheduleLine.
|
static PurchaseOrderScheduleLineField<String> |
DELIV_DATE_CATEGORY
Use with available fluent helpers to apply the DelivDateCategory field to query operations.
|
static PurchaseOrderScheduleLineField<Calendar> |
PERFORMANCE_PERIOD_END_DATE
Use with available fluent helpers to apply the PerformancePeriodEndDate field to query operations.
|
static PurchaseOrderScheduleLineField<Calendar> |
PERFORMANCE_PERIOD_START_DATE
Use with available fluent helpers to apply the PerformancePeriodStartDate field to query operations.
|
static PurchaseOrderScheduleLineField<String> |
PURCHASE_REQUISITION
Use with available fluent helpers to apply the PurchaseRequisition field to query operations.
|
static PurchaseOrderScheduleLineField<String> |
PURCHASE_REQUISITION_ITEM
Use with available fluent helpers to apply the PurchaseRequisitionItem field to query operations.
|
static PurchaseOrderScheduleLineField<String> |
PURCHASING_DOCUMENT
Use with available fluent helpers to apply the PurchasingDocument field to query operations.
|
static PurchaseOrderScheduleLineField<String> |
PURCHASING_DOCUMENT_ITEM
Use with available fluent helpers to apply the PurchasingDocumentItem field to query operations.
|
static PurchaseOrderScheduleLineField<Calendar> |
SCHED_LINE_STSC_DELIVERY_DATE
Use with available fluent helpers to apply the SchedLineStscDeliveryDate field to query operations.
|
static PurchaseOrderScheduleLineField<String> |
SCHEDULE_LINE
Use with available fluent helpers to apply the ScheduleLine field to query operations.
|
static PurchaseOrderScheduleLineField<BigDecimal> |
SCHEDULE_LINE_COMMITTED_QUANTITY
Use with available fluent helpers to apply the ScheduleLineCommittedQuantity field to query operations.
|
static PurchaseOrderScheduleLineField<Calendar> |
SCHEDULE_LINE_DELIVERY_DATE
Use with available fluent helpers to apply the ScheduleLineDeliveryDate field to query operations.
|
static PurchaseOrderScheduleLineField<Calendar> |
SCHEDULE_LINE_DELIVERY_TIME
Use with available fluent helpers to apply the ScheduleLineDeliveryTime field to query operations.
|
static PurchaseOrderScheduleLineField<BigDecimal> |
SCHEDULE_LINE_ORDER_QUANTITY
Use with available fluent helpers to apply the ScheduleLineOrderQuantity field to query operations.
|
Constructor and Description |
---|
PurchaseOrderScheduleLine() |
PurchaseOrderScheduleLine(String purchasingDocument,
String purchasingDocumentItem,
String scheduleLine,
String delivDateCategory,
Calendar scheduleLineDeliveryDate,
BigDecimal scheduleLineOrderQuantity,
Calendar scheduleLineDeliveryTime,
Calendar schedLineStscDeliveryDate,
String purchaseRequisition,
String purchaseRequisitionItem,
BigDecimal scheduleLineCommittedQuantity,
Calendar performancePeriodStartDate,
Calendar performancePeriodEndDate,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static PurchaseOrderScheduleLine.PurchaseOrderScheduleLineBuilder |
builder() |
boolean |
equals(Object o) |
static <T> PurchaseOrderScheduleLineField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
String |
getDelivDateCategory()
Constraints: Not nullable, Maximum length: 1
|
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
Calendar |
getPerformancePeriodEndDate()
Constraints: Not nullable, Precision: 0
|
Calendar |
getPerformancePeriodStartDate()
Constraints: Not nullable, Precision: 0
|
String |
getPurchaseRequisition()
Constraints: Not nullable, Maximum length: 10
|
String |
getPurchaseRequisitionItem()
Constraints: Not nullable, Maximum length: 5
|
String |
getPurchasingDocument()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
String |
getPurchasingDocumentItem()
(Key Field) Constraints: Not nullable, Maximum length: 5
|
Calendar |
getSchedLineStscDeliveryDate()
Constraints: Not nullable, Precision: 0 Calculation of the delivery time is an element in the determination of a supplier's adherence to delivery dates (that is, the supplier's delivery timeliness, or on-time delivery performance) in MM Supplier Evaluation.If it becomes known that the supplier can only deliver ordered goods some days later than originally stipulated, for instance, you can change the delivery date accordingly for materials planning and control purposes.
|
String |
getScheduleLine()
(Key Field) Constraints: Not nullable, Maximum length: 4
|
BigDecimal |
getScheduleLineCommittedQuantity()
Constraints: Not nullable, Precision: 13, Scale: 3
|
Calendar |
getScheduleLineDeliveryDate()
Constraints: Not nullable, Precision: 0
|
Calendar |
getScheduleLineDeliveryTime()
Constraints: Not nullable, Precision: 0
|
BigDecimal |
getScheduleLineOrderQuantity()
Constraints: Not nullable, Precision: 13, Scale: 3 This quantity is referred to by Goods Receiving and Invoice Verification for checking purposes.
|
Class<PurchaseOrderScheduleLine> |
getType() |
int |
hashCode() |
void |
setDelivDateCategory(String delivDateCategory)
Constraints: Not nullable, Maximum length: 1
|
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
setPerformancePeriodEndDate(Calendar performancePeriodEndDate)
Constraints: Not nullable, Precision: 0
|
void |
setPerformancePeriodStartDate(Calendar performancePeriodStartDate)
Constraints: Not nullable, Precision: 0
|
void |
setPurchaseRequisition(String purchaseRequisition)
Constraints: Not nullable, Maximum length: 10
|
void |
setPurchaseRequisitionItem(String purchaseRequisitionItem)
Constraints: Not nullable, Maximum length: 5
|
void |
setPurchasingDocument(String purchasingDocument)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setPurchasingDocumentItem(String purchasingDocumentItem)
(Key Field) Constraints: Not nullable, Maximum length: 5
|
void |
setSchedLineStscDeliveryDate(Calendar schedLineStscDeliveryDate)
Constraints: Not nullable, Precision: 0 Calculation of the delivery time is an element in the determination of a supplier's adherence to delivery dates (that is, the supplier's delivery timeliness, or on-time delivery performance) in MM Supplier Evaluation.If it becomes known that the supplier can only deliver ordered goods some days later than originally stipulated, for instance, you can change the delivery date accordingly for materials planning and control purposes.
|
void |
setScheduleLine(String scheduleLine)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
void |
setScheduleLineCommittedQuantity(BigDecimal scheduleLineCommittedQuantity)
Constraints: Not nullable, Precision: 13, Scale: 3
|
void |
setScheduleLineDeliveryDate(Calendar scheduleLineDeliveryDate)
Constraints: Not nullable, Precision: 0
|
void |
setScheduleLineDeliveryTime(Calendar scheduleLineDeliveryTime)
Constraints: Not nullable, Precision: 0
|
void |
setScheduleLineOrderQuantity(BigDecimal scheduleLineOrderQuantity)
Constraints: Not nullable, Precision: 13, Scale: 3 This quantity is referred to by Goods Receiving and Invoice Verification for checking purposes.
|
String |
toString() |
getVersionIdentifier, setVersionIdentifier
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final PurchaseOrderScheduleLineSelectable ALL_FIELDS
public static final PurchaseOrderScheduleLineField<String> PURCHASING_DOCUMENT
public static final PurchaseOrderScheduleLineField<String> PURCHASING_DOCUMENT_ITEM
public static final PurchaseOrderScheduleLineField<String> SCHEDULE_LINE
public static final PurchaseOrderScheduleLineField<String> DELIV_DATE_CATEGORY
public static final PurchaseOrderScheduleLineField<Calendar> SCHEDULE_LINE_DELIVERY_DATE
public static final PurchaseOrderScheduleLineField<BigDecimal> SCHEDULE_LINE_ORDER_QUANTITY
public static final PurchaseOrderScheduleLineField<Calendar> SCHEDULE_LINE_DELIVERY_TIME
public static final PurchaseOrderScheduleLineField<Calendar> SCHED_LINE_STSC_DELIVERY_DATE
public static final PurchaseOrderScheduleLineField<String> PURCHASE_REQUISITION
public static final PurchaseOrderScheduleLineField<String> PURCHASE_REQUISITION_ITEM
public static final PurchaseOrderScheduleLineField<BigDecimal> SCHEDULE_LINE_COMMITTED_QUANTITY
public static final PurchaseOrderScheduleLineField<Calendar> PERFORMANCE_PERIOD_START_DATE
public static final PurchaseOrderScheduleLineField<Calendar> PERFORMANCE_PERIOD_END_DATE
public PurchaseOrderScheduleLine()
public PurchaseOrderScheduleLine(@Nullable String purchasingDocument, @Nullable String purchasingDocumentItem, @Nullable String scheduleLine, @Nullable String delivDateCategory, @Nullable Calendar scheduleLineDeliveryDate, @Nullable BigDecimal scheduleLineOrderQuantity, @Nullable Calendar scheduleLineDeliveryTime, @Nullable Calendar schedLineStscDeliveryDate, @Nullable String purchaseRequisition, @Nullable String purchaseRequisitionItem, @Nullable BigDecimal scheduleLineCommittedQuantity, @Nullable Calendar performancePeriodStartDate, @Nullable Calendar performancePeriodEndDate, @Nullable ErpConfigContext erpConfigContext)
public Class<PurchaseOrderScheduleLine> getType()
getType
in class VdmObject<PurchaseOrderScheduleLine>
public static <T> PurchaseOrderScheduleLineField<T> field(String fieldName, Class<T> fieldType)
fieldName
- The name of the extension field as returned by the OData service.fieldType
- The Java type to use for the extension field when performing value comparisons.public static PurchaseOrderScheduleLine.PurchaseOrderScheduleLineBuilder builder()
@Nullable public String getPurchasingDocument()
@Nullable public String getPurchasingDocumentItem()
@Nullable public String getScheduleLine()
@Nullable public String getDelivDateCategory()
@Nullable public Calendar getScheduleLineDeliveryDate()
@Nullable public BigDecimal getScheduleLineOrderQuantity()
This quantity is referred to by Goods Receiving and Invoice Verification for checking purposes.
@Nullable public Calendar getScheduleLineDeliveryTime()
@Nullable public Calendar getSchedLineStscDeliveryDate()
Calculation of the delivery time is an element in the determination of a supplier's adherence to delivery dates (that is, the supplier's delivery timeliness, or on-time delivery performance) in MM Supplier Evaluation.If it becomes known that the supplier can only deliver ordered goods some days later than originally stipulated, for instance, you can change the delivery date accordingly for materials planning and control purposes. However, the statistics-relevant delivery date remains unchanged.As a result, the supplier's "on-time delivery performance" score worsens. At the same time, it is ensured that materials planning and control works on the basis of the right date.The system inserts the delivery date into this field in the following cases:You do not enter a statistical delivery date.You change the delivery date, have not entered a statistical delivery date, and the PO or scheduling agreement delivery schedule has not yet been transmitted to the supplier.
@Nullable public String getPurchaseRequisition()
@Nullable public String getPurchaseRequisitionItem()
@Nullable public BigDecimal getScheduleLineCommittedQuantity()
@Nullable public Calendar getPerformancePeriodStartDate()
@Nullable public Calendar getPerformancePeriodEndDate()
@Nullable public ErpConfigContext getErpConfigContext()
public void setPurchasingDocument(@Nullable String purchasingDocument)
purchasingDocument
- public void setPurchasingDocumentItem(@Nullable String purchasingDocumentItem)
purchasingDocumentItem
- public void setScheduleLine(@Nullable String scheduleLine)
scheduleLine
- public void setDelivDateCategory(@Nullable String delivDateCategory)
delivDateCategory
- public void setScheduleLineDeliveryDate(@Nullable Calendar scheduleLineDeliveryDate)
scheduleLineDeliveryDate
- public void setScheduleLineOrderQuantity(@Nullable BigDecimal scheduleLineOrderQuantity)
This quantity is referred to by Goods Receiving and Invoice Verification for checking purposes.
scheduleLineOrderQuantity
- public void setScheduleLineDeliveryTime(@Nullable Calendar scheduleLineDeliveryTime)
scheduleLineDeliveryTime
- public void setSchedLineStscDeliveryDate(@Nullable Calendar schedLineStscDeliveryDate)
Calculation of the delivery time is an element in the determination of a supplier's adherence to delivery dates (that is, the supplier's delivery timeliness, or on-time delivery performance) in MM Supplier Evaluation.If it becomes known that the supplier can only deliver ordered goods some days later than originally stipulated, for instance, you can change the delivery date accordingly for materials planning and control purposes. However, the statistics-relevant delivery date remains unchanged.As a result, the supplier's "on-time delivery performance" score worsens. At the same time, it is ensured that materials planning and control works on the basis of the right date.The system inserts the delivery date into this field in the following cases:You do not enter a statistical delivery date.You change the delivery date, have not entered a statistical delivery date, and the PO or scheduling agreement delivery schedule has not yet been transmitted to the supplier.
schedLineStscDeliveryDate
- public void setPurchaseRequisition(@Nullable String purchaseRequisition)
purchaseRequisition
- public void setPurchaseRequisitionItem(@Nullable String purchaseRequisitionItem)
purchaseRequisitionItem
- public void setScheduleLineCommittedQuantity(@Nullable BigDecimal scheduleLineCommittedQuantity)
scheduleLineCommittedQuantity
- public void setPerformancePeriodStartDate(@Nullable Calendar performancePeriodStartDate)
performancePeriodStartDate
- public void setPerformancePeriodEndDate(@Nullable Calendar performancePeriodEndDate)
performancePeriodEndDate
- public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- public String toString()
toString
in class VdmObject<PurchaseOrderScheduleLine>
public boolean equals(Object o)
equals
in class VdmObject<PurchaseOrderScheduleLine>
public int hashCode()
hashCode
in class VdmObject<PurchaseOrderScheduleLine>
Copyright © 2018 SAP SE. All rights reserved.