A mapper representing custom fields in an entity. Custom fields are represented by their field names and the corresponding values. A custom field can be added or updated using setCustomField method.
The current ETag version of the entity in the remote system. The ETag identified the version of the in the remote system. It will be automatically set in the "if-match" header of update requests and can be set as a custom header for delete requests. When no ETag is provided by the remote system the value of this variable defaults to "*".
Goods Recipient. Maximum length: 12.
Inventory Usability Code. Maximum length: 1.
Manufacturing Order ID. Maximum length: 12.
Manufacturing Order Category. Maximum length: 2.
Manufacturing Order Item ID. Maximum length: 4.
Manufacturing Order Type. Maximum length: 4.
Material Number for Order. Number of the material that is to be produced with this order. Maximum length: 40.
Goods Receipt Processing Duration in Days. Number of working days required for checking the material and transferring it to the appropriate storage location after receipt of the goods.
Actual Delivery/Finish Date. Specifies when the material was produced / delivered to stock. The system sets the date automatically.
Expected Surplus/Deficit For Goods Receipt. This quantity indicates by how much the goods receipt of the finished product will probably deviate from the planned goods receipt. It is updated when the operations are finally confirmed as soon as an operation quantity that varies from the plan is confirmed as the yield.If a production order is to manufacture 100 pieces and a quantity of 5 pieces is displayed in this field then you can expect anen Lagerzugang von 95 Stück erwarten.If this value is negative that means that you have produced more than you originally planned. In this case you can expect a correspondingly high goods receipt for the finished product.
Quantity of Goods Received for the Order Item. Quantity of the order item, which has so far been produced and posted to stock.
Order Item Planned Scrap Quantity.
Order Item Planned Total Quantity.
Delivery Date From Planned Order. The delivery date of the planned order, as determined by MRP. This field only contains an entry if the production order was created by converting a planned order.
MRP Area. Number of the MRP area for which material requirements planning should be carried out separately. Maximum length: 10.
Planning Plant for an Order. Plant in which, after order execution, the goods receipt takes place for the material produced. If the planning plant and production plant are identical then you need not enter the planning plant as well. The production plant is copied automatically.The planning plant can be used, for example, if Sales and Distribution is to be organized as an independent plant. Maximum length: 4.
Production Plant in Planned Order. Plant in which the order quantity of the internally produced material is to be produced according to the planned order. Maximum length: 4.
Production Unit of Measure. Maximum length: 3.
MRP Distribution Key. Repetitive manufacturing: Depending on the context, this may be the distribution key for the quantity produced or the distribution key for component consumption.Kanban:In the kanban calculation profile, you specify the distribution key for the smoothing of the dependent requirements. Maximum length: 4.
The remote state of the entity. Remote state refers to the last known state of the entity on the remote system from which it has been retrieved or to which it has been posted. It is stored as map, where the keys are stored in the format of VDM properties.
Stock Segment. Segment assigned to a stockable item. The valid stock segment is defined in the segmentation strategy and the strategy is assigned to the material in the material master. Maximum length: 40.
Storage Location. Maximum length: 4.
Unloading Point. Specifies the point at which the material is to be unloaded (for example, ramp 1). Maximum length: 25.
ETag version identifier accessor.
All fields selector.
Static representation of the goodsRecipientName property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.
Static representation of the inventoryUsabilityCode property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.
Static representation of the manufacturingOrder property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.
Static representation of the manufacturingOrderCategory property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.
Static representation of the manufacturingOrderItem property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.
Static representation of the manufacturingOrderType property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.
Static representation of the material property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.
Static representation of the materialGoodsReceiptDuration property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.
Static representation of the mfgOrderItemActualDeliveryDate property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.
Static representation of the mfgOrderItemActualDeviationQty property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.
Static representation of the mfgOrderItemGoodsReceiptQty property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.
Static representation of the mfgOrderItemPlannedScrapQty property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.
Static representation of the mfgOrderItemPlannedTotalQty property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.
Static representation of the mfgOrderItemPlndDeliveryDate property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.
Static representation of the mrpArea property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.
Static representation of the mrpPlant property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.
Static representation of the productionPlant property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.
Static representation of the productionUnit property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.
Static representation of the quantityDistributionKey property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.
Static representation of the stockSegment property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.
Static representation of the storageLocation property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.
Static representation of the unloadingPointName property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.
All fields of the ProductionOrderItem entity.
Default url path for the according service.
Technical entity name for ProductionOrderItem.
All key fields of the ProductionOrderItem entity.
Mapping of all key field names to the respective static field property ProductionOrderItem.
Returns a map of all defined fields in entity to their current values.
Entity with all defined entity fields
Custom field value getter.
The name of the custom field
The value of the corresponding custom field
Returns a map that contains all entity custom fields.
A map of all defined custom fields in the entity
Returns all updated custom field properties compared to the last known remote state.
A map containing all updated custom properties, with their new values
Returns all changed properties compared to the last known remote state. The returned properties does not include custom fields. Use getUpdatedCustomFields, if updated custom fields are needed.
Entity with all properties that changed
Validates whether a custom field exists in the entity.
The name of the custom field to update
A boolean value, that indicates whether a custom field is defined in entity
Sets all retrieved custom fields in entity.
Extracted custom fields from a retrieved entity
A boolean value, that indicates the existence of the field in entity
Validates whether a field name does not conflict with an original field name and thus can be defined as custom fields.
Field name to check
Boolean value that describes whether a field name can be defined as custom field
Sets a new custom field in the entity or updates it. Throws an error, if the provided custom field name is already defined by an original field in entity.
The name of the custom field to update
The value of the field
The entity itself, to facilitate method chaining
Initializes or sets the remoteState of the entity. This function is called on all read, create and update requests. This function should be called after initializeCustomFields, if custom fields are defined.
State to be set as remote state
The entity itself, to facilitate method chaining
Set the ETag version identifier of the retrieved entity.
The returned ETag version of the entity
The entity itself, to facilitate method chaining
Overwrites the default toJSON method so that all instance variables as well as all custom fields of the entity are returned.
An object containing all instance variables + custom fields.
Returns an entity builder to construct instances ProductionOrderItem
.
A builder that constructs instances of entity type ProductionOrderItem
.
Returns a selectable object that allows the selection of custom field in a get request for the entity ProductionOrderItem
.
Name of the custom field to select
A builder that constructs instances of entity type ProductionOrderItem
.
Returns a request builder to construct requests for operations on the ProductionOrderItem
entity type.
A ProductionOrderItem
request builder.
This class represents the entity "A_ProductionOrderItem" of service "API_PRODUCTION_ORDERS". This service is part of the following communication scenarios: Production Planning Integration (SAP_COM_0104). See https://api.sap.com/api/API_PRODUCTION_ORDERS for more information.