public class SalesOrderScheduleLineSimln extends VdmEntity<SalesOrderScheduleLineSimln>
Original entity name from the Odata EDM: A_SalesOrderScheduleLineSimlnType
Modifier and Type | Class and Description |
---|---|
static class |
SalesOrderScheduleLineSimln.SalesOrderScheduleLineSimlnBuilder
Helper class to allow for fluent creation of SalesOrderScheduleLineSimln instances.
|
Modifier and Type | Field and Description |
---|---|
static SalesOrderScheduleLineSimlnSelectable |
ALL_FIELDS
Selector for all available fields of SalesOrderScheduleLineSimln.
|
static SalesOrderScheduleLineSimlnField<BigDecimal> |
CONFD_ORDER_QTY_BY_MATL_AVAIL_CHECK
Use with available fluent helpers to apply the ConfdOrderQtyByMatlAvailCheck field to query operations.
|
static SalesOrderScheduleLineSimlnField<LocalDateTime> |
CONFIRMED_DELIVERY_DATE
Use with available fluent helpers to apply the ConfirmedDeliveryDate field to query operations.
|
static SalesOrderScheduleLineSimlnField<BigDecimal> |
CORRECTED_QTY_IN_ORDER_QTY_UNIT
Use with available fluent helpers to apply the CorrectedQtyInOrderQtyUnit field to query operations.
|
static SalesOrderScheduleLineSimlnField<BigDecimal> |
OPEN_CONFD_DELIV_QTY_IN_ORD_QTY_UNIT
Use with available fluent helpers to apply the OpenConfdDelivQtyInOrdQtyUnit field to query operations.
|
static SalesOrderScheduleLineSimlnField<String> |
ORDER_QUANTITY_UNIT
Use with available fluent helpers to apply the OrderQuantityUnit field to query operations.
|
static SalesOrderScheduleLineSimlnField<LocalDateTime> |
REQUESTED_DELIVERY_DATE
Use with available fluent helpers to apply the RequestedDeliveryDate field to query operations.
|
static SalesOrderScheduleLineSimlnField<String> |
SALES_ORDER
Use with available fluent helpers to apply the SalesOrder field to query operations.
|
static SalesOrderScheduleLineSimlnField<String> |
SALES_ORDER_ITEM
Use with available fluent helpers to apply the SalesOrderItem field to query operations.
|
static SalesOrderScheduleLineSimlnField<String> |
SCHEDULE_LINE
Use with available fluent helpers to apply the ScheduleLine field to query operations.
|
static SalesOrderScheduleLineSimlnField<BigDecimal> |
SCHEDULE_LINE_ORDER_QUANTITY
Use with available fluent helpers to apply the ScheduleLineOrderQuantity field to query operations.
|
static SalesOrderScheduleLineSimlnOneToOneLink<SalesOrderSimulation> |
TO_SALES_ORDER
Use with available fluent helpers to apply the to_SalesOrder navigation property to query operations.
|
static SalesOrderScheduleLineSimlnOneToOneLink<SalesOrderItemSimulation> |
TO_SALES_ORDER_ITEM
Use with available fluent helpers to apply the to_SalesOrderItem navigation property to query operations.
|
changedOriginalFields
Constructor and Description |
---|
SalesOrderScheduleLineSimln() |
SalesOrderScheduleLineSimln(String salesOrder,
String salesOrderItem,
String scheduleLine,
LocalDateTime requestedDeliveryDate,
LocalDateTime confirmedDeliveryDate,
String orderQuantityUnit,
BigDecimal scheduleLineOrderQuantity,
BigDecimal confdOrderQtyByMatlAvailCheck,
BigDecimal openConfdDelivQtyInOrdQtyUnit,
BigDecimal correctedQtyInOrderQtyUnit,
SalesOrderSimulation toSalesOrder,
SalesOrderItemSimulation toSalesOrderItem) |
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 SalesOrderScheduleLineSimln.SalesOrderScheduleLineSimlnBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
SalesOrderSimulation |
fetchSalesOrder()
Fetches the SalesOrderSimulation entity (one to one) associated with this entity.
|
SalesOrderItemSimulation |
fetchSalesOrderItem()
Fetches the SalesOrderItemSimulation entity (one to one) associated with this entity.
|
static <T> SalesOrderScheduleLineSimlnField<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) |
BigDecimal |
getConfdOrderQtyByMatlAvailCheck()
Constraints: Not nullable, Precision: 13, Scale: 3
|
LocalDateTime |
getConfirmedDeliveryDate()
Constraints: Not nullable, Precision: 0
|
BigDecimal |
getCorrectedQtyInOrderQtyUnit()
Constraints: Not nullable, Precision: 13, Scale: 3
|
protected String |
getDefaultServicePath() |
protected String |
getEntityCollection() |
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
protected Map<String,Object> |
getKey() |
BigDecimal |
getOpenConfdDelivQtyInOrdQtyUnit()
Constraints: Not nullable, Precision: 13, Scale: 3
|
String |
getOrderQuantityUnit()
Constraints: Not nullable, Maximum length: 3
|
LocalDateTime |
getRequestedDeliveryDate()
Constraints: Not nullable, Precision: 0
|
String |
getSalesOrder()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
Optional<SalesOrderSimulation> |
getSalesOrderIfPresent()
Retrieval of associated SalesOrderSimulation entity (one to one).
|
String |
getSalesOrderItem()
(Key Field) Constraints: Not nullable, Maximum length: 6
|
Optional<SalesOrderItemSimulation> |
getSalesOrderItemIfPresent()
Retrieval of associated SalesOrderItemSimulation entity (one to one).
|
SalesOrderItemSimulation |
getSalesOrderItemOrFetch()
Retrieval of associated SalesOrderItemSimulation entity (one to one).
|
SalesOrderSimulation |
getSalesOrderOrFetch()
Retrieval of associated SalesOrderSimulation entity (one to one).
|
String |
getScheduleLine()
(Key Field) Constraints: Not nullable, Maximum length: 4
|
BigDecimal |
getScheduleLineOrderQuantity()
Constraints: Not nullable, Precision: 13, Scale: 3
|
Class<SalesOrderScheduleLineSimln> |
getType() |
int |
hashCode() |
void |
setConfdOrderQtyByMatlAvailCheck(BigDecimal confdOrderQtyByMatlAvailCheck)
Constraints: Not nullable, Precision: 13, Scale: 3
|
void |
setConfirmedDeliveryDate(LocalDateTime confirmedDeliveryDate)
Constraints: Not nullable, Precision: 0
|
void |
setCorrectedQtyInOrderQtyUnit(BigDecimal correctedQtyInOrderQtyUnit)
Constraints: Not nullable, Precision: 13, Scale: 3
|
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
Use
attachToService(String, ErpConfigContext) instead. |
void |
setOpenConfdDelivQtyInOrdQtyUnit(BigDecimal openConfdDelivQtyInOrdQtyUnit)
Constraints: Not nullable, Precision: 13, Scale: 3
|
void |
setOrderQuantityUnit(String orderQuantityUnit)
Constraints: Not nullable, Maximum length: 3
|
void |
setRequestedDeliveryDate(LocalDateTime requestedDeliveryDate)
Constraints: Not nullable, Precision: 0
|
void |
setSalesOrder(SalesOrderSimulation value)
Overwrites the associated SalesOrderSimulation entity for the loaded navigation property
to_SalesOrder.
|
void |
setSalesOrder(String salesOrder)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setSalesOrderItem(SalesOrderItemSimulation value)
Overwrites the associated SalesOrderItemSimulation entity for the loaded navigation property
to_SalesOrderItem.
|
void |
setSalesOrderItem(String salesOrderItem)
(Key Field) Constraints: Not nullable, Maximum length: 6
|
void |
setScheduleLine(String scheduleLine)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
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() |
protected Map<String,Object> |
toMapOfNavigationProperties() |
String |
toString() |
getEndpointUrl, getServicePathForFetch, getVersionIdentifier, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields
public static final SalesOrderScheduleLineSimlnSelectable ALL_FIELDS
public static final SalesOrderScheduleLineSimlnField<String> SALES_ORDER
public static final SalesOrderScheduleLineSimlnField<String> SALES_ORDER_ITEM
public static final SalesOrderScheduleLineSimlnField<String> SCHEDULE_LINE
public static final SalesOrderScheduleLineSimlnField<LocalDateTime> REQUESTED_DELIVERY_DATE
public static final SalesOrderScheduleLineSimlnField<LocalDateTime> CONFIRMED_DELIVERY_DATE
public static final SalesOrderScheduleLineSimlnField<String> ORDER_QUANTITY_UNIT
public static final SalesOrderScheduleLineSimlnField<BigDecimal> SCHEDULE_LINE_ORDER_QUANTITY
public static final SalesOrderScheduleLineSimlnField<BigDecimal> CONFD_ORDER_QTY_BY_MATL_AVAIL_CHECK
public static final SalesOrderScheduleLineSimlnField<BigDecimal> OPEN_CONFD_DELIV_QTY_IN_ORD_QTY_UNIT
public static final SalesOrderScheduleLineSimlnField<BigDecimal> CORRECTED_QTY_IN_ORDER_QTY_UNIT
public static final SalesOrderScheduleLineSimlnOneToOneLink<SalesOrderSimulation> TO_SALES_ORDER
public static final SalesOrderScheduleLineSimlnOneToOneLink<SalesOrderItemSimulation> TO_SALES_ORDER_ITEM
public SalesOrderScheduleLineSimln()
public SalesOrderScheduleLineSimln(@Nullable String salesOrder, @Nullable String salesOrderItem, @Nullable String scheduleLine, @Nullable LocalDateTime requestedDeliveryDate, @Nullable LocalDateTime confirmedDeliveryDate, @Nullable String orderQuantityUnit, @Nullable BigDecimal scheduleLineOrderQuantity, @Nullable BigDecimal confdOrderQtyByMatlAvailCheck, @Nullable BigDecimal openConfdDelivQtyInOrdQtyUnit, @Nullable BigDecimal correctedQtyInOrderQtyUnit, @Nullable SalesOrderSimulation toSalesOrder, @Nullable SalesOrderItemSimulation toSalesOrderItem)
@Nonnull public Class<SalesOrderScheduleLineSimln> getType()
getType
in class VdmObject<SalesOrderScheduleLineSimln>
public void setSalesOrder(@Nullable String salesOrder)
Original property name from the Odata EDM: SalesOrder
salesOrder
- The number that uniquely identifies the sales document.public void setSalesOrderItem(@Nullable String salesOrderItem)
Original property name from the Odata EDM: SalesOrderItem
salesOrderItem
- The number that uniquely identifies the item in the sales document.public void setScheduleLine(@Nullable String scheduleLine)
Original property name from the Odata EDM: ScheduleLine
When an item has more than one schedule line, the system automatically assigns a unique number to each line. The number is displayed in the details screens for schedule lines.The schedule line number serves internal purposes and does not, for example, determine the sequence of schedule lines in the overview screen. The schedule lines on the overview screen are sorted by date.
scheduleLine
- The number that uniquely identifies the schedule line in the sales document.public void setRequestedDeliveryDate(@Nullable LocalDateTime requestedDeliveryDate)
Original property name from the Odata EDM: RequestedDeliveryDate
requestedDeliveryDate
- Requested Delivery Datepublic void setConfirmedDeliveryDate(@Nullable LocalDateTime confirmedDeliveryDate)
Original property name from the Odata EDM: ConfirmedDeliveryDate
confirmedDeliveryDate
- Confirmed Delivery Datepublic void setOrderQuantityUnit(@Nullable String orderQuantityUnit)
Original property name from the Odata EDM: OrderQuantityUnit
orderQuantityUnit
- Unit of measure in which the material is sold.public void setScheduleLineOrderQuantity(@Nullable BigDecimal scheduleLineOrderQuantity)
Original property name from the Odata EDM: ScheduleLineOrderQuantity
If you change the required order quantity in the schedule line, the system re-rounds the quantities, determines the rounded quantity, and re-runs the availability check based on the rounded quantity. The required order quantity remains as the orginal quantity (before rounding) in the schedule line.If the system does not round up the quantity, this means that the required order quantity matches the rounded quantity.
scheduleLineOrderQuantity
- Required order quantity in an individual schedule line.public void setConfdOrderQtyByMatlAvailCheck(@Nullable BigDecimal confdOrderQtyByMatlAvailCheck)
Original property name from the Odata EDM: ConfdOrderQtyByMatlAvailCheck
The confirmed quantity can differ from the order quantity (for example, insufficient stock is available to meet the customer's request). If the availability of inventory changes during delivery processing, the confirmed quantity can also differ from the delivered quantity that the customer actually receives.If you change the order quantity (for example, if you create new schedule lines for the item), the system updates the confirmed quantity (depending on availability).
confdOrderQtyByMatlAvailCheck
- The item quantity that the system confirms for shipping after checking inventory availability.public void setOpenConfdDelivQtyInOrdQtyUnit(@Nullable BigDecimal openConfdDelivQtyInOrdQtyUnit)
Original property name from the Odata EDM: OpenConfdDelivQtyInOrdQtyUnit
openConfdDelivQtyInOrdQtyUnit
- Open Confirmed Delivery Quantitypublic void setCorrectedQtyInOrderQtyUnit(@Nullable BigDecimal correctedQtyInOrderQtyUnit)
Original property name from the Odata EDM: CorrectedQtyInOrderQtyUnit
The system rounds the quantity using the rounding profiles from the customer-material info record or the material master record. The profile can be switched on for each customer.If you change the rounded quantity, the system automatically performs an availability check and/or delivery scheduling and updates the confirmed quantity. The rounded quantity is cumulated in the total order quantity of the item. The required order quantity remains as the original quantity (before rounding) in the schedule line.If the system does not round the quantity, the rounded quantity of the required order quantity in the schedule line is valid.
correctedQtyInOrderQtyUnit
- Rounded quantity of the required quantity in the schedule line in the sales order.protected String getEntityCollection()
getEntityCollection
in class VdmEntity<SalesOrderScheduleLineSimln>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<SalesOrderScheduleLineSimln>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<SalesOrderScheduleLineSimln>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<SalesOrderScheduleLineSimln>
@Nonnull public static <T> SalesOrderScheduleLineSimlnField<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> SalesOrderScheduleLineSimlnField<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<SalesOrderScheduleLineSimln>
@Deprecated public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
attachToService(String, ErpConfigContext)
instead.VdmEntity
setErpConfigContext
in class VdmEntity<SalesOrderScheduleLineSimln>
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<SalesOrderScheduleLineSimln>
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<SalesOrderScheduleLineSimln>
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<SalesOrderScheduleLineSimln>
@Nonnull protected Map<String,Object> toMapOfNavigationProperties()
toMapOfNavigationProperties
in class VdmObject<SalesOrderScheduleLineSimln>
@Nullable public SalesOrderSimulation fetchSalesOrder() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
null
if an entity is not associated.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.@Nullable public SalesOrderSimulation getSalesOrderOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_SalesOrder of a queried SalesOrderScheduleLineSimln 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 Optional<SalesOrderSimulation> getSalesOrderIfPresent()
If the navigation property for an entity SalesOrderScheduleLineSimln has not been resolved yet, this
method will not query further information. Instead its Optional
result state will be
empty
.
Optional
with result state
empty
is returned.public void setSalesOrder(SalesOrderSimulation value)
value
- New SalesOrderSimulation entity.@Nullable public SalesOrderItemSimulation fetchSalesOrderItem() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
null
if an entity is not
associated.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.@Nullable public SalesOrderItemSimulation getSalesOrderItemOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_SalesOrderItem of a queried SalesOrderScheduleLineSimln 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 Optional<SalesOrderItemSimulation> getSalesOrderItemIfPresent()
If the navigation property for an entity SalesOrderScheduleLineSimln has not been resolved yet, this
method will not query further information. Instead its Optional
result state will be
empty
.
Optional
with result state
empty
is returned.public void setSalesOrderItem(SalesOrderItemSimulation value)
value
- New SalesOrderItemSimulation entity.public static SalesOrderScheduleLineSimln.SalesOrderScheduleLineSimlnBuilder builder()
@Nullable public String getSalesOrder()
Original property name from the Odata EDM: SalesOrder
@Nullable public String getSalesOrderItem()
Original property name from the Odata EDM: SalesOrderItem
@Nullable public String getScheduleLine()
Original property name from the Odata EDM: ScheduleLine
When an item has more than one schedule line, the system automatically assigns a unique number to each line. The number is displayed in the details screens for schedule lines.The schedule line number serves internal purposes and does not, for example, determine the sequence of schedule lines in the overview screen. The schedule lines on the overview screen are sorted by date.
@Nullable public LocalDateTime getRequestedDeliveryDate()
Original property name from the Odata EDM: RequestedDeliveryDate
@Nullable public LocalDateTime getConfirmedDeliveryDate()
Original property name from the Odata EDM: ConfirmedDeliveryDate
@Nullable public String getOrderQuantityUnit()
Original property name from the Odata EDM: OrderQuantityUnit
@Nullable public BigDecimal getScheduleLineOrderQuantity()
Original property name from the Odata EDM: ScheduleLineOrderQuantity
If you change the required order quantity in the schedule line, the system re-rounds the quantities, determines the rounded quantity, and re-runs the availability check based on the rounded quantity. The required order quantity remains as the orginal quantity (before rounding) in the schedule line.If the system does not round up the quantity, this means that the required order quantity matches the rounded quantity.
@Nullable public BigDecimal getConfdOrderQtyByMatlAvailCheck()
Original property name from the Odata EDM: ConfdOrderQtyByMatlAvailCheck
The confirmed quantity can differ from the order quantity (for example, insufficient stock is available to meet the customer's request). If the availability of inventory changes during delivery processing, the confirmed quantity can also differ from the delivered quantity that the customer actually receives.If you change the order quantity (for example, if you create new schedule lines for the item), the system updates the confirmed quantity (depending on availability).
@Nullable public BigDecimal getOpenConfdDelivQtyInOrdQtyUnit()
Original property name from the Odata EDM: OpenConfdDelivQtyInOrdQtyUnit
@Nullable public BigDecimal getCorrectedQtyInOrderQtyUnit()
Original property name from the Odata EDM: CorrectedQtyInOrderQtyUnit
The system rounds the quantity using the rounding profiles from the customer-material info record or the material master record. The profile can be switched on for each customer.If you change the rounded quantity, the system automatically performs an availability check and/or delivery scheduling and updates the confirmed quantity. The rounded quantity is cumulated in the total order quantity of the item. The required order quantity remains as the original quantity (before rounding) in the schedule line.If the system does not round the quantity, the rounded quantity of the required order quantity in the schedule line is valid.
public String toString()
toString
in class VdmObject<SalesOrderScheduleLineSimln>
public boolean equals(Object o)
equals
in class VdmObject<SalesOrderScheduleLineSimln>
protected boolean canEqual(Object other)
canEqual
in class VdmObject<SalesOrderScheduleLineSimln>
public int hashCode()
hashCode
in class VdmObject<SalesOrderScheduleLineSimln>
Copyright © 2019 SAP SE. All rights reserved.