public class ReservationDocumentHeader extends VdmEntity<ReservationDocumentHeader>
Original entity name from the Odata EDM: A_ReservationDocumentHeaderType
Modifier and Type | Class and Description |
---|---|
static class |
ReservationDocumentHeader.ReservationDocumentHeaderBuilder
Helper class to allow for fluent creation of ReservationDocumentHeader instances.
|
Modifier and Type | Field and Description |
---|---|
static ReservationDocumentHeaderSelectable |
ALL_FIELDS
Selector for all available fields of ReservationDocumentHeader.
|
static ReservationDocumentHeaderField<String> |
ASSET_NUMBER
Use with available fluent helpers to apply the AssetNumber field to query operations.
|
static ReservationDocumentHeaderField<String> |
ASSET_SUB_NUMBER
Use with available fluent helpers to apply the AssetSubNumber field to query operations.
|
static ReservationDocumentHeaderField<String> |
CONTROLLING_AREA
Use with available fluent helpers to apply the ControllingArea field to query operations.
|
static ReservationDocumentHeaderField<String> |
COST_CENTER
Use with available fluent helpers to apply the CostCenter field to query operations.
|
static ReservationDocumentHeaderField<String> |
CUSTOMER
Use with available fluent helpers to apply the Customer field to query operations.
|
static ReservationDocumentHeaderField<String> |
GOODS_MOVEMENT_TYPE
Use with available fluent helpers to apply the GoodsMovementType field to query operations.
|
static ReservationDocumentHeaderField<String> |
GOODS_RECIPIENT_NAME
Use with available fluent helpers to apply the GoodsRecipientName field to query operations.
|
static ReservationDocumentHeaderField<Boolean> |
IS_CHECKED_AGAINST_FACTORY_CAL
Use with available fluent helpers to apply the IsCheckedAgainstFactoryCal field to query operations.
|
static ReservationDocumentHeaderField<String> |
ISSUING_OR_RECEIVING_PLANT
Use with available fluent helpers to apply the IssuingOrReceivingPlant field to query operations.
|
static ReservationDocumentHeaderField<String> |
ISSUING_OR_RECEIVING_STORAGE_LOC
Use with available fluent helpers to apply the IssuingOrReceivingStorageLoc field to query operations.
|
static ReservationDocumentHeaderField<String> |
NETWORK_NUMBER_FOR_ACCT_ASSGMT
Use with available fluent helpers to apply the NetworkNumberForAcctAssgmt field to query operations.
|
static ReservationDocumentHeaderField<String> |
ORDER_ID
Use with available fluent helpers to apply the OrderID field to query operations.
|
static ReservationDocumentHeaderField<String> |
RESERVATION
Use with available fluent helpers to apply the Reservation field to query operations.
|
static ReservationDocumentHeaderField<LocalDateTime> |
RESERVATION_DATE
Use with available fluent helpers to apply the ReservationDate field to query operations.
|
static ReservationDocumentHeaderField<String> |
SALES_ORDER
Use with available fluent helpers to apply the SalesOrder field to query operations.
|
static ReservationDocumentHeaderField<String> |
SALES_ORDER_ITEM
Use with available fluent helpers to apply the SalesOrderItem field to query operations.
|
static ReservationDocumentHeaderField<String> |
SALES_ORDER_SCHEDULE_LINE
Use with available fluent helpers to apply the SalesOrderScheduleLine field to query operations.
|
static ReservationDocumentHeaderLink<ReservationDocumentItem> |
TO_RESERVATION_DOCUMENT_ITEM
Use with available fluent helpers to apply the to_ReservationDocumentItem navigation property to query
operations.
|
static ReservationDocumentHeaderField<String> |
WBS_ELEMENT
Use with available fluent helpers to apply the WBSElement field to query operations.
|
changedOriginalFields
Constructor and Description |
---|
ReservationDocumentHeader() |
ReservationDocumentHeader(String reservation,
String orderID,
String goodsMovementType,
String costCenter,
String goodsRecipientName,
LocalDateTime reservationDate,
Boolean isCheckedAgainstFactoryCal,
String customer,
String wBSElement,
String controllingArea,
String salesOrder,
String salesOrderItem,
String salesOrderScheduleLine,
String assetNumber,
String assetSubNumber,
String networkNumberForAcctAssgmt,
String issuingOrReceivingPlant,
String issuingOrReceivingStorageLoc,
List<ReservationDocumentItem> toReservationDocumentItem) |
Modifier and Type | Method and Description |
---|---|
void |
addReservationDocumentItem(ReservationDocumentItem... entity)
Adds elements to the list of associated ReservationDocumentItem entities.
|
void |
attachToService(String servicePath,
HttpDestinationProperties destination)
Sets the service path and destination for the fetch commands of this entity.
|
static ReservationDocumentHeader.ReservationDocumentHeaderBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<ReservationDocumentItem> |
fetchReservationDocumentItem()
Fetches the ReservationDocumentItem entities (one to many) associated with this entity.
|
static <T> ReservationDocumentHeaderField<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 |
getAssetNumber()
Constraints: Not nullable, Maximum length: 12
|
String |
getAssetSubNumber()
Constraints: Not nullable, Maximum length: 4
|
String |
getControllingArea()
Constraints: Not nullable, Maximum length: 4
|
String |
getCostCenter()
Constraints: Not nullable, Maximum length: 10
|
String |
getCustomer()
Constraints: Not nullable, Maximum length: 10
|
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.
|
String |
getGoodsMovementType()
Constraints: Not nullable, Maximum length: 3
|
String |
getGoodsRecipientName()
Constraints: Not nullable, Maximum length: 12
|
Boolean |
getIsCheckedAgainstFactoryCal()
Constraints: none
|
String |
getIssuingOrReceivingPlant()
Constraints: Not nullable, Maximum length: 4
|
String |
getIssuingOrReceivingStorageLoc()
Constraints: Not nullable, Maximum length: 4
|
protected Map<String,Object> |
getKey() |
String |
getNetworkNumberForAcctAssgmt()
Constraints: Not nullable, Maximum length: 12
|
String |
getOrderID()
Constraints: Not nullable, Maximum length: 12
|
String |
getReservation()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
LocalDateTime |
getReservationDate()
Constraints: Not nullable, Precision: 0
|
io.vavr.control.Option<List<ReservationDocumentItem>> |
getReservationDocumentItemIfPresent()
Retrieval of associated ReservationDocumentItem entities (one to many).
|
List<ReservationDocumentItem> |
getReservationDocumentItemOrFetch()
Retrieval of associated ReservationDocumentItem entities (one to many).
|
String |
getSalesOrder()
Constraints: Not nullable, Maximum length: 10
|
String |
getSalesOrderItem()
Constraints: Not nullable, Maximum length: 6
|
String |
getSalesOrderScheduleLine()
Constraints: Not nullable, Maximum length: 4
|
Class<ReservationDocumentHeader> |
getType() |
String |
getWBSElement()
Constraints: Not nullable, Maximum length: 24
|
int |
hashCode() |
void |
setAssetNumber(String assetNumber)
Constraints: Not nullable, Maximum length: 12
|
void |
setAssetSubNumber(String assetSubNumber)
Constraints: Not nullable, Maximum length: 4
|
void |
setControllingArea(String controllingArea)
Constraints: Not nullable, Maximum length: 4
|
void |
setCostCenter(String costCenter)
Constraints: Not nullable, Maximum length: 10
|
void |
setCustomer(String customer)
Constraints: Not nullable, Maximum length: 10
|
void |
setGoodsMovementType(String goodsMovementType)
Constraints: Not nullable, Maximum length: 3
|
void |
setGoodsRecipientName(String goodsRecipientName)
Constraints: Not nullable, Maximum length: 12
|
void |
setIsCheckedAgainstFactoryCal(Boolean isCheckedAgainstFactoryCal)
Constraints: none
|
void |
setIssuingOrReceivingPlant(String issuingOrReceivingPlant)
Constraints: Not nullable, Maximum length: 4
|
void |
setIssuingOrReceivingStorageLoc(String issuingOrReceivingStorageLoc)
Constraints: Not nullable, Maximum length: 4
|
void |
setNetworkNumberForAcctAssgmt(String networkNumberForAcctAssgmt)
Constraints: Not nullable, Maximum length: 12
|
void |
setOrderID(String orderID)
Constraints: Not nullable, Maximum length: 12
|
void |
setReservation(String reservation)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setReservationDate(LocalDateTime reservationDate)
Constraints: Not nullable, Precision: 0
|
void |
setReservationDocumentItem(List<ReservationDocumentItem> value)
Overwrites the list of associated ReservationDocumentItem entities for the loaded navigation property
to_ReservationDocumentItem.
|
void |
setSalesOrder(String salesOrder)
Constraints: Not nullable, Maximum length: 10
|
void |
setSalesOrderItem(String salesOrderItem)
Constraints: Not nullable, Maximum length: 6
|
void |
setSalesOrderScheduleLine(String salesOrderScheduleLine)
Constraints: Not nullable, Maximum length: 4
|
protected void |
setServicePathForFetch(String servicePathForFetch)
The service path only used for the fetch commands of this entity.
|
void |
setWBSElement(String wBSElement)
Constraints: Not nullable, Maximum length: 24
|
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 ReservationDocumentHeaderSelectable ALL_FIELDS
public static final ReservationDocumentHeaderField<String> RESERVATION
public static final ReservationDocumentHeaderField<String> ORDER_ID
public static final ReservationDocumentHeaderField<String> GOODS_MOVEMENT_TYPE
public static final ReservationDocumentHeaderField<String> COST_CENTER
public static final ReservationDocumentHeaderField<String> GOODS_RECIPIENT_NAME
public static final ReservationDocumentHeaderField<LocalDateTime> RESERVATION_DATE
public static final ReservationDocumentHeaderField<Boolean> IS_CHECKED_AGAINST_FACTORY_CAL
public static final ReservationDocumentHeaderField<String> CUSTOMER
public static final ReservationDocumentHeaderField<String> WBS_ELEMENT
public static final ReservationDocumentHeaderField<String> CONTROLLING_AREA
public static final ReservationDocumentHeaderField<String> SALES_ORDER
public static final ReservationDocumentHeaderField<String> SALES_ORDER_ITEM
public static final ReservationDocumentHeaderField<String> SALES_ORDER_SCHEDULE_LINE
public static final ReservationDocumentHeaderField<String> ASSET_NUMBER
public static final ReservationDocumentHeaderField<String> ASSET_SUB_NUMBER
public static final ReservationDocumentHeaderField<String> NETWORK_NUMBER_FOR_ACCT_ASSGMT
public static final ReservationDocumentHeaderField<String> ISSUING_OR_RECEIVING_PLANT
public static final ReservationDocumentHeaderField<String> ISSUING_OR_RECEIVING_STORAGE_LOC
public static final ReservationDocumentHeaderLink<ReservationDocumentItem> TO_RESERVATION_DOCUMENT_ITEM
public ReservationDocumentHeader()
public ReservationDocumentHeader(@Nullable String reservation, @Nullable String orderID, @Nullable String goodsMovementType, @Nullable String costCenter, @Nullable String goodsRecipientName, @Nullable LocalDateTime reservationDate, @Nullable Boolean isCheckedAgainstFactoryCal, @Nullable String customer, @Nullable String wBSElement, @Nullable String controllingArea, @Nullable String salesOrder, @Nullable String salesOrderItem, @Nullable String salesOrderScheduleLine, @Nullable String assetNumber, @Nullable String assetSubNumber, @Nullable String networkNumberForAcctAssgmt, @Nullable String issuingOrReceivingPlant, @Nullable String issuingOrReceivingStorageLoc, List<ReservationDocumentItem> toReservationDocumentItem)
@Nonnull public Class<ReservationDocumentHeader> getType()
getType
in class VdmObject<ReservationDocumentHeader>
public void setReservation(@Nullable String reservation)
Original property name from the Odata EDM: Reservation
reservation
- Alphanumeric key uniquely identifying the document.public void setOrderID(@Nullable String orderID)
Original property name from the Odata EDM: OrderID
orderID
- Key that uniquely identifies an order within a client.public void setGoodsMovementType(@Nullable String goodsMovementType)
Original property name from the Odata EDM: GoodsMovementType
goodsMovementType
- 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.public void setCostCenter(@Nullable String costCenter)
Original property name from the Odata EDM: CostCenter
costCenter
- A key that uniquely identifies a cost center.public void setGoodsRecipientName(@Nullable String goodsRecipientName)
Original property name from the Odata EDM: GoodsRecipientName
goodsRecipientName
- Specifies the recipient for whom the material or the service is destined.public void setReservationDate(@Nullable LocalDateTime reservationDate)
Original property name from the Odata EDM: ReservationDate
reservationDate
- Specifies the date for which the goods movement is planned.public void setIsCheckedAgainstFactoryCal(@Nullable Boolean isCheckedAgainstFactoryCal)
Original property name from the Odata EDM: IsCheckedAgainstFactoryCal
The system checks the factory calendar to determine whether the dates in the reservation are valid workdays.
isCheckedAgainstFactoryCal
- Specifies if the reservation is to be checked against the factory calendar.public void setCustomer(@Nullable String customer)
Original property name from the Odata EDM: Customer
This customer number is used for managing customer special stocks.
customer
- Uniquely identifies a customer.public void setWBSElement(@Nullable String wBSElement)
Original property name from the Odata EDM: WBSElement
wBSElement
- Key identifying a WBS element.public void setControllingArea(@Nullable String controllingArea)
Original property name from the Odata EDM: ControllingArea
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.
controllingArea
- Uniquely identifies a controlling area.public void setSalesOrder(@Nullable String salesOrder)
Original property name from the Odata EDM: SalesOrder
The selection of postprocessing records via the sales order number is only possible for non-valuated sales order stock.
salesOrder
- Uniquely identifies a sales order.public void setSalesOrderItem(@Nullable String salesOrderItem)
Original property name from the Odata EDM: SalesOrderItem
salesOrderItem
- Uniquely identifies an item within a sales order.public void setSalesOrderScheduleLine(@Nullable String salesOrderScheduleLine)
Original property name from the Odata EDM: SalesOrderScheduleLine
salesOrderScheduleLine
- Specifies the number that uniquely identifies an item in .public void setAssetNumber(@Nullable String assetNumber)
Original property name from the Odata EDM: AssetNumber
assetNumber
- This is the number which, together with the asset sub-number, identifies a fixed asset in Asset
Accounting.public void setAssetSubNumber(@Nullable String assetSubNumber)
Original property name from the Odata EDM: AssetSubNumber
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.
assetSubNumber
- This is the number which, together with the main asset number, uniquely identifies a fixed asset in
Asset Accounting.public void setNetworkNumberForAcctAssgmt(@Nullable String networkNumberForAcctAssgmt)
Original property name from the Odata EDM: NetworkNumberForAcctAssgmt
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.
networkNumberForAcctAssgmt
- A network can structure an entire project or a task within a project.public void setIssuingOrReceivingPlant(@Nullable String issuingOrReceivingPlant)
Original property name from the Odata EDM: IssuingOrReceivingPlant
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.
issuingOrReceivingPlant
- Indicates the receiving or issuing plant.public void setIssuingOrReceivingStorageLoc(@Nullable String issuingOrReceivingStorageLoc)
Original property name from the Odata EDM: IssuingOrReceivingStorageLoc
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.
issuingOrReceivingStorageLoc
- Indicates the receiving or the issuing storage location.protected String getEntityCollection()
VdmEntity
getEntityCollection
in class VdmEntity<ReservationDocumentHeader>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<ReservationDocumentHeader>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<ReservationDocumentHeader>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<ReservationDocumentHeader>
@Nonnull public static <T> ReservationDocumentHeaderField<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> ReservationDocumentHeaderField<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<ReservationDocumentHeader>
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<ReservationDocumentHeader>
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<ReservationDocumentHeader>
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<ReservationDocumentHeader>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)@Nonnull protected Map<String,Object> toMapOfNavigationProperties()
toMapOfNavigationProperties
in class VdmObject<ReservationDocumentHeader>
@Nonnull public List<ReservationDocumentItem> fetchReservationDocumentItem() 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<ReservationDocumentItem> getReservationDocumentItemOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_ReservationDocumentItem of a queried ReservationDocumentHeader 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<ReservationDocumentItem>> getReservationDocumentItemIfPresent()
If the navigation property for an entity ReservationDocumentHeader 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 setReservationDocumentItem(@Nonnull List<ReservationDocumentItem> value)
If the navigation property to_ReservationDocumentItem of a queried ReservationDocumentHeader 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 ReservationDocumentItem entities.public void addReservationDocumentItem(ReservationDocumentItem... entity)
If the navigation property to_ReservationDocumentItem of a queried ReservationDocumentHeader 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 ReservationDocumentItem entities.public static ReservationDocumentHeader.ReservationDocumentHeaderBuilder builder()
@Nullable public String getReservation()
Original property name from the Odata EDM: Reservation
@Nullable public String getOrderID()
Original property name from the Odata EDM: OrderID
@Nullable public String getGoodsMovementType()
Original property name from the Odata EDM: GoodsMovementType
@Nullable public String getCostCenter()
Original property name from the Odata EDM: CostCenter
@Nullable public String getGoodsRecipientName()
Original property name from the Odata EDM: GoodsRecipientName
@Nullable public LocalDateTime getReservationDate()
Original property name from the Odata EDM: ReservationDate
@Nullable public Boolean getIsCheckedAgainstFactoryCal()
Original property name from the Odata EDM: IsCheckedAgainstFactoryCal
The system checks the factory calendar to determine whether the dates in the reservation are valid workdays.
@Nullable public String getCustomer()
Original property name from the Odata EDM: Customer
This customer number is used for managing customer special stocks.
@Nullable public String getWBSElement()
Original property name from the Odata EDM: WBSElement
@Nullable public String getControllingArea()
Original property name from the Odata EDM: ControllingArea
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.
@Nullable public String getSalesOrder()
Original property name from the Odata EDM: SalesOrder
The selection of postprocessing records via the sales order number is only possible for non-valuated sales order stock.
@Nullable public String getSalesOrderItem()
Original property name from the Odata EDM: SalesOrderItem
@Nullable public String getSalesOrderScheduleLine()
Original property name from the Odata EDM: SalesOrderScheduleLine
@Nullable public String getAssetNumber()
Original property name from the Odata EDM: AssetNumber
@Nullable public String getAssetSubNumber()
Original property name from the Odata EDM: AssetSubNumber
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.
@Nullable public String getNetworkNumberForAcctAssgmt()
Original property name from the Odata EDM: NetworkNumberForAcctAssgmt
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.
@Nullable public String getIssuingOrReceivingPlant()
Original property name from the Odata EDM: IssuingOrReceivingPlant
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.
@Nullable public String getIssuingOrReceivingStorageLoc()
Original property name from the Odata EDM: IssuingOrReceivingStorageLoc
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.
public String toString()
toString
in class VdmObject<ReservationDocumentHeader>
public boolean equals(Object o)
equals
in class VdmObject<ReservationDocumentHeader>
protected boolean canEqual(Object other)
canEqual
in class VdmObject<ReservationDocumentHeader>
public int hashCode()
hashCode
in class VdmObject<ReservationDocumentHeader>
Copyright © 2020 SAP SE. All rights reserved.