public class ServiceEntrySheetItem extends VdmEntity<ServiceEntrySheetItem>
Original entity name from the Odata EDM: A_ServiceEntrySheetItemType
Modifier and Type | Class and Description |
---|---|
static class |
ServiceEntrySheetItem.ServiceEntrySheetItemBuilder
Helper class to allow for fluent creation of ServiceEntrySheetItem instances.
|
Modifier and Type | Field and Description |
---|---|
static ServiceEntrySheetItemField<String> |
ACCOUNT_ASSIGNMENT_CATEGORY
Use with available fluent helpers to apply the AccountAssignmentCategory field to query operations.
|
static ServiceEntrySheetItemSelectable |
ALL_FIELDS
Selector for all available fields of ServiceEntrySheetItem.
|
static ServiceEntrySheetItemField<BigDecimal> |
CONFIRMED_QUANTITY
Use with available fluent helpers to apply the ConfirmedQuantity field to query operations.
|
static ServiceEntrySheetItemField<String> |
CREATED_BY_USER
Use with available fluent helpers to apply the CreatedByUser field to query operations.
|
static ServiceEntrySheetItemField<ZonedDateTime> |
CREATION_DATE_TIME
Use with available fluent helpers to apply the CreationDateTime field to query operations.
|
static ServiceEntrySheetItemField<String> |
CURRENCY
Use with available fluent helpers to apply the Currency field to query operations.
|
static ServiceEntrySheetItemField<String> |
IS_DELETED
Use with available fluent helpers to apply the IsDeleted field to query operations.
|
static ServiceEntrySheetItemField<ZonedDateTime> |
LAST_CHANGE_DATE_TIME
Use with available fluent helpers to apply the LastChangeDateTime field to query operations.
|
static ServiceEntrySheetItemField<String> |
LAST_CHANGED_BY_USER
Use with available fluent helpers to apply the LastChangedByUser field to query operations.
|
static ServiceEntrySheetItemField<String> |
MATERIAL_GROUP
Use with available fluent helpers to apply the MaterialGroup field to query operations.
|
static ServiceEntrySheetItemField<String> |
MULTIPLE_ACCT_ASSGMT_DISTRIBUTION
Use with available fluent helpers to apply the MultipleAcctAssgmtDistribution field to query operations.
|
static ServiceEntrySheetItemField<BigDecimal> |
NET_AMOUNT
Use with available fluent helpers to apply the NetAmount field to query operations.
|
static ServiceEntrySheetItemField<BigDecimal> |
NET_PRICE_AMOUNT
Use with available fluent helpers to apply the NetPriceAmount field to query operations.
|
static ServiceEntrySheetItemField<String> |
ORIGIN_OBJECT
Use with available fluent helpers to apply the OriginObject field to query operations.
|
static ServiceEntrySheetItemField<String> |
PLANT
Use with available fluent helpers to apply the Plant field to query operations.
|
static ServiceEntrySheetItemField<String> |
PURCHASE_CONTRACT
Use with available fluent helpers to apply the PurchaseContract field to query operations.
|
static ServiceEntrySheetItemField<String> |
PURCHASE_CONTRACT_ITEM
Use with available fluent helpers to apply the PurchaseContractItem field to query operations.
|
static ServiceEntrySheetItemField<String> |
PURCHASE_ORDER
Use with available fluent helpers to apply the PurchaseOrder field to query operations.
|
static ServiceEntrySheetItemField<String> |
PURCHASE_ORDER_ITEM
Use with available fluent helpers to apply the PurchaseOrderItem field to query operations.
|
static ServiceEntrySheetItemField<String> |
PURCHASING_GROUP
Use with available fluent helpers to apply the PurchasingGroup field to query operations.
|
static ServiceEntrySheetItemField<String> |
PURCHASING_ORGANIZATION
Use with available fluent helpers to apply the PurchasingOrganization field to query operations.
|
static ServiceEntrySheetItemField<String> |
PURG_DOC_ITEM_EXTERNAL_REFERENCE
Use with available fluent helpers to apply the PurgDocItemExternalReference field to query operations.
|
static ServiceEntrySheetItemField<String> |
QUANTITY_UNIT
Use with available fluent helpers to apply the QuantityUnit field to query operations.
|
static ServiceEntrySheetItemField<String> |
SERVICE
Use with available fluent helpers to apply the Service field to query operations.
|
static ServiceEntrySheetItemField<String> |
SERVICE_ENTRY_SHEET
Use with available fluent helpers to apply the ServiceEntrySheet field to query operations.
|
static ServiceEntrySheetItemField<String> |
SERVICE_ENTRY_SHEET_ITEM
Use with available fluent helpers to apply the ServiceEntrySheetItem field to query operations.
|
static ServiceEntrySheetItemField<String> |
SERVICE_ENTRY_SHEET_ITEM_DESC
Use with available fluent helpers to apply the ServiceEntrySheetItemDesc field to query operations.
|
static ServiceEntrySheetItemField<UUID> |
SERVICE_ENTRY_SHEET_ITEM_UUID
Use with available fluent helpers to apply the ServiceEntrySheetItemUUID field to query operations.
|
static ServiceEntrySheetItemField<UUID> |
SERVICE_ENTRY_SHEET_UUID
Use with available fluent helpers to apply the ServiceEntrySheetUUID field to query operations.
|
static ServiceEntrySheetItemField<LocalDateTime> |
SERVICE_PERFORMANCE_DATE
Use with available fluent helpers to apply the ServicePerformanceDate field to query operations.
|
static ServiceEntrySheetItemField<String> |
SERVICE_PERFORMER
Use with available fluent helpers to apply the ServicePerformer field to query operations.
|
static ServiceEntrySheetItemLink<SrvcEntrShtAcctAssignment> |
TO_ACCOUNT_ASSIGNMENT
Use with available fluent helpers to apply the to_AccountAssignment navigation property to query
operations.
|
static ServiceEntrySheetItemField<String> |
WORK_ITEM
Use with available fluent helpers to apply the WorkItem field to query operations.
|
changedOriginalFields
Constructor and Description |
---|
ServiceEntrySheetItem() |
ServiceEntrySheetItem(String serviceEntrySheet,
String serviceEntrySheetItem,
String accountAssignmentCategory,
BigDecimal confirmedQuantity,
String createdByUser,
ZonedDateTime creationDateTime,
String purchasingOrganization,
String purchasingGroup,
String plant,
String currency,
String isDeleted,
ZonedDateTime lastChangeDateTime,
String lastChangedByUser,
String materialGroup,
String multipleAcctAssgmtDistribution,
BigDecimal netAmount,
BigDecimal netPriceAmount,
String originObject,
String purchaseOrder,
String purchaseOrderItem,
String purchaseContract,
String purchaseContractItem,
String quantityUnit,
String service,
String serviceEntrySheetItemDesc,
UUID serviceEntrySheetItemUUID,
UUID serviceEntrySheetUUID,
LocalDateTime servicePerformanceDate,
String servicePerformer,
String workItem,
String purgDocItemExternalReference,
List<SrvcEntrShtAcctAssignment> toAccountAssignment) |
Modifier and Type | Method and Description |
---|---|
void |
addAccountAssignment(SrvcEntrShtAcctAssignment... entity)
Adds elements to the list of associated SrvcEntrShtAcctAssignment entities.
|
void |
attachToService(String servicePath,
HttpDestinationProperties destination)
Sets the service path and destination for the fetch commands of this entity.
|
static ServiceEntrySheetItem.ServiceEntrySheetItemBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<SrvcEntrShtAcctAssignment> |
fetchAccountAssignment()
Fetches the SrvcEntrShtAcctAssignment entities (one to many) associated with this entity.
|
static <T> ServiceEntrySheetItemField<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 |
getAccountAssignmentCategory()
Constraints: Not nullable, Maximum length: 1
|
io.vavr.control.Option<List<SrvcEntrShtAcctAssignment>> |
getAccountAssignmentIfPresent()
Retrieval of associated SrvcEntrShtAcctAssignment entities (one to many).
|
List<SrvcEntrShtAcctAssignment> |
getAccountAssignmentOrFetch()
Retrieval of associated SrvcEntrShtAcctAssignment entities (one to many).
|
BigDecimal |
getConfirmedQuantity()
Constraints: Not nullable, Precision: 13, Scale: 3
|
String |
getCreatedByUser()
Constraints: Not nullable, Maximum length: 12
|
ZonedDateTime |
getCreationDateTime()
Constraints: Not nullable, Precision: 7
|
String |
getCurrency()
Constraints: Not nullable, Maximum length: 5
|
protected String |
getDefaultServicePath() |
HttpDestinationProperties |
getDestinationForFetch()
Convienence field for reusing the same destination with multiple queries (e.g.
|
protected String |
getEntityCollection() |
String |
getIsDeleted()
Constraints: Not nullable, Maximum length: 1
|
protected Map<String,Object> |
getKey() |
ZonedDateTime |
getLastChangeDateTime()
Constraints: Not nullable, Precision: 7
|
String |
getLastChangedByUser()
Constraints: Not nullable, Maximum length: 12
|
String |
getMaterialGroup()
Constraints: Not nullable, Maximum length: 9
|
String |
getMultipleAcctAssgmtDistribution()
Constraints: Not nullable, Maximum length: 1
|
BigDecimal |
getNetAmount()
Constraints: Not nullable, Precision: 14, Scale: 3
|
BigDecimal |
getNetPriceAmount()
Constraints: Not nullable, Precision: 14, Scale: 3
|
String |
getOriginObject()
Constraints: Not nullable, Maximum length: 12
|
String |
getPlant()
Constraints: Not nullable, Maximum length: 4
|
String |
getPurchaseContract()
Constraints: Not nullable, Maximum length: 10
|
String |
getPurchaseContractItem()
Constraints: Not nullable, Maximum length: 5
|
String |
getPurchaseOrder()
Constraints: Not nullable, Maximum length: 10
|
String |
getPurchaseOrderItem()
Constraints: Not nullable, Maximum length: 5
|
String |
getPurchasingGroup()
Constraints: Not nullable, Maximum length: 3
|
String |
getPurchasingOrganization()
Constraints: Not nullable, Maximum length: 4
|
String |
getPurgDocItemExternalReference()
Constraints: Not nullable, Maximum length: 70
|
String |
getQuantityUnit()
Constraints: Not nullable, Maximum length: 3
|
String |
getService()
Constraints: Not nullable, Maximum length: 40
|
String |
getServiceEntrySheet()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
String |
getServiceEntrySheetItem()
(Key Field) Constraints: Not nullable, Maximum length: 5
|
String |
getServiceEntrySheetItemDesc()
Constraints: Not nullable, Maximum length: 40
|
UUID |
getServiceEntrySheetItemUUID()
Constraints: none
|
UUID |
getServiceEntrySheetUUID()
Constraints: none
|
LocalDateTime |
getServicePerformanceDate()
Constraints: Not nullable, Precision: 0
|
String |
getServicePerformer()
Constraints: Not nullable, Maximum length: 10
|
Class<ServiceEntrySheetItem> |
getType() |
String |
getWorkItem()
Constraints: Not nullable, Maximum length: 10
|
int |
hashCode() |
void |
setAccountAssignment(List<SrvcEntrShtAcctAssignment> value)
Overwrites the list of associated SrvcEntrShtAcctAssignment entities for the loaded navigation property
to_AccountAssignment.
|
void |
setAccountAssignmentCategory(String accountAssignmentCategory)
Constraints: Not nullable, Maximum length: 1
|
void |
setConfirmedQuantity(BigDecimal confirmedQuantity)
Constraints: Not nullable, Precision: 13, Scale: 3
|
void |
setCreatedByUser(String createdByUser)
Constraints: Not nullable, Maximum length: 12
|
void |
setCreationDateTime(ZonedDateTime creationDateTime)
Constraints: Not nullable, Precision: 7
|
void |
setCurrency(String currency)
Constraints: Not nullable, Maximum length: 5
|
void |
setIsDeleted(String isDeleted)
Constraints: Not nullable, Maximum length: 1
|
void |
setLastChangeDateTime(ZonedDateTime lastChangeDateTime)
Constraints: Not nullable, Precision: 7
|
void |
setLastChangedByUser(String lastChangedByUser)
Constraints: Not nullable, Maximum length: 12
|
void |
setMaterialGroup(String materialGroup)
Constraints: Not nullable, Maximum length: 9
|
void |
setMultipleAcctAssgmtDistribution(String multipleAcctAssgmtDistribution)
Constraints: Not nullable, Maximum length: 1
|
void |
setNetAmount(BigDecimal netAmount)
Constraints: Not nullable, Precision: 14, Scale: 3
|
void |
setNetPriceAmount(BigDecimal netPriceAmount)
Constraints: Not nullable, Precision: 14, Scale: 3
|
void |
setOriginObject(String originObject)
Constraints: Not nullable, Maximum length: 12
|
void |
setPlant(String plant)
Constraints: Not nullable, Maximum length: 4
|
void |
setPurchaseContract(String purchaseContract)
Constraints: Not nullable, Maximum length: 10
|
void |
setPurchaseContractItem(String purchaseContractItem)
Constraints: Not nullable, Maximum length: 5
|
void |
setPurchaseOrder(String purchaseOrder)
Constraints: Not nullable, Maximum length: 10
|
void |
setPurchaseOrderItem(String purchaseOrderItem)
Constraints: Not nullable, Maximum length: 5
|
void |
setPurchasingGroup(String purchasingGroup)
Constraints: Not nullable, Maximum length: 3
|
void |
setPurchasingOrganization(String purchasingOrganization)
Constraints: Not nullable, Maximum length: 4
|
void |
setPurgDocItemExternalReference(String purgDocItemExternalReference)
Constraints: Not nullable, Maximum length: 70
|
void |
setQuantityUnit(String quantityUnit)
Constraints: Not nullable, Maximum length: 3
|
void |
setService(String service)
Constraints: Not nullable, Maximum length: 40
|
void |
setServiceEntrySheet(String serviceEntrySheet)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setServiceEntrySheetItem(String serviceEntrySheetItem)
(Key Field) Constraints: Not nullable, Maximum length: 5
|
void |
setServiceEntrySheetItemDesc(String serviceEntrySheetItemDesc)
Constraints: Not nullable, Maximum length: 40
|
void |
setServiceEntrySheetItemUUID(UUID serviceEntrySheetItemUUID)
Constraints: none
|
void |
setServiceEntrySheetUUID(UUID serviceEntrySheetUUID)
Constraints: none
|
protected void |
setServicePathForFetch(String servicePathForFetch)
The service path only used for the fetch commands of this entity.
|
void |
setServicePerformanceDate(LocalDateTime servicePerformanceDate)
Constraints: Not nullable, Precision: 0
|
void |
setServicePerformer(String servicePerformer)
Constraints: Not nullable, Maximum length: 10
|
void |
setWorkItem(String workItem)
Constraints: Not nullable, Maximum length: 10
|
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 ServiceEntrySheetItemSelectable ALL_FIELDS
public static final ServiceEntrySheetItemField<String> SERVICE_ENTRY_SHEET
public static final ServiceEntrySheetItemField<String> SERVICE_ENTRY_SHEET_ITEM
public static final ServiceEntrySheetItemField<String> ACCOUNT_ASSIGNMENT_CATEGORY
public static final ServiceEntrySheetItemField<BigDecimal> CONFIRMED_QUANTITY
public static final ServiceEntrySheetItemField<String> CREATED_BY_USER
public static final ServiceEntrySheetItemField<ZonedDateTime> CREATION_DATE_TIME
public static final ServiceEntrySheetItemField<String> PURCHASING_ORGANIZATION
public static final ServiceEntrySheetItemField<String> PURCHASING_GROUP
public static final ServiceEntrySheetItemField<String> PLANT
public static final ServiceEntrySheetItemField<String> CURRENCY
public static final ServiceEntrySheetItemField<String> IS_DELETED
public static final ServiceEntrySheetItemField<ZonedDateTime> LAST_CHANGE_DATE_TIME
public static final ServiceEntrySheetItemField<String> LAST_CHANGED_BY_USER
public static final ServiceEntrySheetItemField<String> MATERIAL_GROUP
public static final ServiceEntrySheetItemField<String> MULTIPLE_ACCT_ASSGMT_DISTRIBUTION
public static final ServiceEntrySheetItemField<BigDecimal> NET_AMOUNT
public static final ServiceEntrySheetItemField<BigDecimal> NET_PRICE_AMOUNT
public static final ServiceEntrySheetItemField<String> ORIGIN_OBJECT
public static final ServiceEntrySheetItemField<String> PURCHASE_ORDER
public static final ServiceEntrySheetItemField<String> PURCHASE_ORDER_ITEM
public static final ServiceEntrySheetItemField<String> PURCHASE_CONTRACT
public static final ServiceEntrySheetItemField<String> PURCHASE_CONTRACT_ITEM
public static final ServiceEntrySheetItemField<String> QUANTITY_UNIT
public static final ServiceEntrySheetItemField<String> SERVICE
public static final ServiceEntrySheetItemField<String> SERVICE_ENTRY_SHEET_ITEM_DESC
public static final ServiceEntrySheetItemField<UUID> SERVICE_ENTRY_SHEET_ITEM_UUID
public static final ServiceEntrySheetItemField<UUID> SERVICE_ENTRY_SHEET_UUID
public static final ServiceEntrySheetItemField<LocalDateTime> SERVICE_PERFORMANCE_DATE
public static final ServiceEntrySheetItemField<String> SERVICE_PERFORMER
public static final ServiceEntrySheetItemField<String> WORK_ITEM
public static final ServiceEntrySheetItemField<String> PURG_DOC_ITEM_EXTERNAL_REFERENCE
public static final ServiceEntrySheetItemLink<SrvcEntrShtAcctAssignment> TO_ACCOUNT_ASSIGNMENT
public ServiceEntrySheetItem()
public ServiceEntrySheetItem(@Nullable String serviceEntrySheet, @Nullable String serviceEntrySheetItem, @Nullable String accountAssignmentCategory, @Nullable BigDecimal confirmedQuantity, @Nullable String createdByUser, @Nullable ZonedDateTime creationDateTime, @Nullable String purchasingOrganization, @Nullable String purchasingGroup, @Nullable String plant, @Nullable String currency, @Nullable String isDeleted, @Nullable ZonedDateTime lastChangeDateTime, @Nullable String lastChangedByUser, @Nullable String materialGroup, @Nullable String multipleAcctAssgmtDistribution, @Nullable BigDecimal netAmount, @Nullable BigDecimal netPriceAmount, @Nullable String originObject, @Nullable String purchaseOrder, @Nullable String purchaseOrderItem, @Nullable String purchaseContract, @Nullable String purchaseContractItem, @Nullable String quantityUnit, @Nullable String service, @Nullable String serviceEntrySheetItemDesc, @Nullable UUID serviceEntrySheetItemUUID, @Nullable UUID serviceEntrySheetUUID, @Nullable LocalDateTime servicePerformanceDate, @Nullable String servicePerformer, @Nullable String workItem, @Nullable String purgDocItemExternalReference, List<SrvcEntrShtAcctAssignment> toAccountAssignment)
@Nonnull public Class<ServiceEntrySheetItem> getType()
getType
in class VdmObject<ServiceEntrySheetItem>
public void setServiceEntrySheet(@Nullable String serviceEntrySheet)
Original property name from the Odata EDM: ServiceEntrySheet
serviceEntrySheet
- Service Entry Sheetpublic void setServiceEntrySheetItem(@Nullable String serviceEntrySheetItem)
Original property name from the Odata EDM: ServiceEntrySheetItem
serviceEntrySheetItem
- Item Number of Service Entry Sheetpublic void setAccountAssignmentCategory(@Nullable String accountAssignmentCategory)
Original property name from the Odata EDM: AccountAssignmentCategory
The account assignment category determines which account assignment data (such as cost center, account number and so on) is necessary for the item.
accountAssignmentCategory
- Specifies whether accounting for an item is to be effected via an auxiliary account (such as a cost
center).public void setConfirmedQuantity(@Nullable BigDecimal confirmedQuantity)
Original property name from the Odata EDM: ConfirmedQuantity
confirmedQuantity
- Stated Quantitypublic void setCreatedByUser(@Nullable String createdByUser)
Original property name from the Odata EDM: CreatedByUser
createdByUser
- Created By (User Name) for Service Entry Sheetpublic void setCreationDateTime(@Nullable ZonedDateTime creationDateTime)
Original property name from the Odata EDM: CreationDateTime
In order to convert local time into a UTC time stamp, which makes it easier to compare times, the local time must be converted according to your time zone. The ABAP command convert is available for this purpose.Even if the time zone that the conversion is based on can be redetermined from Customizing or master data, we still recommend that you save the time zone.The internal structure of the high-resolution UTC time stamp is logically organized in date and time sections in a packed decimal format (YYYYMMDDhhmmssmmmuuun), which depicts the year, month, day, hour,second, millisecond, microsecond and the first decimal of the nanoseconds. Please note that the hardware that is normally used does not fully support a resolution of 100 nanoseconds, which is available in the structure.See also GET TIME STAMPA UTC time stamp in short form is also available.
creationDateTime
- The UTC timestamp displays date and time according to UTC (Universal Coordinated Time).public void setPurchasingOrganization(@Nullable String purchasingOrganization)
Original property name from the Odata EDM: PurchasingOrganization
purchasingOrganization
- Denotes the purchasing organization.public void setPurchasingGroup(@Nullable String purchasingGroup)
Original property name from the Odata EDM: PurchasingGroup
Frequently, purchasing documents (such as purchase orders) are monitored by the purchasing group. Urging letters (in the case of overdue deliveries) fall also within the group's scope of activities.For each purchasing group, statistical analyses can be performed. The purchasing group can be used as a sort criterion when creating purchasing-specific reports.
purchasingGroup
- Key for a buyer or a group of buyers, who is/are responsible for certain purchasing activities.public void setPlant(@Nullable String plant)
Original property name from the Odata EDM: Plant
You use the plant key to determine, for instance, which plant is to receive ordered goods.
plant
- Specifies the key for a production facility or branch office within the company (that is, the company
code).public void setCurrency(@Nullable String currency)
Original property name from the Odata EDM: Currency
currency
- Currency key for amounts in the system.public void setIsDeleted(@Nullable String isDeleted)
Original property name from the Odata EDM: IsDeleted
You can set the deletion indicator by choosing Edit -> Delete if:You want to cancel an itemAn item is closed and can be archivedYou can set the blocking indicator by selecting the item and then choosing Edit -> Block if you do not want to allow subsequent functions for the item. Note that you must manually remove the indicator as soon as subsequent functions are allowed again.You have entered a purchase order item by mistake. You cancel it by setting the deletion indicator.A purchase order item has been delivered, invoiced, and paid for, and can now be archived. You can set the deletion indicator.
isDeleted
- Determines whether the item in the purchasing document is deleted or blocked.public void setLastChangeDateTime(@Nullable ZonedDateTime lastChangeDateTime)
Original property name from the Odata EDM: LastChangeDateTime
In order to convert local time into a UTC time stamp, which makes it easier to compare times, the local time must be converted according to your time zone. The ABAP command convert is available for this purpose.Even if the time zone that the conversion is based on can be redetermined from Customizing or master data, we still recommend that you save the time zone.The internal structure of the high-resolution UTC time stamp is logically organized in date and time sections in a packed decimal format (YYYYMMDDhhmmssmmmuuun), which depicts the year, month, day, hour,second, millisecond, microsecond and the first decimal of the nanoseconds. Please note that the hardware that is normally used does not fully support a resolution of 100 nanoseconds, which is available in the structure.See also GET TIME STAMPA UTC time stamp in short form is also available.
lastChangeDateTime
- The UTC timestamp displays date and time according to UTC (Universal Coordinated Time).public void setLastChangedByUser(@Nullable String lastChangedByUser)
Original property name from the Odata EDM: LastChangedByUser
lastChangedByUser
- Last Changed (User Name) for Service Entry Sheetpublic void setMaterialGroup(@Nullable String materialGroup)
Original property name from the Odata EDM: MaterialGroup
You can use product groups to:Restrict the scope of analysesSearch specifically for product master records via search helpsIf you have not defined a product group hierarchy using the classification system, you maintain product groups in Customizing for the Material Master in Define material groups.If you have defined a product group hierarchy, which is normally the case in retail, you maintain product groups in Customizing for Material Groups or from the initial Retailing screen by choosing Master data -> Material group.
materialGroup
- Key that you use to group together several products or services with the same attributes, and to
assign them to a particular product group.public void setMultipleAcctAssgmtDistribution(@Nullable String multipleAcctAssgmtDistribution)
Original property name from the Odata EDM: MultipleAcctAssgmtDistribution
You can distribute the purchase order quantity or the net value of a document item, or specify a percentage for each account assignment. The system calculates complementary values. For example, if you choose quantity-based distribution and enter a number of pieces for each account assignment, the system calculates the percentage and net value.If you choose quantity-based or percentage distribution, the quantities that are distributed to an account assignment are rounded to three decimal places, to ensure that the 100% of the item quantity is always distributed.If you choose percentage distribution and change the requested quantity on the item overview screen, the system adjusts the quantities in the associated account assignment items.If you choose amount-based distribution, the system distributes the item quantity to the individual account assignments exactly according to the defined distribution, including very small value amounts. The quantities of individual account assignment items are displayed as rounded, but the system uses the exact quantities.
multipleAcctAssgmtDistribution
- Defines how the quantity and value of the purchase order item are distributed to individual account
assignment items.public void setNetAmount(@Nullable BigDecimal netAmount)
Original property name from the Odata EDM: NetAmount
netAmount
- Stated Amountpublic void setNetPriceAmount(@Nullable BigDecimal netPriceAmount)
Original property name from the Odata EDM: NetPriceAmount
netPriceAmount
- Price per Unit for an SES Itempublic void setOriginObject(@Nullable String originObject)
Original property name from the Odata EDM: OriginObject
originObject
- External Reference Documentpublic void setPurchaseOrder(@Nullable String purchaseOrder)
Original property name from the Odata EDM: PurchaseOrder
purchaseOrder
- Reference Purchase Orderpublic void setPurchaseOrderItem(@Nullable String purchaseOrderItem)
Original property name from the Odata EDM: PurchaseOrderItem
purchaseOrderItem
- Referenced Purchase Order Itempublic void setPurchaseContract(@Nullable String purchaseContract)
Original property name from the Odata EDM: PurchaseContract
The contract for the enhanced limit enables the following process:In a purchase contract, you define potential services for a service provider.In the purchase order item, you define a limit (Overall Limit and Expected Value) and you assign the purchase contract to this limit.In the service entry sheet that refers to this limit item, the purchaser can only select services from the assigned contract.
purchaseContract
- Identifies the purchase contract for the enhanced limit.public void setPurchaseContractItem(@Nullable String purchaseContractItem)
Original property name from the Odata EDM: PurchaseContractItem
purchaseContractItem
- Specifies the number of the outline agreement item to which this purchase order or purchase
requisition refers.public void setQuantityUnit(@Nullable String quantityUnit)
Original property name from the Odata EDM: QuantityUnit
quantityUnit
- Unit of Measure for Service Entry Statementpublic void setService(@Nullable String service)
Original property name from the Odata EDM: Service
service
- Productpublic void setServiceEntrySheetItemDesc(@Nullable String serviceEntrySheetItemDesc)
Original property name from the Odata EDM: ServiceEntrySheetItemDesc
serviceEntrySheetItemDesc
- Item Description for Service Entry Sheetpublic void setServiceEntrySheetItemUUID(@Nullable UUID serviceEntrySheetItemUUID)
Original property name from the Odata EDM: ServiceEntrySheetItemUUID
serviceEntrySheetItemUUID
- UUID serving as key (parent key, root key)public void setServiceEntrySheetUUID(@Nullable UUID serviceEntrySheetUUID)
Original property name from the Odata EDM: ServiceEntrySheetUUID
serviceEntrySheetUUID
- UUID serving as key (parent key, root key)public void setServicePerformanceDate(@Nullable LocalDateTime servicePerformanceDate)
Original property name from the Odata EDM: ServicePerformanceDate
servicePerformanceDate
- Date of Service Performancepublic void setServicePerformer(@Nullable String servicePerformer)
Original property name from the Odata EDM: ServicePerformer
servicePerformer
- Service Performerpublic void setWorkItem(@Nullable String workItem)
Original property name from the Odata EDM: WorkItem
workItem
- Work Item IDpublic void setPurgDocItemExternalReference(@Nullable String purgDocItemExternalReference)
Original property name from the Odata EDM: PurgDocItemExternalReference
purgDocItemExternalReference
- Represents the node of an external document or of a subordinate entity. The ID can refer, for example,
to the external document, to the item, or to the condition line of the external document. In any case,
the ID must be unique.protected String getEntityCollection()
getEntityCollection
in class VdmEntity<ServiceEntrySheetItem>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<ServiceEntrySheetItem>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<ServiceEntrySheetItem>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<ServiceEntrySheetItem>
@Nonnull public static <T> ServiceEntrySheetItemField<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> ServiceEntrySheetItemField<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<ServiceEntrySheetItem>
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<ServiceEntrySheetItem>
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<ServiceEntrySheetItem>
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()
getDefaultServicePath
in class VdmEntity<ServiceEntrySheetItem>
@Nonnull protected Map<String,Object> toMapOfNavigationProperties()
toMapOfNavigationProperties
in class VdmObject<ServiceEntrySheetItem>
@Nonnull public List<SrvcEntrShtAcctAssignment> fetchAccountAssignment() 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<SrvcEntrShtAcctAssignment> getAccountAssignmentOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_AccountAssignment of a queried ServiceEntrySheetItem 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<SrvcEntrShtAcctAssignment>> getAccountAssignmentIfPresent()
If the navigation property for an entity ServiceEntrySheetItem 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 setAccountAssignment(@Nonnull List<SrvcEntrShtAcctAssignment> value)
If the navigation property to_AccountAssignment of a queried ServiceEntrySheetItem 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 SrvcEntrShtAcctAssignment entities.public void addAccountAssignment(SrvcEntrShtAcctAssignment... entity)
If the navigation property to_AccountAssignment of a queried ServiceEntrySheetItem 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 SrvcEntrShtAcctAssignment entities.public static ServiceEntrySheetItem.ServiceEntrySheetItemBuilder builder()
@Nullable public String getServiceEntrySheet()
Original property name from the Odata EDM: ServiceEntrySheet
@Nullable public String getServiceEntrySheetItem()
Original property name from the Odata EDM: ServiceEntrySheetItem
@Nullable public String getAccountAssignmentCategory()
Original property name from the Odata EDM: AccountAssignmentCategory
The account assignment category determines which account assignment data (such as cost center, account number and so on) is necessary for the item.
@Nullable public BigDecimal getConfirmedQuantity()
Original property name from the Odata EDM: ConfirmedQuantity
@Nullable public String getCreatedByUser()
Original property name from the Odata EDM: CreatedByUser
@Nullable public ZonedDateTime getCreationDateTime()
Original property name from the Odata EDM: CreationDateTime
In order to convert local time into a UTC time stamp, which makes it easier to compare times, the local time must be converted according to your time zone. The ABAP command convert is available for this purpose.Even if the time zone that the conversion is based on can be redetermined from Customizing or master data, we still recommend that you save the time zone.The internal structure of the high-resolution UTC time stamp is logically organized in date and time sections in a packed decimal format (YYYYMMDDhhmmssmmmuuun), which depicts the year, month, day, hour,second, millisecond, microsecond and the first decimal of the nanoseconds. Please note that the hardware that is normally used does not fully support a resolution of 100 nanoseconds, which is available in the structure.See also GET TIME STAMPA UTC time stamp in short form is also available.
@Nullable public String getPurchasingOrganization()
Original property name from the Odata EDM: PurchasingOrganization
@Nullable public String getPurchasingGroup()
Original property name from the Odata EDM: PurchasingGroup
Frequently, purchasing documents (such as purchase orders) are monitored by the purchasing group. Urging letters (in the case of overdue deliveries) fall also within the group's scope of activities.For each purchasing group, statistical analyses can be performed. The purchasing group can be used as a sort criterion when creating purchasing-specific reports.
@Nullable public String getPlant()
Original property name from the Odata EDM: Plant
You use the plant key to determine, for instance, which plant is to receive ordered goods.
@Nullable public String getCurrency()
Original property name from the Odata EDM: Currency
@Nullable public String getIsDeleted()
Original property name from the Odata EDM: IsDeleted
You can set the deletion indicator by choosing Edit -> Delete if:You want to cancel an itemAn item is closed and can be archivedYou can set the blocking indicator by selecting the item and then choosing Edit -> Block if you do not want to allow subsequent functions for the item. Note that you must manually remove the indicator as soon as subsequent functions are allowed again.You have entered a purchase order item by mistake. You cancel it by setting the deletion indicator.A purchase order item has been delivered, invoiced, and paid for, and can now be archived. You can set the deletion indicator.
@Nullable public ZonedDateTime getLastChangeDateTime()
Original property name from the Odata EDM: LastChangeDateTime
In order to convert local time into a UTC time stamp, which makes it easier to compare times, the local time must be converted according to your time zone. The ABAP command convert is available for this purpose.Even if the time zone that the conversion is based on can be redetermined from Customizing or master data, we still recommend that you save the time zone.The internal structure of the high-resolution UTC time stamp is logically organized in date and time sections in a packed decimal format (YYYYMMDDhhmmssmmmuuun), which depicts the year, month, day, hour,second, millisecond, microsecond and the first decimal of the nanoseconds. Please note that the hardware that is normally used does not fully support a resolution of 100 nanoseconds, which is available in the structure.See also GET TIME STAMPA UTC time stamp in short form is also available.
@Nullable public String getLastChangedByUser()
Original property name from the Odata EDM: LastChangedByUser
@Nullable public String getMaterialGroup()
Original property name from the Odata EDM: MaterialGroup
You can use product groups to:Restrict the scope of analysesSearch specifically for product master records via search helpsIf you have not defined a product group hierarchy using the classification system, you maintain product groups in Customizing for the Material Master in Define material groups.If you have defined a product group hierarchy, which is normally the case in retail, you maintain product groups in Customizing for Material Groups or from the initial Retailing screen by choosing Master data -> Material group.
@Nullable public String getMultipleAcctAssgmtDistribution()
Original property name from the Odata EDM: MultipleAcctAssgmtDistribution
You can distribute the purchase order quantity or the net value of a document item, or specify a percentage for each account assignment. The system calculates complementary values. For example, if you choose quantity-based distribution and enter a number of pieces for each account assignment, the system calculates the percentage and net value.If you choose quantity-based or percentage distribution, the quantities that are distributed to an account assignment are rounded to three decimal places, to ensure that the 100% of the item quantity is always distributed.If you choose percentage distribution and change the requested quantity on the item overview screen, the system adjusts the quantities in the associated account assignment items.If you choose amount-based distribution, the system distributes the item quantity to the individual account assignments exactly according to the defined distribution, including very small value amounts. The quantities of individual account assignment items are displayed as rounded, but the system uses the exact quantities.
@Nullable public BigDecimal getNetAmount()
Original property name from the Odata EDM: NetAmount
@Nullable public BigDecimal getNetPriceAmount()
Original property name from the Odata EDM: NetPriceAmount
@Nullable public String getOriginObject()
Original property name from the Odata EDM: OriginObject
@Nullable public String getPurchaseOrder()
Original property name from the Odata EDM: PurchaseOrder
@Nullable public String getPurchaseOrderItem()
Original property name from the Odata EDM: PurchaseOrderItem
@Nullable public String getPurchaseContract()
Original property name from the Odata EDM: PurchaseContract
The contract for the enhanced limit enables the following process:In a purchase contract, you define potential services for a service provider.In the purchase order item, you define a limit (Overall Limit and Expected Value) and you assign the purchase contract to this limit.In the service entry sheet that refers to this limit item, the purchaser can only select services from the assigned contract.
@Nullable public String getPurchaseContractItem()
Original property name from the Odata EDM: PurchaseContractItem
@Nullable public String getQuantityUnit()
Original property name from the Odata EDM: QuantityUnit
@Nullable public String getService()
Original property name from the Odata EDM: Service
@Nullable public String getServiceEntrySheetItemDesc()
Original property name from the Odata EDM: ServiceEntrySheetItemDesc
@Nullable public UUID getServiceEntrySheetItemUUID()
Original property name from the Odata EDM: ServiceEntrySheetItemUUID
@Nullable public UUID getServiceEntrySheetUUID()
Original property name from the Odata EDM: ServiceEntrySheetUUID
@Nullable public LocalDateTime getServicePerformanceDate()
Original property name from the Odata EDM: ServicePerformanceDate
@Nullable public String getServicePerformer()
Original property name from the Odata EDM: ServicePerformer
@Nullable public String getWorkItem()
Original property name from the Odata EDM: WorkItem
@Nullable public String getPurgDocItemExternalReference()
Original property name from the Odata EDM: PurgDocItemExternalReference
public String toString()
toString
in class VdmObject<ServiceEntrySheetItem>
public boolean equals(Object o)
equals
in class VdmObject<ServiceEntrySheetItem>
protected boolean canEqual(Object other)
canEqual
in class VdmObject<ServiceEntrySheetItem>
public int hashCode()
hashCode
in class VdmObject<ServiceEntrySheetItem>
Copyright © 2019 SAP SE. All rights reserved.