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
Helper class to allow for fluent creation of PurchaseOrderScheduleLine instances.
|
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_ORDER_QUANTITY_UNIT
Use with available fluent helpers to apply the PurchaseOrderQuantityUnit 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.
|
static PurchaseOrderScheduleLineLink<POSubcontractingComponent> |
TO_SUBCONTRACTING_COMPONENT
Use with available fluent helpers to apply the to_SubcontractingComponent navigation property to query
operations.
|
changedOriginalFields
Constructor and Description |
---|
PurchaseOrderScheduleLine() |
PurchaseOrderScheduleLine(String purchasingDocument,
String purchasingDocumentItem,
String scheduleLine,
String delivDateCategory,
LocalDateTime scheduleLineDeliveryDate,
String purchaseOrderQuantityUnit,
BigDecimal scheduleLineOrderQuantity,
LocalTime scheduleLineDeliveryTime,
LocalDateTime schedLineStscDeliveryDate,
String purchaseRequisition,
String purchaseRequisitionItem,
BigDecimal scheduleLineCommittedQuantity,
LocalDateTime performancePeriodStartDate,
LocalDateTime performancePeriodEndDate,
List<POSubcontractingComponent> toSubcontractingComponent) |
Modifier and Type | Method and Description |
---|---|
void |
addSubcontractingComponent(POSubcontractingComponent... entity)
Adds elements to the list of associated POSubcontractingComponent entities.
|
void |
attachToService(String servicePath,
HttpDestinationProperties destination)
Sets the service path and destination for the fetch commands of this entity.
|
static PurchaseOrderScheduleLine.PurchaseOrderScheduleLineBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<POSubcontractingComponent> |
fetchSubcontractingComponent()
Fetches the POSubcontractingComponent entities (one to many) associated with this entity.
|
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
|
HttpDestinationProperties |
getDestinationForFetch()
Convienence field for reusing the same destination with multiple queries (e.g.
|
protected String |
getEntityCollection() |
protected Map<String,Object> |
getKey() |
LocalDateTime |
getPerformancePeriodEndDate()
Constraints: Not nullable, Precision: 0
|
LocalDateTime |
getPerformancePeriodStartDate()
Constraints: Not nullable, Precision: 0
|
String |
getPurchaseOrderQuantityUnit()
Constraints: Not nullable, Maximum length: 3
|
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
|
io.vavr.control.Option<List<POSubcontractingComponent>> |
getSubcontractingComponentIfPresent()
Retrieval of associated POSubcontractingComponent entities (one to many).
|
List<POSubcontractingComponent> |
getSubcontractingComponentOrFetch()
Retrieval of associated POSubcontractingComponent entities (one to many).
|
Class<PurchaseOrderScheduleLine> |
getType() |
int |
hashCode() |
void |
setDelivDateCategory(String delivDateCategory)
Constraints: Not nullable, Maximum length: 1
|
void |
setPerformancePeriodEndDate(LocalDateTime performancePeriodEndDate)
Constraints: Not nullable, Precision: 0
|
void |
setPerformancePeriodStartDate(LocalDateTime performancePeriodStartDate)
Constraints: Not nullable, Precision: 0
|
void |
setPurchaseOrderQuantityUnit(String purchaseOrderQuantityUnit)
Constraints: Not nullable, Maximum length: 3
|
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.
|
void |
setSubcontractingComponent(List<POSubcontractingComponent> value)
Overwrites the list of associated POSubcontractingComponent entities for the loaded navigation property
to_SubcontractingComponent.
|
protected Map<String,Object> |
toMapOfFields() |
protected Map<String,Object> |
toMapOfNavigationProperties() |
String |
toString() |
getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields
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<String> PURCHASE_ORDER_QUANTITY_UNIT
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 static final PurchaseOrderScheduleLineLink<POSubcontractingComponent> TO_SUBCONTRACTING_COMPONENT
public PurchaseOrderScheduleLine()
public PurchaseOrderScheduleLine(@Nullable String purchasingDocument, @Nullable String purchasingDocumentItem, @Nullable String scheduleLine, @Nullable String delivDateCategory, @Nullable LocalDateTime scheduleLineDeliveryDate, @Nullable String purchaseOrderQuantityUnit, @Nullable BigDecimal scheduleLineOrderQuantity, @Nullable LocalTime scheduleLineDeliveryTime, @Nullable LocalDateTime schedLineStscDeliveryDate, @Nullable String purchaseRequisition, @Nullable String purchaseRequisitionItem, @Nullable BigDecimal scheduleLineCommittedQuantity, @Nullable LocalDateTime performancePeriodStartDate, @Nullable LocalDateTime performancePeriodEndDate, List<POSubcontractingComponent> toSubcontractingComponent)
@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 setPurchaseOrderQuantityUnit(@Nullable String purchaseOrderQuantityUnit)
Original property name from the Odata EDM: PurchaseOrderQuantityUnit
purchaseOrderQuantityUnit
- Specifies the unit of measure in which the material is ordered.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 HttpDestinationProperties getDestinationForFetch()
VdmEntity
getDestinationForFetch
in class VdmEntity<PurchaseOrderScheduleLine>
protected 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, @Nonnull HttpDestinationProperties destination)
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.destination
- New destination to apply to this entity and any associated entities that were previously fetched.protected String getDefaultServicePath()
getDefaultServicePath
in class VdmEntity<PurchaseOrderScheduleLine>
@Nonnull protected Map<String,Object> toMapOfNavigationProperties()
toMapOfNavigationProperties
in class VdmObject<PurchaseOrderScheduleLine>
@Nonnull public List<POSubcontractingComponent> fetchSubcontractingComponent() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nonnull public List<POSubcontractingComponent> getSubcontractingComponentOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_SubcontractingComponent of a queried PurchaseOrderScheduleLine is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nonnull public io.vavr.control.Option<List<POSubcontractingComponent>> getSubcontractingComponentIfPresent()
If the navigation property for an entity PurchaseOrderScheduleLine has not been resolved yet, this method
will not query further information. Instead its Option
result state will be
empty
.
Option
with
result state empty
is returned.public void setSubcontractingComponent(@Nonnull List<POSubcontractingComponent> value)
If the navigation property to_SubcontractingComponent of a queried PurchaseOrderScheduleLine is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
value
- List of POSubcontractingComponent entities.public void addSubcontractingComponent(POSubcontractingComponent... entity)
If the navigation property to_SubcontractingComponent of a queried PurchaseOrderScheduleLine is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
entity
- Array of POSubcontractingComponent entities.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 String getPurchaseOrderQuantityUnit()
Original property name from the Odata EDM: PurchaseOrderQuantityUnit
@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.