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 "*".
Main Asset Number. This is the number which, together with the asset sub-number, identifies a fixed asset in Asset Accounting. Maximum length: 12.
Asset Subnumber. This is the number which, together with the main asset number, uniquely identifies a fixed asset in Asset Accounting. Using the asset sub-number, you can:Provide for separate management of later acquisitions to assets.Represent complex fixed assets with their component parts.In contrast to the main asset number, the asset sub-number must be numerical. Maximum length: 4.
Controlling Area. Uniquely identifies a controlling area. The controlling area is the highest organizational unit in Controlling.Whether controlling area and company code are in a 1:1 relationship or a 1:n relationship, the number of posting periods in both controlling area and company code(s) must be identical. However, special periods may vary. Maximum length: 4.
Cost Center. A key that uniquely identifies a cost center. Maximum length: 10.
Account Number of Customer. Uniquely identifies a customer. This customer number is used for managing customer special stocks. Maximum length: 10.
Goods Movement Type (Inventory Management). Specifies a key for the type of goods movement. Each goods movement (for example, purchase order to warehouse) is allocated to a movement type in the system. Maximum length: 3.
Goods Recipient/Ship-To Party. Specifies the recipient for whom the material or the service is destined. Maximum length: 12.
Check date against factory calendar. Specifies if the reservation is to be checked against the factory calendar. The system checks the factory calendar to determine whether the dates in the reservation are valid workdays.
Receiving/Issuing Plant. Indicates the receiving or issuing plant. The receiving plant is the plant or internal organizational unit that is to receive the goods.The issuing plant is the plant that issues the goods.NoteThe value of the transfer posting is determined not by the plant entered here but by the plant specified in the Plant field. Maximum length: 4.
Receiving/Issuing Storage Location. Indicates the receiving or the issuing storage location. The receiving storage location is the storage location that is to receive the goods.The issuing storage location is the storage location that issues the goods. Maximum length: 4.
Network Number for Account Assignment. A network can structure an entire project or a task within a project. Numbers are used to differentiate these project structures.When you specify a network, for example, when you are entering attendances, you can define that the network is debited when the sender cost center is credited.Use the possible entries pushbutton to select the network number for the required project structure. Maximum length: 12.
Order Number. Key that uniquely identifies an order within a client. Maximum length: 12.
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.
Number of Reservation/Dependent Requirement. Alphanumeric key uniquely identifying the document. Maximum length: 10.
Base date for reservation. Specifies the date for which the goods movement is planned.
Sales Order Number. Uniquely identifies a sales order. The selection of postprocessing records via the sales order number is only possible for non-valuated sales order stock. Maximum length: 10.
Item Number in Sales Order. Uniquely identifies an item within a sales order. Maximum length: 6.
Delivery Schedule for Sales Order. Specifies the number that uniquely identifies an item in . Maximum length: 4.
One-to-many navigation property to the ReservationDocumentItem entity.
ETag version identifier accessor.
Work Breakdown Structure Element (WBS Element). Key identifying a WBS element. Maximum length: 24.
All fields selector.
Static representation of the assetNumber property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.
Static representation of the assetSubNumber property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.
Static representation of the controllingArea property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.
Static representation of the costCenter property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.
Static representation of the customer property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.
Static representation of the goodsMovementType property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.
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 issuingOrReceivingPlant property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.
Static representation of the issuingOrReceivingStorageLoc property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.
Static representation of the isCheckedAgainstFactoryCal property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.
Static representation of the networkNumberForAcctAssgmt property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.
Static representation of the orderId property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.
Static representation of the reservation property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.
Static representation of the reservationDate property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.
Static representation of the salesOrder property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.
Static representation of the salesOrderItem property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.
Static representation of the salesOrderScheduleLine property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.
Static representation of the one-to-many navigation property toReservationDocumentItem for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.
Static representation of the wbsElement property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.
All fields of the ReservationDocumentHeader entity.
Default url path for the according service.
Technical entity name for ReservationDocumentHeader.
All key fields of the ReservationDocumentHeader entity.
Mapping of all key field names to the respective static field property ReservationDocumentHeader.
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 ReservationDocumentHeader
.
A builder that constructs instances of entity type ReservationDocumentHeader
.
Returns a selectable object that allows the selection of custom field in a get request for the entity ReservationDocumentHeader
.
Name of the custom field to select
A builder that constructs instances of entity type ReservationDocumentHeader
.
Returns a request builder to construct requests for operations on the ReservationDocumentHeader
entity type.
A ReservationDocumentHeader
request builder.
This class represents the entity "A_ReservationDocumentHeader" of service "API_RESERVATION_DOCUMENT_SRV". This service is part of the following communication scenarios: Reservation Integration (SAP_COM_0112). See https://api.sap.com/api/API_RESERVATION_DOCUMENT_SRV for more information.