public class ProductionRoutingSequence extends VdmEntity<ProductionRoutingSequence>
Original entity name from the Odata EDM: ProductionRoutingSequenceType
Modifier and Type | Class and Description |
---|---|
static class |
ProductionRoutingSequence.ProductionRoutingSequenceBuilder
Helper class to allow for fluent creation of ProductionRoutingSequence instances.
|
Modifier and Type | Field and Description |
---|---|
static ProductionRoutingSequenceSelectable |
ALL_FIELDS
Selector for all available fields of ProductionRoutingSequence.
|
static ProductionRoutingSequenceField<String> |
BILL_OF_OPERATIONS_REF_SEQUENCE
Use with available fluent helpers to apply the BillOfOperationsRefSequence field to query operations.
|
static ProductionRoutingSequenceField<String> |
BILL_OF_OPERATIONS_UNIT
Use with available fluent helpers to apply the BillOfOperationsUnit field to query operations.
|
static ProductionRoutingSequenceField<String> |
BOO_SQNC_BRANCH_OP_INTERNAL_ID
Use with available fluent helpers to apply the BOOSqncBranchOpInternalID field to query operations.
|
static ProductionRoutingSequenceField<String> |
BOO_SQNC_RETURN_OP_INTERNAL_ID
Use with available fluent helpers to apply the BOOSqncReturnOpInternalID field to query operations.
|
static ProductionRoutingSequenceField<String> |
CHANGE_NUMBER
Use with available fluent helpers to apply the ChangeNumber field to query operations.
|
static ProductionRoutingSequenceField<ZonedDateTime> |
CHANGED_DATE_TIME
Use with available fluent helpers to apply the ChangedDateTime field to query operations.
|
static ProductionRoutingSequenceField<String> |
CREATED_BY_USER
Use with available fluent helpers to apply the CreatedByUser field to query operations.
|
static ProductionRoutingSequenceField<LocalDateTime> |
CREATION_DATE
Use with available fluent helpers to apply the CreationDate field to query operations.
|
static ProductionRoutingSequenceField<LocalDateTime> |
LAST_CHANGE_DATE
Use with available fluent helpers to apply the LastChangeDate field to query operations.
|
static ProductionRoutingSequenceField<String> |
LAST_CHANGED_BY_USER
Use with available fluent helpers to apply the LastChangedByUser field to query operations.
|
static ProductionRoutingSequenceField<BigDecimal> |
MAXIMUM_LOT_SIZE_QUANTITY
Use with available fluent helpers to apply the MaximumLotSizeQuantity field to query operations.
|
static ProductionRoutingSequenceField<BigDecimal> |
MINIMUM_LOT_SIZE_QUANTITY
Use with available fluent helpers to apply the MinimumLotSizeQuantity field to query operations.
|
static ProductionRoutingSequenceField<String> |
PRODUCTION_ROUTING
Use with available fluent helpers to apply the ProductionRouting field to query operations.
|
static ProductionRoutingSequenceField<String> |
PRODUCTION_ROUTING_GROUP
Use with available fluent helpers to apply the ProductionRoutingGroup field to query operations.
|
static ProductionRoutingSequenceField<String> |
PRODUCTION_ROUTING_SEQUENCE
Use with available fluent helpers to apply the ProductionRoutingSequence field to query operations.
|
static ProductionRoutingSequenceField<String> |
PRODUCTION_ROUTING_SQNC_INT_VERS
Use with available fluent helpers to apply the ProductionRoutingSqncIntVers field to query operations.
|
static ProductionRoutingSequenceField<String> |
SEQUENCE_CATEGORY
Use with available fluent helpers to apply the SequenceCategory field to query operations.
|
static ProductionRoutingSequenceField<String> |
SEQUENCE_TEXT
Use with available fluent helpers to apply the SequenceText field to query operations.
|
static ProductionRoutingSequenceLink<ProductionRoutingOperation> |
TO_OPERATION
Use with available fluent helpers to apply the to_Operation navigation property to query operations.
|
static ProductionRoutingSequenceField<LocalDateTime> |
VALIDITY_END_DATE
Use with available fluent helpers to apply the ValidityEndDate field to query operations.
|
static ProductionRoutingSequenceField<LocalDateTime> |
VALIDITY_START_DATE
Use with available fluent helpers to apply the ValidityStartDate field to query operations.
|
changedOriginalFields
Constructor and Description |
---|
ProductionRoutingSequence() |
ProductionRoutingSequence(String productionRoutingGroup,
String productionRouting,
String productionRoutingSequence,
String productionRoutingSqncIntVers,
String changeNumber,
LocalDateTime validityStartDate,
LocalDateTime validityEndDate,
String sequenceCategory,
String billOfOperationsRefSequence,
String bOOSqncBranchOpInternalID,
String bOOSqncReturnOpInternalID,
BigDecimal minimumLotSizeQuantity,
BigDecimal maximumLotSizeQuantity,
String billOfOperationsUnit,
String sequenceText,
LocalDateTime creationDate,
String createdByUser,
LocalDateTime lastChangeDate,
String lastChangedByUser,
ZonedDateTime changedDateTime,
List<ProductionRoutingOperation> toOperation) |
Modifier and Type | Method and Description |
---|---|
void |
addOperation(ProductionRoutingOperation... entity)
Adds elements to the list of associated ProductionRoutingOperation entities.
|
void |
attachToService(String servicePath,
HttpDestinationProperties destination)
Sets the service path and destination for the fetch commands of this entity.
|
static ProductionRoutingSequence.ProductionRoutingSequenceBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<ProductionRoutingOperation> |
fetchOperation()
Fetches the ProductionRoutingOperation entities (one to many) associated with this entity.
|
static <T> ProductionRoutingSequenceField<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) |
String |
getBillOfOperationsRefSequence()
Constraints: Not nullable, Maximum length: 6
|
String |
getBillOfOperationsUnit()
Constraints: Not nullable, Maximum length: 3
|
String |
getBOOSqncBranchOpInternalID()
Constraints: Not nullable, Maximum length: 8
|
String |
getBOOSqncReturnOpInternalID()
Constraints: Not nullable, Maximum length: 8
|
ZonedDateTime |
getChangedDateTime()
Constraints: Not nullable, Precision: 0
|
String |
getChangeNumber()
Constraints: Not nullable, Maximum length: 12
|
String |
getCreatedByUser()
Constraints: Not nullable, Maximum length: 12
|
LocalDateTime |
getCreationDate()
Constraints: Not nullable, Precision: 0
|
protected String |
getDefaultServicePath()
Used by fluent helpers and navigation property methods to construct OData queries.
|
HttpDestinationProperties |
getDestinationForFetch()
Convienence field for reusing the same destination with multiple queries (e.g.
|
protected String |
getEntityCollection()
Used by fluent helpers and navigation property methods to construct OData queries.
|
protected Map<String,Object> |
getKey() |
LocalDateTime |
getLastChangeDate()
Constraints: Not nullable, Precision: 0
|
String |
getLastChangedByUser()
Constraints: Not nullable, Maximum length: 12
|
BigDecimal |
getMaximumLotSizeQuantity()
Constraints: Not nullable, Precision: 13, Scale: 3
|
BigDecimal |
getMinimumLotSizeQuantity()
Constraints: Not nullable, Precision: 13, Scale: 3
|
io.vavr.control.Option<List<ProductionRoutingOperation>> |
getOperationIfPresent()
Retrieval of associated ProductionRoutingOperation entities (one to many).
|
List<ProductionRoutingOperation> |
getOperationOrFetch()
Retrieval of associated ProductionRoutingOperation entities (one to many).
|
String |
getProductionRouting()
(Key Field) Constraints: Not nullable, Maximum length: 2
|
String |
getProductionRoutingGroup()
(Key Field) Constraints: Not nullable, Maximum length: 8
|
String |
getProductionRoutingSequence()
(Key Field) Constraints: Not nullable, Maximum length: 6
|
String |
getProductionRoutingSqncIntVers()
(Key Field) Constraints: Not nullable, Maximum length: 8
|
String |
getSequenceCategory()
Constraints: Not nullable, Maximum length: 1
|
String |
getSequenceText()
Constraints: Not nullable, Maximum length: 40
|
Class<ProductionRoutingSequence> |
getType() |
LocalDateTime |
getValidityEndDate()
Constraints: Not nullable, Precision: 0
|
LocalDateTime |
getValidityStartDate()
Constraints: Not nullable, Precision: 0
|
int |
hashCode() |
void |
setBillOfOperationsRefSequence(String billOfOperationsRefSequence)
Constraints: Not nullable, Maximum length: 6
|
void |
setBillOfOperationsUnit(String billOfOperationsUnit)
Constraints: Not nullable, Maximum length: 3
|
void |
setBOOSqncBranchOpInternalID(String bOOSqncBranchOpInternalID)
Constraints: Not nullable, Maximum length: 8
|
void |
setBOOSqncReturnOpInternalID(String bOOSqncReturnOpInternalID)
Constraints: Not nullable, Maximum length: 8
|
void |
setChangedDateTime(ZonedDateTime changedDateTime)
Constraints: Not nullable, Precision: 0
|
void |
setChangeNumber(String changeNumber)
Constraints: Not nullable, Maximum length: 12
|
void |
setCreatedByUser(String createdByUser)
Constraints: Not nullable, Maximum length: 12
|
void |
setCreationDate(LocalDateTime creationDate)
Constraints: Not nullable, Precision: 0
|
void |
setLastChangeDate(LocalDateTime lastChangeDate)
Constraints: Not nullable, Precision: 0
|
void |
setLastChangedByUser(String lastChangedByUser)
Constraints: Not nullable, Maximum length: 12
|
void |
setMaximumLotSizeQuantity(BigDecimal maximumLotSizeQuantity)
Constraints: Not nullable, Precision: 13, Scale: 3
|
void |
setMinimumLotSizeQuantity(BigDecimal minimumLotSizeQuantity)
Constraints: Not nullable, Precision: 13, Scale: 3
|
void |
setOperation(List<ProductionRoutingOperation> value)
Overwrites the list of associated ProductionRoutingOperation entities for the loaded navigation property
to_Operation.
|
void |
setProductionRouting(String productionRouting)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
void |
setProductionRoutingGroup(String productionRoutingGroup)
(Key Field) Constraints: Not nullable, Maximum length: 8
|
void |
setProductionRoutingSequence(String productionRoutingSequence)
(Key Field) Constraints: Not nullable, Maximum length: 6
|
void |
setProductionRoutingSqncIntVers(String productionRoutingSqncIntVers)
(Key Field) Constraints: Not nullable, Maximum length: 8
|
void |
setSequenceCategory(String sequenceCategory)
Constraints: Not nullable, Maximum length: 1
|
void |
setSequenceText(String sequenceText)
Constraints: Not nullable, Maximum length: 40
|
protected void |
setServicePathForFetch(String servicePathForFetch)
The service path only used for the fetch commands of this entity.
|
void |
setValidityEndDate(LocalDateTime validityEndDate)
Constraints: Not nullable, Precision: 0
|
void |
setValidityStartDate(LocalDateTime validityStartDate)
Constraints: Not nullable, Precision: 0
|
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 ProductionRoutingSequenceSelectable ALL_FIELDS
public static final ProductionRoutingSequenceField<String> PRODUCTION_ROUTING_GROUP
public static final ProductionRoutingSequenceField<String> PRODUCTION_ROUTING
public static final ProductionRoutingSequenceField<String> PRODUCTION_ROUTING_SEQUENCE
public static final ProductionRoutingSequenceField<String> PRODUCTION_ROUTING_SQNC_INT_VERS
public static final ProductionRoutingSequenceField<String> CHANGE_NUMBER
public static final ProductionRoutingSequenceField<LocalDateTime> VALIDITY_START_DATE
public static final ProductionRoutingSequenceField<LocalDateTime> VALIDITY_END_DATE
public static final ProductionRoutingSequenceField<String> SEQUENCE_CATEGORY
public static final ProductionRoutingSequenceField<String> BILL_OF_OPERATIONS_REF_SEQUENCE
public static final ProductionRoutingSequenceField<String> BOO_SQNC_BRANCH_OP_INTERNAL_ID
public static final ProductionRoutingSequenceField<String> BOO_SQNC_RETURN_OP_INTERNAL_ID
public static final ProductionRoutingSequenceField<BigDecimal> MINIMUM_LOT_SIZE_QUANTITY
public static final ProductionRoutingSequenceField<BigDecimal> MAXIMUM_LOT_SIZE_QUANTITY
public static final ProductionRoutingSequenceField<String> BILL_OF_OPERATIONS_UNIT
public static final ProductionRoutingSequenceField<String> SEQUENCE_TEXT
public static final ProductionRoutingSequenceField<LocalDateTime> CREATION_DATE
public static final ProductionRoutingSequenceField<String> CREATED_BY_USER
public static final ProductionRoutingSequenceField<LocalDateTime> LAST_CHANGE_DATE
public static final ProductionRoutingSequenceField<String> LAST_CHANGED_BY_USER
public static final ProductionRoutingSequenceField<ZonedDateTime> CHANGED_DATE_TIME
public static final ProductionRoutingSequenceLink<ProductionRoutingOperation> TO_OPERATION
public ProductionRoutingSequence()
public ProductionRoutingSequence(@Nullable String productionRoutingGroup, @Nullable String productionRouting, @Nullable String productionRoutingSequence, @Nullable String productionRoutingSqncIntVers, @Nullable String changeNumber, @Nullable LocalDateTime validityStartDate, @Nullable LocalDateTime validityEndDate, @Nullable String sequenceCategory, @Nullable String billOfOperationsRefSequence, @Nullable String bOOSqncBranchOpInternalID, @Nullable String bOOSqncReturnOpInternalID, @Nullable BigDecimal minimumLotSizeQuantity, @Nullable BigDecimal maximumLotSizeQuantity, @Nullable String billOfOperationsUnit, @Nullable String sequenceText, @Nullable LocalDateTime creationDate, @Nullable String createdByUser, @Nullable LocalDateTime lastChangeDate, @Nullable String lastChangedByUser, @Nullable ZonedDateTime changedDateTime, List<ProductionRoutingOperation> toOperation)
@Nonnull public Class<ProductionRoutingSequence> getType()
getType
in class VdmObject<ProductionRoutingSequence>
public void setProductionRoutingGroup(@Nullable String productionRoutingGroup)
Original property name from the Odata EDM: ProductionRoutingGroup
You can use groups, for instance, to identify two routings that have different production steps for one material.Enter the group to which you want to restrict the selection.
productionRoutingGroup
- Key identifying a group.public void setProductionRouting(@Nullable String productionRouting)
Original property name from the Odata EDM: ProductionRouting
In Production Planning and Control, for example, it serves to identify alternative production processes in task lists and is used to make a distinction between similar task lists.The group counter can be used to identify different lot-size ranges, for example.
productionRouting
- This key and the task list group uniquely identify a task list.public void setProductionRoutingSequence(@Nullable String productionRoutingSequence)
Original property name from the Odata EDM: ProductionRoutingSequence
productionRoutingSequence
- Key which identifies a sequence of operations within a routing.public void setProductionRoutingSqncIntVers(@Nullable String productionRoutingSqncIntVers)
Original property name from the Odata EDM: ProductionRoutingSqncIntVers
productionRoutingSqncIntVers
- Identifies the activity posting.public void setChangeNumber(@Nullable String changeNumber)
Original property name from the Odata EDM: ChangeNumber
If you make a change with reference to a change number, or create anobject with a change number, the following functions are at your disposal:The system determines the effectivity parametersThe conditions that the change is effective under can be defined in the change master record as follows:Changes with a date effectivity (valid from date)Changes with parameter effectivity (for example: serial no. effectivity)Log of the changes madeDocumentation for the changesRevision level to indicate the change status of a material or documentChanges released for the different areas in the company.
changeNumber
- Number used to uniquely identify a change master record.public void setValidityStartDate(@Nullable LocalDateTime validityStartDate)
Original property name from the Odata EDM: ValidityStartDate
validityStartDate
- Valid-From Datepublic void setValidityEndDate(@Nullable LocalDateTime validityEndDate)
Original property name from the Odata EDM: ValidityEndDate
validityEndDate
- Valid-To Datepublic void setSequenceCategory(@Nullable String sequenceCategory)
Original property name from the Odata EDM: SequenceCategory
sequenceCategory
- Key indicating a standard sequence a parallel sequence or an alternative sequence.public void setBillOfOperationsRefSequence(@Nullable String billOfOperationsRefSequence)
Original property name from the Odata EDM: BillOfOperationsRefSequence
billOfOperationsRefSequence
- Key which identifies the sequence of operations to which a sequence refers.public void setBOOSqncBranchOpInternalID(@Nullable String bOOSqncBranchOpInternalID)
Original property name from the Odata EDM: BOOSqncBranchOpInternalID
bOOSqncBranchOpInternalID
- Reference node for start of a sequencepublic void setBOOSqncReturnOpInternalID(@Nullable String bOOSqncReturnOpInternalID)
Original property name from the Odata EDM: BOOSqncReturnOpInternalID
bOOSqncReturnOpInternalID
- Finish reference node of a sequencepublic void setMinimumLotSizeQuantity(@Nullable BigDecimal minimumLotSizeQuantity)
Original property name from the Odata EDM: MinimumLotSizeQuantity
minimumLotSizeQuantity
- Lower limit of the lot size range for which the alternative sequence is valid.public void setMaximumLotSizeQuantity(@Nullable BigDecimal maximumLotSizeQuantity)
Original property name from the Odata EDM: MaximumLotSizeQuantity
maximumLotSizeQuantity
- Upper limit of the lot size range for which the alternative sequence is valid.public void setBillOfOperationsUnit(@Nullable String billOfOperationsUnit)
Original property name from the Odata EDM: BillOfOperationsUnit
The unit of measure in the material master is used in the task list.If you have not maintained a unit of measure in the material master, the unit from the profile is proposed.
billOfOperationsUnit
- The unit of measure used for the material to be produced in the task list.public void setSequenceText(@Nullable String sequenceText)
Original property name from the Odata EDM: SequenceText
This text is copied into the first line of the long text description of the sequence.Character formats such as bold or italics are not supported in short texts. If you use special character formats in long texts, the system displays the corresponding control characters in the short text.
sequenceText
- Text describing the sequence.public void setCreationDate(@Nullable LocalDateTime creationDate)
Original property name from the Odata EDM: CreationDate
creationDate
- Date on which the record was created.public void setCreatedByUser(@Nullable String createdByUser)
Original property name from the Odata EDM: CreatedByUser
createdByUser
- Created By Userpublic void setLastChangeDate(@Nullable LocalDateTime lastChangeDate)
Original property name from the Odata EDM: LastChangeDate
lastChangeDate
- Date of Last Changepublic void setLastChangedByUser(@Nullable String lastChangedByUser)
Original property name from the Odata EDM: LastChangedByUser
lastChangedByUser
- Last Changed By Userpublic void setChangedDateTime(@Nullable ZonedDateTime changedDateTime)
Original property name from the Odata EDM: ChangedDateTime
changedDateTime
- The UTC time stamp is the date and time relative to UTC (Universal Coordinated Time).protected String getEntityCollection()
VdmEntity
getEntityCollection
in class VdmEntity<ProductionRoutingSequence>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<ProductionRoutingSequence>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<ProductionRoutingSequence>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<ProductionRoutingSequence>
@Nonnull public static <T> ProductionRoutingSequenceField<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> ProductionRoutingSequenceField<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<ProductionRoutingSequence>
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<ProductionRoutingSequence>
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<ProductionRoutingSequence>
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()
VdmEntity
getDefaultServicePath
in class VdmEntity<ProductionRoutingSequence>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)@Nonnull protected Map<String,Object> toMapOfNavigationProperties()
toMapOfNavigationProperties
in class VdmObject<ProductionRoutingSequence>
@Nonnull public List<ProductionRoutingOperation> fetchOperation() 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<ProductionRoutingOperation> getOperationOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_Operation of a queried ProductionRoutingSequence 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<ProductionRoutingOperation>> getOperationIfPresent()
If the navigation property for an entity ProductionRoutingSequence 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 setOperation(@Nonnull List<ProductionRoutingOperation> value)
If the navigation property to_Operation of a queried ProductionRoutingSequence 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 ProductionRoutingOperation entities.public void addOperation(ProductionRoutingOperation... entity)
If the navigation property to_Operation of a queried ProductionRoutingSequence 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 ProductionRoutingOperation entities.@Nonnull public static ProductionRoutingSequence.ProductionRoutingSequenceBuilder builder()
@Nullable public String getProductionRoutingGroup()
Original property name from the Odata EDM: ProductionRoutingGroup
You can use groups, for instance, to identify two routings that have different production steps for one material.Enter the group to which you want to restrict the selection.
@Nullable public String getProductionRouting()
Original property name from the Odata EDM: ProductionRouting
In Production Planning and Control, for example, it serves to identify alternative production processes in task lists and is used to make a distinction between similar task lists.The group counter can be used to identify different lot-size ranges, for example.
@Nullable public String getProductionRoutingSequence()
Original property name from the Odata EDM: ProductionRoutingSequence
@Nullable public String getProductionRoutingSqncIntVers()
Original property name from the Odata EDM: ProductionRoutingSqncIntVers
@Nullable public String getChangeNumber()
Original property name from the Odata EDM: ChangeNumber
If you make a change with reference to a change number, or create anobject with a change number, the following functions are at your disposal:The system determines the effectivity parametersThe conditions that the change is effective under can be defined in the change master record as follows:Changes with a date effectivity (valid from date)Changes with parameter effectivity (for example: serial no. effectivity)Log of the changes madeDocumentation for the changesRevision level to indicate the change status of a material or documentChanges released for the different areas in the company.
@Nullable public LocalDateTime getValidityStartDate()
Original property name from the Odata EDM: ValidityStartDate
@Nullable public LocalDateTime getValidityEndDate()
Original property name from the Odata EDM: ValidityEndDate
@Nullable public String getSequenceCategory()
Original property name from the Odata EDM: SequenceCategory
@Nullable public String getBillOfOperationsRefSequence()
Original property name from the Odata EDM: BillOfOperationsRefSequence
@Nullable public String getBOOSqncBranchOpInternalID()
Original property name from the Odata EDM: BOOSqncBranchOpInternalID
@Nullable public String getBOOSqncReturnOpInternalID()
Original property name from the Odata EDM: BOOSqncReturnOpInternalID
@Nullable public BigDecimal getMinimumLotSizeQuantity()
Original property name from the Odata EDM: MinimumLotSizeQuantity
@Nullable public BigDecimal getMaximumLotSizeQuantity()
Original property name from the Odata EDM: MaximumLotSizeQuantity
@Nullable public String getBillOfOperationsUnit()
Original property name from the Odata EDM: BillOfOperationsUnit
The unit of measure in the material master is used in the task list.If you have not maintained a unit of measure in the material master, the unit from the profile is proposed.
@Nullable public String getSequenceText()
Original property name from the Odata EDM: SequenceText
This text is copied into the first line of the long text description of the sequence.Character formats such as bold or italics are not supported in short texts. If you use special character formats in long texts, the system displays the corresponding control characters in the short text.
@Nullable public LocalDateTime getCreationDate()
Original property name from the Odata EDM: CreationDate
@Nullable public String getCreatedByUser()
Original property name from the Odata EDM: CreatedByUser
@Nullable public LocalDateTime getLastChangeDate()
Original property name from the Odata EDM: LastChangeDate
@Nullable public String getLastChangedByUser()
Original property name from the Odata EDM: LastChangedByUser
@Nullable public ZonedDateTime getChangedDateTime()
Original property name from the Odata EDM: ChangedDateTime
@Nonnull public String toString()
toString
in class VdmObject<ProductionRoutingSequence>
public boolean equals(@Nullable Object o)
equals
in class VdmObject<ProductionRoutingSequence>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmObject<ProductionRoutingSequence>
public int hashCode()
hashCode
in class VdmObject<ProductionRoutingSequence>
Copyright © 2021 SAP SE. All rights reserved.