public class PurchaseOrderScheduleLine extends VdmEntity<PurchaseOrderScheduleLine>
Original entity name from the Odata EDM: A_PurchaseOrderScheduleLineType
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<LocalDateTime> |
PERFORMANCE_PERIOD_END_DATE
Use with available fluent helpers to apply the PerformancePeriodEndDate field to query operations.
|
static PurchaseOrderScheduleLineField<LocalDateTime> |
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<LocalDateTime> |
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<LocalDateTime> |
SCHEDULE_LINE_DELIVERY_DATE
Use with available fluent helpers to apply the ScheduleLineDeliveryDate field to query operations.
|
static PurchaseOrderScheduleLineField<LocalTime> |
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.
|
changedOriginalFields
Constructor and Description |
---|
PurchaseOrderScheduleLine() |
PurchaseOrderScheduleLine(String purchasingDocument,
String purchasingDocumentItem,
String scheduleLine,
String delivDateCategory,
LocalDateTime scheduleLineDeliveryDate,
BigDecimal scheduleLineOrderQuantity,
LocalTime scheduleLineDeliveryTime,
LocalDateTime schedLineStscDeliveryDate,
String purchaseRequisition,
String purchaseRequisitionItem,
BigDecimal scheduleLineCommittedQuantity,
LocalDateTime performancePeriodStartDate,
LocalDateTime performancePeriodEndDate) |
Modifier and Type | Method and Description |
---|---|
void |
attachToService(String servicePath,
ErpConfigContext configContext)
Sets the service path and ERP configuration context for the fetch commands of this entity.
|
static PurchaseOrderScheduleLine.PurchaseOrderScheduleLineBuilder |
builder() |
protected boolean |
canEqual(Object other) |
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.
|
static <T,DomainT> |
field(String fieldName,
TypeConverter<T,DomainT> typeConverter)
Use with available fluent helpers to apply an extension field to query operations.
|
protected void |
fromMap(Map<String,Object> inputValues) |
protected String |
getDefaultServicePath() |
String |
getDelivDateCategory()
Constraints: Not nullable, Maximum length: 1
|
protected String |
getEntityCollection() |
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
protected Map<String,Object> |
getKey() |
LocalDateTime |
getPerformancePeriodEndDate()
Constraints: Not nullable, Precision: 0
|
LocalDateTime |
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
|
LocalDateTime |
getSchedLineStscDeliveryDate()
Constraints: Not nullable, Precision: 0
|
String |
getScheduleLine()
(Key Field) Constraints: Not nullable, Maximum length: 4
|
BigDecimal |
getScheduleLineCommittedQuantity()
Constraints: Not nullable, Precision: 13, Scale: 3
|
LocalDateTime |
getScheduleLineDeliveryDate()
Constraints: Not nullable, Precision: 0
|
LocalTime |
getScheduleLineDeliveryTime()
Constraints: Not nullable, Precision: 0
|
BigDecimal |
getScheduleLineOrderQuantity()
Constraints: Not nullable, Precision: 13, Scale: 3
|
Class<PurchaseOrderScheduleLine> |
getType() |
int |
hashCode() |
void |
setDelivDateCategory(String delivDateCategory)
Constraints: Not nullable, Maximum length: 1
|
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
Use
attachToService(String, ErpConfigContext) instead. |
void |
setPerformancePeriodEndDate(LocalDateTime performancePeriodEndDate)
Constraints: Not nullable, Precision: 0
|
void |
setPerformancePeriodStartDate(LocalDateTime 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(LocalDateTime schedLineStscDeliveryDate)
Constraints: Not nullable, Precision: 0
|
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(LocalDateTime scheduleLineDeliveryDate)
Constraints: Not nullable, Precision: 0
|
void |
setScheduleLineDeliveryTime(LocalTime scheduleLineDeliveryTime)
Constraints: Not nullable, Precision: 0
|
void |
setScheduleLineOrderQuantity(BigDecimal scheduleLineOrderQuantity)
Constraints: Not nullable, Precision: 13, Scale: 3
|
protected void |
setServicePathForFetch(String servicePathForFetch)
The service path only used for the fetch commands of this entity.
|
protected Map<String,Object> |
toMapOfFields() |
String |
toString() |
getEndpointUrl, getServicePathForFetch, getVersionIdentifier, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
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<LocalDateTime> SCHEDULE_LINE_DELIVERY_DATE
public static final PurchaseOrderScheduleLineField<BigDecimal> SCHEDULE_LINE_ORDER_QUANTITY
public static final PurchaseOrderScheduleLineField<LocalTime> SCHEDULE_LINE_DELIVERY_TIME
public static final PurchaseOrderScheduleLineField<LocalDateTime> 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<LocalDateTime> PERFORMANCE_PERIOD_START_DATE
public static final PurchaseOrderScheduleLineField<LocalDateTime> PERFORMANCE_PERIOD_END_DATE
public PurchaseOrderScheduleLine()
public PurchaseOrderScheduleLine(@Nullable String purchasingDocument, @Nullable String purchasingDocumentItem, @Nullable String scheduleLine, @Nullable String delivDateCategory, @Nullable LocalDateTime scheduleLineDeliveryDate, @Nullable BigDecimal scheduleLineOrderQuantity, @Nullable LocalTime scheduleLineDeliveryTime, @Nullable LocalDateTime schedLineStscDeliveryDate, @Nullable String purchaseRequisition, @Nullable String purchaseRequisitionItem, @Nullable BigDecimal scheduleLineCommittedQuantity, @Nullable LocalDateTime performancePeriodStartDate, @Nullable LocalDateTime performancePeriodEndDate)
@Nonnull public Class<PurchaseOrderScheduleLine> getType()
getType
in class VdmObject<PurchaseOrderScheduleLine>
public void setPurchasingDocument(@Nullable String purchasingDocument)
Original property name from the Odata EDM: PurchasingDocument
purchasingDocument
- Alphanumeric key uniquely identifying the document.public void setPurchasingDocumentItem(@Nullable String purchasingDocumentItem)
Original property name from the Odata EDM: PurchasingDocumentItem
purchasingDocumentItem
- Specifies the number that uniquely identifies an item in .public void setScheduleLine(@Nullable String scheduleLine)
Original property name from the Odata EDM: ScheduleLine
scheduleLine
- Alphanumeric key uniquely identifying the document.public void setDelivDateCategory(@Nullable String delivDateCategory)
Original property name from the Odata EDM: DelivDateCategory
delivDateCategory
- Indicates whether the delivery date is to be entered and displayed as a calendar day, week or month.public void setScheduleLineDeliveryDate(@Nullable LocalDateTime scheduleLineDeliveryDate)
Original property name from the Odata EDM: ScheduleLineDeliveryDate
scheduleLineDeliveryDate
- Date on which an item is to be delivered or the service provided.public void setScheduleLineOrderQuantity(@Nullable BigDecimal scheduleLineOrderQuantity)
Original property name from the Odata EDM: ScheduleLineOrderQuantity
This quantity is referred to by Goods Receiving and Invoice Verification for checking purposes.
scheduleLineOrderQuantity
- Quantity to be delivered by the supplier in respect of this schedule line.public void setScheduleLineDeliveryTime(@Nullable LocalTime scheduleLineDeliveryTime)
Original property name from the Odata EDM: ScheduleLineDeliveryTime
scheduleLineDeliveryTime
- Point in time on a certain date at which delivery is to take place.public void setSchedLineStscDeliveryDate(@Nullable LocalDateTime schedLineStscDeliveryDate)
Original property name from the Odata EDM: 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
- Date for the calculation of the delivery time.public void setPurchaseRequisition(@Nullable String purchaseRequisition)
Original property name from the Odata EDM: PurchaseRequisition
purchaseRequisition
- Alphanumeric key uniquely identifying the document.public void setPurchaseRequisitionItem(@Nullable String purchaseRequisitionItem)
Original property name from the Odata EDM: PurchaseRequisitionItem
purchaseRequisitionItem
- Specifies the number that uniquely identifies an item in .public void setScheduleLineCommittedQuantity(@Nullable BigDecimal scheduleLineCommittedQuantity)
Original property name from the Odata EDM: ScheduleLineCommittedQuantity
scheduleLineCommittedQuantity
- Specifies the quantity that is available or that can be delivered on confirmed date using warehouse
stock and/or receipts.public void setPerformancePeriodStartDate(@Nullable LocalDateTime performancePeriodStartDate)
Original property name from the Odata EDM: PerformancePeriodStartDate
performancePeriodStartDate
- Start Date for Period of Performancepublic void setPerformancePeriodEndDate(@Nullable LocalDateTime performancePeriodEndDate)
Original property name from the Odata EDM: PerformancePeriodEndDate
performancePeriodEndDate
- End Date for Period of Performanceprotected String getEntityCollection()
getEntityCollection
in class VdmEntity<PurchaseOrderScheduleLine>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<PurchaseOrderScheduleLine>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<PurchaseOrderScheduleLine>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<PurchaseOrderScheduleLine>
@Nonnull public static <T> PurchaseOrderScheduleLineField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType)
T
- The type of the extension field when performing value comparisons.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.@Nonnull public static <T,DomainT> PurchaseOrderScheduleLineField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T,DomainT> typeConverter)
T
- The type of the extension field when performing value comparisons.DomainT
- The type of the extension field as returned by the OData service.typeConverter
- A TypeConverterfieldName
- The name of the extension field as returned by the OData service.@Nullable public ErpConfigContext getErpConfigContext()
VdmEntity
getErpConfigContext
in class VdmEntity<PurchaseOrderScheduleLine>
@Deprecated public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
attachToService(String, ErpConfigContext)
instead.VdmEntity
setErpConfigContext
in class VdmEntity<PurchaseOrderScheduleLine>
erpConfigContext
- New ERP configuration context to apply to this entityprotected void setServicePathForFetch(@Nullable String servicePathForFetch)
VdmEntity
Note: Use with caution, as this can easily break the fetch call on this entity. See the interface of the corresponding service for the default service path.
setServicePathForFetch
in class VdmEntity<PurchaseOrderScheduleLine>
public void attachToService(@Nullable String servicePath, @Nullable ErpConfigContext configContext)
VdmEntity
Note: Use with caution, as this can easily break the fetch calls on this entity. See the interface of the corresponding service for the default service path.
attachToService
in class VdmEntity<PurchaseOrderScheduleLine>
servicePath
- Optional parameter. New service path to apply to this entity and any associated entities that were
previously fetched. If a null value is provided and the service path has never been set, then the
service path will be set to the default defined in the corresponding service interface.configContext
- Optional parameter. New ERP configuration context to apply to this entity and any associated entities
that were previously fetched. If a null value is provided and the ERP configuration context has never
been set, then the ERP configuration context will be set to a new instance of
ErpConfigContext
.protected String getDefaultServicePath()
getDefaultServicePath
in class VdmEntity<PurchaseOrderScheduleLine>
public static PurchaseOrderScheduleLine.PurchaseOrderScheduleLineBuilder builder()
@Nullable public String getPurchasingDocument()
Original property name from the Odata EDM: PurchasingDocument
@Nullable public String getPurchasingDocumentItem()
Original property name from the Odata EDM: PurchasingDocumentItem
@Nullable public String getScheduleLine()
Original property name from the Odata EDM: ScheduleLine
@Nullable public String getDelivDateCategory()
Original property name from the Odata EDM: DelivDateCategory
@Nullable public LocalDateTime getScheduleLineDeliveryDate()
Original property name from the Odata EDM: ScheduleLineDeliveryDate
@Nullable public BigDecimal getScheduleLineOrderQuantity()
Original property name from the Odata EDM: ScheduleLineOrderQuantity
This quantity is referred to by Goods Receiving and Invoice Verification for checking purposes.
@Nullable public LocalTime getScheduleLineDeliveryTime()
Original property name from the Odata EDM: ScheduleLineDeliveryTime
@Nullable public LocalDateTime getSchedLineStscDeliveryDate()
Original property name from the Odata EDM: 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.
@Nullable public String getPurchaseRequisition()
Original property name from the Odata EDM: PurchaseRequisition
@Nullable public String getPurchaseRequisitionItem()
Original property name from the Odata EDM: PurchaseRequisitionItem
@Nullable public BigDecimal getScheduleLineCommittedQuantity()
Original property name from the Odata EDM: ScheduleLineCommittedQuantity
@Nullable public LocalDateTime getPerformancePeriodStartDate()
Original property name from the Odata EDM: PerformancePeriodStartDate
@Nullable public LocalDateTime getPerformancePeriodEndDate()
Original property name from the Odata EDM: PerformancePeriodEndDate
public String toString()
toString
in class VdmObject<PurchaseOrderScheduleLine>
public boolean equals(Object o)
equals
in class VdmObject<PurchaseOrderScheduleLine>
protected boolean canEqual(Object other)
canEqual
in class VdmObject<PurchaseOrderScheduleLine>
public int hashCode()
hashCode
in class VdmObject<PurchaseOrderScheduleLine>
Copyright © 2019 SAP SE. All rights reserved.