public class ProductionSupplyArea extends VdmEntity<ProductionSupplyArea>
Original entity name from the Odata EDM: A_ProductionSupplyAreaType
Modifier and Type | Class and Description |
---|---|
static class |
ProductionSupplyArea.ProductionSupplyAreaBuilder
Helper class to allow for fluent creation of ProductionSupplyArea instances.
|
Modifier and Type | Field and Description |
---|---|
static ProductionSupplyAreaSelectable |
ALL_FIELDS
Selector for all available fields of ProductionSupplyArea.
|
static ProductionSupplyAreaField<String> |
FACTORY_CALENDAR
Use with available fluent helpers to apply the FactoryCalendar field to query operations.
|
static ProductionSupplyAreaField<ZonedDateTime> |
LAST_CHANGE_DATE_TIME
Use with available fluent helpers to apply the LastChangeDateTime field to query operations.
|
static ProductionSupplyAreaField<String> |
PLANT
Use with available fluent helpers to apply the Plant field to query operations.
|
static ProductionSupplyAreaField<String> |
PRODUCTION_SUPPLY_AREA
Use with available fluent helpers to apply the ProductionSupplyArea field to query operations.
|
static ProductionSupplyAreaField<String> |
PRODUCTION_SUPPLY_AREA_ADDRESS_ID
Use with available fluent helpers to apply the ProductionSupplyAreaAddressID field to query operations.
|
static ProductionSupplyAreaField<String> |
PRODUCTION_SUPPLY_AREA_RESP_PERSON
Use with available fluent helpers to apply the ProductionSupplyAreaRespPerson field to query operations.
|
static ProductionSupplyAreaField<BigDecimal> |
PULL_INTERVAL_IN_MINUTES
Use with available fluent helpers to apply the PullIntervalInMinutes field to query operations.
|
static ProductionSupplyAreaField<BigDecimal> |
PULL_INTERVAL_IN_WORKDAYS
Use with available fluent helpers to apply the PullIntervalInWorkdays field to query operations.
|
static ProductionSupplyAreaField<String> |
SHIFT_GROUPING
Use with available fluent helpers to apply the ShiftGrouping field to query operations.
|
static ProductionSupplyAreaField<String> |
SHIFT_SEQUENCE
Use with available fluent helpers to apply the ShiftSequence field to query operations.
|
static ProductionSupplyAreaField<String> |
STORAGE_LOCATION
Use with available fluent helpers to apply the StorageLocation field to query operations.
|
static ProductionSupplyAreaOneToOneLink<ProductionSupplyAreaAddress> |
TO_PRODUCTION_SUPPLY_AREA_ADDRESS
Use with available fluent helpers to apply the to_ProductionSupplyAreaAddress navigation property to query
operations.
|
static ProductionSupplyAreaLink<ProductionSupplyAreaText> |
TO_PRODUCTION_SUPPLY_AREA_TEXT
Use with available fluent helpers to apply the to_ProductionSupplyAreaText navigation property to query
operations.
|
static ProductionSupplyAreaField<String> |
UNLOADING_POINT_NAME
Use with available fluent helpers to apply the UnloadingPointName field to query operations.
|
static ProductionSupplyAreaField<String> |
UNLOADING_WAREHOUSE_STAGING_AREA
Use with available fluent helpers to apply the UnloadingWarehouseStagingArea field to query operations.
|
changedOriginalFields
Constructor and Description |
---|
ProductionSupplyArea() |
ProductionSupplyArea(String productionSupplyArea,
String plant,
String storageLocation,
String productionSupplyAreaRespPerson,
String unloadingPointName,
String factoryCalendar,
String shiftGrouping,
String shiftSequence,
BigDecimal pullIntervalInWorkdays,
BigDecimal pullIntervalInMinutes,
String unloadingWarehouseStagingArea,
String productionSupplyAreaAddressID,
ZonedDateTime lastChangeDateTime,
ProductionSupplyAreaAddress toProductionSupplyAreaAddress,
List<ProductionSupplyAreaText> toProductionSupplyAreaText) |
Modifier and Type | Method and Description |
---|---|
void |
addProductionSupplyAreaText(ProductionSupplyAreaText... entity)
Adds elements to the list of associated ProductionSupplyAreaText entities.
|
void |
attachToService(String servicePath,
ErpConfigContext configContext)
Sets the service path and ERP configuration context for the fetch commands of this entity.
|
static ProductionSupplyArea.ProductionSupplyAreaBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
ProductionSupplyAreaAddress |
fetchProductionSupplyAreaAddress()
Fetches the ProductionSupplyAreaAddress entity (one to one) associated with this entity.
|
List<ProductionSupplyAreaText> |
fetchProductionSupplyAreaText()
Fetches the ProductionSupplyAreaText entities (one to many) associated with this entity.
|
static <T> ProductionSupplyAreaField<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() |
protected String |
getEntityCollection() |
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
String |
getFactoryCalendar()
Constraints: Not nullable, Maximum length: 2
|
protected Map<String,Object> |
getKey() |
ZonedDateTime |
getLastChangeDateTime()
Constraints: Not nullable, Precision: 7
|
String |
getPlant()
(Key Field) Constraints: Not nullable, Maximum length: 4
|
String |
getProductionSupplyArea()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
String |
getProductionSupplyAreaAddressID()
Constraints: Not nullable, Maximum length: 10
|
Optional<ProductionSupplyAreaAddress> |
getProductionSupplyAreaAddressIfPresent()
Retrieval of associated ProductionSupplyAreaAddress entity (one to one).
|
ProductionSupplyAreaAddress |
getProductionSupplyAreaAddressOrFetch()
Retrieval of associated ProductionSupplyAreaAddress entity (one to one).
|
String |
getProductionSupplyAreaRespPerson()
Constraints: Not nullable, Maximum length: 3
|
Optional<List<ProductionSupplyAreaText>> |
getProductionSupplyAreaTextIfPresent()
Retrieval of associated ProductionSupplyAreaText entities (one to many).
|
List<ProductionSupplyAreaText> |
getProductionSupplyAreaTextOrFetch()
Retrieval of associated ProductionSupplyAreaText entities (one to many).
|
BigDecimal |
getPullIntervalInMinutes()
Constraints: Not nullable, Precision: 8, Scale: 0
|
BigDecimal |
getPullIntervalInWorkdays()
Constraints: Not nullable, Precision: 3, Scale: 0
|
String |
getShiftGrouping()
Constraints: Not nullable, Maximum length: 2
|
String |
getShiftSequence()
Constraints: Not nullable, Maximum length: 4
|
String |
getStorageLocation()
Constraints: Not nullable, Maximum length: 4
|
Class<ProductionSupplyArea> |
getType() |
String |
getUnloadingPointName()
Constraints: Not nullable, Maximum length: 25
|
String |
getUnloadingWarehouseStagingArea()
Constraints: Not nullable, Maximum length: 10
|
int |
hashCode() |
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
Use
attachToService(String, ErpConfigContext) instead. |
void |
setFactoryCalendar(String factoryCalendar)
Constraints: Not nullable, Maximum length: 2
|
void |
setLastChangeDateTime(ZonedDateTime lastChangeDateTime)
Constraints: Not nullable, Precision: 7
|
void |
setPlant(String plant)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
void |
setProductionSupplyArea(String productionSupplyArea)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setProductionSupplyAreaAddress(ProductionSupplyAreaAddress value)
Overwrites the associated ProductionSupplyAreaAddress entity for the loaded navigation property
to_ProductionSupplyAreaAddress.
|
void |
setProductionSupplyAreaAddressID(String productionSupplyAreaAddressID)
Constraints: Not nullable, Maximum length: 10
|
void |
setProductionSupplyAreaRespPerson(String productionSupplyAreaRespPerson)
Constraints: Not nullable, Maximum length: 3
|
void |
setProductionSupplyAreaText(List<ProductionSupplyAreaText> value)
Overwrites the list of associated ProductionSupplyAreaText entities for the loaded navigation property
to_ProductionSupplyAreaText.
|
void |
setPullIntervalInMinutes(BigDecimal pullIntervalInMinutes)
Constraints: Not nullable, Precision: 8, Scale: 0
|
void |
setPullIntervalInWorkdays(BigDecimal pullIntervalInWorkdays)
Constraints: Not nullable, Precision: 3, Scale: 0
|
protected void |
setServicePathForFetch(String servicePathForFetch)
The service path only used for the fetch commands of this entity.
|
void |
setShiftGrouping(String shiftGrouping)
Constraints: Not nullable, Maximum length: 2
|
void |
setShiftSequence(String shiftSequence)
Constraints: Not nullable, Maximum length: 4
|
void |
setStorageLocation(String storageLocation)
Constraints: Not nullable, Maximum length: 4
|
void |
setUnloadingPointName(String unloadingPointName)
Constraints: Not nullable, Maximum length: 25
|
void |
setUnloadingWarehouseStagingArea(String unloadingWarehouseStagingArea)
Constraints: Not nullable, Maximum length: 10
|
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 ProductionSupplyAreaSelectable ALL_FIELDS
public static final ProductionSupplyAreaField<String> PRODUCTION_SUPPLY_AREA
public static final ProductionSupplyAreaField<String> PLANT
public static final ProductionSupplyAreaField<String> STORAGE_LOCATION
public static final ProductionSupplyAreaField<String> PRODUCTION_SUPPLY_AREA_RESP_PERSON
public static final ProductionSupplyAreaField<String> UNLOADING_POINT_NAME
public static final ProductionSupplyAreaField<String> FACTORY_CALENDAR
public static final ProductionSupplyAreaField<String> SHIFT_GROUPING
public static final ProductionSupplyAreaField<String> SHIFT_SEQUENCE
public static final ProductionSupplyAreaField<BigDecimal> PULL_INTERVAL_IN_WORKDAYS
public static final ProductionSupplyAreaField<BigDecimal> PULL_INTERVAL_IN_MINUTES
public static final ProductionSupplyAreaField<String> UNLOADING_WAREHOUSE_STAGING_AREA
public static final ProductionSupplyAreaField<String> PRODUCTION_SUPPLY_AREA_ADDRESS_ID
public static final ProductionSupplyAreaField<ZonedDateTime> LAST_CHANGE_DATE_TIME
public static final ProductionSupplyAreaOneToOneLink<ProductionSupplyAreaAddress> TO_PRODUCTION_SUPPLY_AREA_ADDRESS
public static final ProductionSupplyAreaLink<ProductionSupplyAreaText> TO_PRODUCTION_SUPPLY_AREA_TEXT
public ProductionSupplyArea()
public ProductionSupplyArea(@Nullable String productionSupplyArea, @Nullable String plant, @Nullable String storageLocation, @Nullable String productionSupplyAreaRespPerson, @Nullable String unloadingPointName, @Nullable String factoryCalendar, @Nullable String shiftGrouping, @Nullable String shiftSequence, @Nullable BigDecimal pullIntervalInWorkdays, @Nullable BigDecimal pullIntervalInMinutes, @Nullable String unloadingWarehouseStagingArea, @Nullable String productionSupplyAreaAddressID, @Nullable ZonedDateTime lastChangeDateTime, @Nullable ProductionSupplyAreaAddress toProductionSupplyAreaAddress, List<ProductionSupplyAreaText> toProductionSupplyAreaText)
@Nonnull public Class<ProductionSupplyArea> getType()
getType
in class VdmObject<ProductionSupplyArea>
public void setProductionSupplyArea(@Nullable String productionSupplyArea)
Original property name from the Odata EDM: ProductionSupplyArea
The PSA is used in Kanban and JIT Outbound processing and in Extended Warehouse Management.
productionSupplyArea
- The production supply area (PSA) serves as a place for interim storage on the shop floor and is used
to make material directly available for production purposes.public void setPlant(@Nullable String plant)
Original property name from the Odata EDM: Plant
plant
- Key uniquely identifying a plant.public void setStorageLocation(@Nullable String storageLocation)
Original property name from the Odata EDM: StorageLocation
storageLocation
- Storage Locationpublic void setProductionSupplyAreaRespPerson(@Nullable String productionSupplyAreaRespPerson)
Original property name from the Odata EDM: ProductionSupplyAreaRespPerson
You define the key for the person responsible in Customizing for MRP, under, Master data -> Define MRP controllers.
productionSupplyAreaRespPerson
- Person responsible for processing materials and for monitoring stocks at the supply area.public void setUnloadingPointName(@Nullable String unloadingPointName)
Original property name from the Odata EDM: UnloadingPointName
unloadingPointName
- Specifies the point at which the material is to be unloaded (for example, ramp 1).public void setFactoryCalendar(@Nullable String factoryCalendar)
Original property name from the Odata EDM: FactoryCalendar
factoryCalendar
- Key that uniquely identifies the factory calendar that is valid for this plant.public void setShiftGrouping(@Nullable String shiftGrouping)
Original property name from the Odata EDM: ShiftGrouping
You use the shift grouping and the shift sequence to specify the working times of the consuming work center in detail. The system calculates the calendar buffer from this information.You can specify the shift grouping in the calculation profile and in the PSA. The shift grouping you specify in the PSA overrides the shift grouping you may have entered in the calculation profile.If you do not specify any data for the working time for the consuming work center, the system uses the data that you have maintained for the supplier (supply source). In this case, the calendar buffer calculated by the system is 0.
shiftGrouping
- Gibt die Indicates the shift grouping of the consuming work center.public void setShiftSequence(@Nullable String shiftSequence)
Original property name from the Odata EDM: ShiftSequence
You use the shift grouping and the shift sequence to specify the working times of the consuming work center in detail. The system calculates the calendar buffer from this information.You can specify the shift sequence in the calculation profile and in the PSA. The shift sequence you specify in the PVB overrides one that you may have entered in the calculation profile.If you do not specify any data for the working time for the consuming work center, the system uses the data that you have maintained for the supplier (supply source). In this case, the calendar buffer calculated by the system is 0.
shiftSequence
- Shows the key of the shift sequence that you have created for the consuming work center.public void setPullIntervalInWorkdays(@Nullable BigDecimal pullIntervalInWorkdays)
Original property name from the Odata EDM: PullIntervalInWorkdays
The pull interval is used as a buffer in the control cycle calculation. It increases the number of kanban containers in the control cycle.The pull interval in hours/minutes takes priority over the pull interval in days, i.e. the system uses the pull interval in hours/minutes as soon as you specify this value, irrespective of what you have specified for the pull interval in days.You can specify the pull interval in the calculation profile, in the PSA, and in control cycle maintenance. If you have specified the pull interval more than once, at different points, the system takes this interval into account with the following priorities:1: Control cycle maintenance2: PSA3: Calculation profileThe person who replenishes the PSA arrives at 8 a.m. every day to pick up empty kanbans (kanban cards) and leave behind full ones. In this case, the pull interval amounts to 1 day.
pullIntervalInWorkdays
- Time interval between the transfer of requirements from the consumer (demand source) to the supply
source or the interval between the times of delivery by the supply source to the consumer.public void setPullIntervalInMinutes(@Nullable BigDecimal pullIntervalInMinutes)
Original property name from the Odata EDM: PullIntervalInMinutes
The pull interval is used as a buffer in the control cycle calculation. It increases the number of kanban containers in the control cycle.The pull interval in minutes takes priority over the pull interval in days, i.e. the system uses the pull interval in minutes as soon as you specify this value, irrespective of what you have specified for the pull interval in days.To enable the pull interval in minutes to be used in the kanban calculation, it is necessary to define a factory calendar and shift sequences for the control cycle calculation.You can specify the pull interval in the calculation profile, in the PSA, and in control cycle maintenance. If you have specified the pull interval more than once, at different points, the system takes this interval into account with the following priorities:1: Control cycle maintenance2: PSA3: Calculation profileYour production works on a single-shift basis from 8.00 hrs to 16.00 hrs. This information in stored in the shift sequence.The person who replenishes the PSA arrives at 8 hrs and 12 hrs every day to pick up empty kanbans (kanban cards) and leave behind full ones. In this case, the pull interval amounts to 4 hours.
pullIntervalInMinutes
- Time interval between the transfer of requirements from the consumer (demand source) to the supply
source or the interval between the times of delivery by the supply source to the consumer. You can
enter the minutes up to the maximum value 59999999.public void setUnloadingWarehouseStagingArea(@Nullable String unloadingWarehouseStagingArea)
Original property name from the Odata EDM: UnloadingWarehouseStagingArea
Unloading points in the goods receipt process are understood to be the place where delivered goods are physically unloaded.The unloading point entered is transmitted to the vendor in the forecast delivery schedule, the JIT delivery schedule, or the kanban summarized JIT call.The unloading point is copied from the referenced scheduling agreement or summarized JIT call for the (Automotive) goods receipt process. You can use it as a selection criterion.You must enter the plant and the storage location before you can enter the Automotive unloading point in an MM scheduling agreement item.The permissible (Automotive) unloading points are determined from the staging areas, which you can maintain in Customizing for Logistics Execution.Staging areas were originally organizational units for Logistics Execution. They are now used - described as (Automotive) unloading point - to represent unloading points in the Automotive environment.NoteThe following terms are used synonymously:Unloading point (Automotive) <-> Staging area (Logistics Execution)Unloading zone (Automotive) <-> Door (WM/Logistics Execution)For further information on the use of (Automotive) unloading zones, see the SAP Library under SAP Automotive -> MM Scheduling Agreement Enhancements.The following example describes how you can use (Automotive) unloading points in MM scheduling agreement items:Warehouse number 001 is assigned to the combination plant 0001/storage location 0001 in Customizing for the Enterprise Structure, under Assignment -> Logistics Execution -> Assign warehouse number to plant/storage location.The staging areas (or Automotive unloading points) A1, A2, and A3 have been created in Customizing for Logistics Execution, under Warehouse Management -> Master Data -> Define material staging areas.Plant 0001 and storage location 0001 have been entered in the MM scheduling agreement item.ResultThe system determines the warehouse number and then the corresponding staging areas (or Automotive unloading points) from the plant/storage location combination.Unloading points A1, A2, and A3 are proposed when you use the input help when editing scheduling agreements.The unloading point selected is transmitted to the vendor in the delivery schedule.
unloadingWarehouseStagingArea
- Describes the unloading point that is communicated to the vendor in the corresponding release order
(forecast delivery schedule, JIT delivery schedule, or kanban summarized JIT call).public void setProductionSupplyAreaAddressID(@Nullable String productionSupplyAreaAddressID)
Original property name from the Odata EDM: ProductionSupplyAreaAddressID
productionSupplyAreaAddressID
- Address for Supply Areapublic void setLastChangeDateTime(@Nullable ZonedDateTime lastChangeDateTime)
Original property name from the Odata EDM: LastChangeDateTime
lastChangeDateTime
- Last Change Timestampprotected String getEntityCollection()
getEntityCollection
in class VdmEntity<ProductionSupplyArea>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<ProductionSupplyArea>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<ProductionSupplyArea>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<ProductionSupplyArea>
@Nonnull public static <T> ProductionSupplyAreaField<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> ProductionSupplyAreaField<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<ProductionSupplyArea>
@Deprecated public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
attachToService(String, ErpConfigContext)
instead.VdmEntity
setErpConfigContext
in class VdmEntity<ProductionSupplyArea>
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<ProductionSupplyArea>
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<ProductionSupplyArea>
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<ProductionSupplyArea>
@Nonnull protected Map<String,Object> toMapOfNavigationProperties()
toMapOfNavigationProperties
in class VdmObject<ProductionSupplyArea>
@Nullable public ProductionSupplyAreaAddress fetchProductionSupplyAreaAddress() 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 ProductionSupplyAreaAddress getProductionSupplyAreaAddressOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_ProductionSupplyAreaAddress of a queried ProductionSupplyArea 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<ProductionSupplyAreaAddress> getProductionSupplyAreaAddressIfPresent()
If the navigation property for an entity ProductionSupplyArea 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 setProductionSupplyAreaAddress(ProductionSupplyAreaAddress value)
value
- New ProductionSupplyAreaAddress entity.@Nonnull public List<ProductionSupplyAreaText> fetchProductionSupplyAreaText() 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<ProductionSupplyAreaText> getProductionSupplyAreaTextOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_ProductionSupplyAreaText of a queried ProductionSupplyArea 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<List<ProductionSupplyAreaText>> getProductionSupplyAreaTextIfPresent()
If the navigation property for an entity ProductionSupplyArea 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 setProductionSupplyAreaText(@Nonnull List<ProductionSupplyAreaText> value)
If the navigation property to_ProductionSupplyAreaText of a queried ProductionSupplyArea 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 ProductionSupplyAreaText entities.public void addProductionSupplyAreaText(ProductionSupplyAreaText... entity)
If the navigation property to_ProductionSupplyAreaText of a queried ProductionSupplyArea 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 ProductionSupplyAreaText entities.public static ProductionSupplyArea.ProductionSupplyAreaBuilder builder()
@Nullable public String getProductionSupplyArea()
Original property name from the Odata EDM: ProductionSupplyArea
The PSA is used in Kanban and JIT Outbound processing and in Extended Warehouse Management.
@Nullable public String getPlant()
Original property name from the Odata EDM: Plant
@Nullable public String getStorageLocation()
Original property name from the Odata EDM: StorageLocation
@Nullable public String getProductionSupplyAreaRespPerson()
Original property name from the Odata EDM: ProductionSupplyAreaRespPerson
You define the key for the person responsible in Customizing for MRP, under, Master data -> Define MRP controllers.
@Nullable public String getUnloadingPointName()
Original property name from the Odata EDM: UnloadingPointName
@Nullable public String getFactoryCalendar()
Original property name from the Odata EDM: FactoryCalendar
@Nullable public String getShiftGrouping()
Original property name from the Odata EDM: ShiftGrouping
You use the shift grouping and the shift sequence to specify the working times of the consuming work center in detail. The system calculates the calendar buffer from this information.You can specify the shift grouping in the calculation profile and in the PSA. The shift grouping you specify in the PSA overrides the shift grouping you may have entered in the calculation profile.If you do not specify any data for the working time for the consuming work center, the system uses the data that you have maintained for the supplier (supply source). In this case, the calendar buffer calculated by the system is 0.
@Nullable public String getShiftSequence()
Original property name from the Odata EDM: ShiftSequence
You use the shift grouping and the shift sequence to specify the working times of the consuming work center in detail. The system calculates the calendar buffer from this information.You can specify the shift sequence in the calculation profile and in the PSA. The shift sequence you specify in the PVB overrides one that you may have entered in the calculation profile.If you do not specify any data for the working time for the consuming work center, the system uses the data that you have maintained for the supplier (supply source). In this case, the calendar buffer calculated by the system is 0.
@Nullable public BigDecimal getPullIntervalInWorkdays()
Original property name from the Odata EDM: PullIntervalInWorkdays
The pull interval is used as a buffer in the control cycle calculation. It increases the number of kanban containers in the control cycle.The pull interval in hours/minutes takes priority over the pull interval in days, i.e. the system uses the pull interval in hours/minutes as soon as you specify this value, irrespective of what you have specified for the pull interval in days.You can specify the pull interval in the calculation profile, in the PSA, and in control cycle maintenance. If you have specified the pull interval more than once, at different points, the system takes this interval into account with the following priorities:1: Control cycle maintenance2: PSA3: Calculation profileThe person who replenishes the PSA arrives at 8 a.m. every day to pick up empty kanbans (kanban cards) and leave behind full ones. In this case, the pull interval amounts to 1 day.
@Nullable public BigDecimal getPullIntervalInMinutes()
Original property name from the Odata EDM: PullIntervalInMinutes
The pull interval is used as a buffer in the control cycle calculation. It increases the number of kanban containers in the control cycle.The pull interval in minutes takes priority over the pull interval in days, i.e. the system uses the pull interval in minutes as soon as you specify this value, irrespective of what you have specified for the pull interval in days.To enable the pull interval in minutes to be used in the kanban calculation, it is necessary to define a factory calendar and shift sequences for the control cycle calculation.You can specify the pull interval in the calculation profile, in the PSA, and in control cycle maintenance. If you have specified the pull interval more than once, at different points, the system takes this interval into account with the following priorities:1: Control cycle maintenance2: PSA3: Calculation profileYour production works on a single-shift basis from 8.00 hrs to 16.00 hrs. This information in stored in the shift sequence.The person who replenishes the PSA arrives at 8 hrs and 12 hrs every day to pick up empty kanbans (kanban cards) and leave behind full ones. In this case, the pull interval amounts to 4 hours.
@Nullable public String getUnloadingWarehouseStagingArea()
Original property name from the Odata EDM: UnloadingWarehouseStagingArea
Unloading points in the goods receipt process are understood to be the place where delivered goods are physically unloaded.The unloading point entered is transmitted to the vendor in the forecast delivery schedule, the JIT delivery schedule, or the kanban summarized JIT call.The unloading point is copied from the referenced scheduling agreement or summarized JIT call for the (Automotive) goods receipt process. You can use it as a selection criterion.You must enter the plant and the storage location before you can enter the Automotive unloading point in an MM scheduling agreement item.The permissible (Automotive) unloading points are determined from the staging areas, which you can maintain in Customizing for Logistics Execution.Staging areas were originally organizational units for Logistics Execution. They are now used - described as (Automotive) unloading point - to represent unloading points in the Automotive environment.NoteThe following terms are used synonymously:Unloading point (Automotive) <-> Staging area (Logistics Execution)Unloading zone (Automotive) <-> Door (WM/Logistics Execution)For further information on the use of (Automotive) unloading zones, see the SAP Library under SAP Automotive -> MM Scheduling Agreement Enhancements.The following example describes how you can use (Automotive) unloading points in MM scheduling agreement items:Warehouse number 001 is assigned to the combination plant 0001/storage location 0001 in Customizing for the Enterprise Structure, under Assignment -> Logistics Execution -> Assign warehouse number to plant/storage location.The staging areas (or Automotive unloading points) A1, A2, and A3 have been created in Customizing for Logistics Execution, under Warehouse Management -> Master Data -> Define material staging areas.Plant 0001 and storage location 0001 have been entered in the MM scheduling agreement item.ResultThe system determines the warehouse number and then the corresponding staging areas (or Automotive unloading points) from the plant/storage location combination.Unloading points A1, A2, and A3 are proposed when you use the input help when editing scheduling agreements.The unloading point selected is transmitted to the vendor in the delivery schedule.
@Nullable public String getProductionSupplyAreaAddressID()
Original property name from the Odata EDM: ProductionSupplyAreaAddressID
@Nullable public ZonedDateTime getLastChangeDateTime()
Original property name from the Odata EDM: LastChangeDateTime
public String toString()
toString
in class VdmObject<ProductionSupplyArea>
public boolean equals(Object o)
equals
in class VdmObject<ProductionSupplyArea>
protected boolean canEqual(Object other)
canEqual
in class VdmObject<ProductionSupplyArea>
public int hashCode()
hashCode
in class VdmObject<ProductionSupplyArea>
Copyright © 2019 SAP SE. All rights reserved.