public class ServiceEntrySheetItem extends VdmEntity<ServiceEntrySheetItem>
Modifier and Type | Class and Description |
---|---|
static class |
ServiceEntrySheetItem.ServiceEntrySheetItemBuilder |
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<Calendar> |
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<Calendar> |
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_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<Calendar> |
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.
|
Constructor and Description |
---|
ServiceEntrySheetItem() |
ServiceEntrySheetItem(String serviceEntrySheet,
String serviceEntrySheetItem,
String accountAssignmentCategory,
BigDecimal confirmedQuantity,
String createdByUser,
Calendar creationDateTime,
String purchasingOrganization,
String purchasingGroup,
String plant,
String currency,
String isDeleted,
Calendar lastChangeDateTime,
String lastChangedByUser,
String materialGroup,
String multipleAcctAssgmtDistribution,
BigDecimal netAmount,
BigDecimal netPriceAmount,
String originObject,
String purchaseOrder,
String purchaseOrderItem,
String quantityUnit,
String service,
String serviceEntrySheetItemDesc,
UUID serviceEntrySheetItemUUID,
UUID serviceEntrySheetUUID,
Calendar servicePerformanceDate,
String servicePerformer,
String workItem,
String purgDocItemExternalReference,
ErpConfigContext erpConfigContext,
List<SrvcEntrShtAcctAssignment> toAccountAssignment) |
Modifier and Type | Method and Description |
---|---|
void |
addAccountAssignment(SrvcEntrShtAcctAssignment... entity)
Adds elements to the list of associated SrvcEntrShtAcctAssignment entities.
|
static ServiceEntrySheetItem.ServiceEntrySheetItemBuilder |
builder() |
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.
|
String |
getAccountAssignmentCategory()
Constraints: Not nullable, Maximum length: 1 The account assignment category determines which account assignment data (such as cost center, account number and so on) is necessary for the item.
|
List<SrvcEntrShtAcctAssignment> |
getAccountAssignmentOrFetch()
Retrieval of associated SrvcEntrShtAcctAssignment entities (one to many).
|
com.google.common.base.Optional<List<SrvcEntrShtAcctAssignment>> |
getAccountAssignmentOrNull()
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
|
Calendar |
getCreationDateTime()
Constraints: Not nullable, Precision: 7 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.
|
String |
getCurrency()
Constraints: Not nullable, Maximum length: 5
|
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
String |
getIsDeleted()
Constraints: Not nullable, Maximum length: 1 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.
|
Calendar |
getLastChangeDateTime()
Constraints: Not nullable, Precision: 7 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.
|
String |
getLastChangedByUser()
Constraints: Not nullable, Maximum length: 12
|
String |
getMaterialGroup()
Constraints: Not nullable, Maximum length: 9 You can use material groups to:Restrict the scope of analysesSearch specifically for product master records via search helpsIf you have not defined a material 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.
|
String |
getMultipleAcctAssgmtDistribution()
Constraints: Not nullable, Maximum length: 1 You can distribute the purchase order quantity or the net value of a document item, or specify a percentage for each account assignment.
|
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 You use the plant key to determine, for instance, which plant is to receive ordered goods.
|
String |
getPurchaseOrder()
Constraints: Not nullable, Maximum length: 10
|
String |
getPurchaseOrderItem()
Constraints: Not nullable, Maximum length: 5
|
String |
getPurchasingGroup()
Constraints: Not nullable, Maximum length: 3 Frequently, purchasing documents (such as purchase orders) are monitored by the purchasing group.
|
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
|
Calendar |
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 The account assignment category determines which account assignment data (such as cost center, account number and so on) is necessary for the item.
|
void |
setConfirmedQuantity(BigDecimal confirmedQuantity)
Constraints: Not nullable, Precision: 13, Scale: 3
|
void |
setCreatedByUser(String createdByUser)
Constraints: Not nullable, Maximum length: 12
|
void |
setCreationDateTime(Calendar creationDateTime)
Constraints: Not nullable, Precision: 7 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.
|
void |
setCurrency(String currency)
Constraints: Not nullable, Maximum length: 5
|
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
setIsDeleted(String isDeleted)
Constraints: Not nullable, Maximum length: 1 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.
|
void |
setLastChangeDateTime(Calendar lastChangeDateTime)
Constraints: Not nullable, Precision: 7 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.
|
void |
setLastChangedByUser(String lastChangedByUser)
Constraints: Not nullable, Maximum length: 12
|
void |
setMaterialGroup(String materialGroup)
Constraints: Not nullable, Maximum length: 9 You can use material groups to:Restrict the scope of analysesSearch specifically for product master records via search helpsIf you have not defined a material 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.
|
void |
setMultipleAcctAssgmtDistribution(String multipleAcctAssgmtDistribution)
Constraints: Not nullable, Maximum length: 1 You can distribute the purchase order quantity or the net value of a document item, or specify a percentage for each account assignment.
|
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 You use the plant key to determine, for instance, which plant is to receive ordered goods.
|
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 Frequently, purchasing documents (such as purchase orders) are monitored by the purchasing group.
|
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
|
void |
setServicePerformanceDate(Calendar 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
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
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<Calendar> 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<Calendar> 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> 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<Calendar> 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 Calendar creationDateTime, @Nullable String purchasingOrganization, @Nullable String purchasingGroup, @Nullable String plant, @Nullable String currency, @Nullable String isDeleted, @Nullable Calendar 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 quantityUnit, @Nullable String service, @Nullable String serviceEntrySheetItemDesc, @Nullable UUID serviceEntrySheetItemUUID, @Nullable UUID serviceEntrySheetUUID, @Nullable Calendar servicePerformanceDate, @Nullable String servicePerformer, @Nullable String workItem, @Nullable String purgDocItemExternalReference, @Nullable ErpConfigContext erpConfigContext, List<SrvcEntrShtAcctAssignment> toAccountAssignment)
public Class<ServiceEntrySheetItem> getType()
getType
in class VdmObject<ServiceEntrySheetItem>
public static <T> ServiceEntrySheetItemField<T> field(String fieldName, Class<T> fieldType)
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.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.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.public com.google.common.base.Optional<List<SrvcEntrShtAcctAssignment>> getAccountAssignmentOrNull()
If the navigation property to_AccountAssignment for an entity ServiceEntrySheetItem has not been resolved yet, this method will not query further information. Instead its Optional result state will be null.
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()
@Nullable public String getServiceEntrySheetItem()
@Nullable public String getAccountAssignmentCategory()
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()
@Nullable public String getCreatedByUser()
@Nullable public Calendar getCreationDateTime()
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()
@Nullable public String getPurchasingGroup()
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()
You use the plant key to determine, for instance, which plant is to receive ordered goods.
@Nullable public String getCurrency()
@Nullable public String getIsDeleted()
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 Calendar getLastChangeDateTime()
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()
@Nullable public String getMaterialGroup()
You can use material groups to:Restrict the scope of analysesSearch specifically for product master records via search helpsIf you have not defined a material 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()
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()
@Nullable public BigDecimal getNetPriceAmount()
@Nullable public String getOriginObject()
@Nullable public String getPurchaseOrder()
@Nullable public String getPurchaseOrderItem()
@Nullable public String getQuantityUnit()
@Nullable public String getService()
@Nullable public String getServiceEntrySheetItemDesc()
@Nullable public UUID getServiceEntrySheetItemUUID()
@Nullable public UUID getServiceEntrySheetUUID()
@Nullable public Calendar getServicePerformanceDate()
@Nullable public String getServicePerformer()
@Nullable public String getWorkItem()
@Nullable public String getPurgDocItemExternalReference()
@Nullable public ErpConfigContext getErpConfigContext()
public void setServiceEntrySheet(@Nullable String serviceEntrySheet)
serviceEntrySheet
- public void setServiceEntrySheetItem(@Nullable String serviceEntrySheetItem)
serviceEntrySheetItem
- public void setAccountAssignmentCategory(@Nullable String 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
- public void setConfirmedQuantity(@Nullable BigDecimal confirmedQuantity)
confirmedQuantity
- public void setCreatedByUser(@Nullable String createdByUser)
createdByUser
- public void setCreationDateTime(@Nullable Calendar 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
- public void setPurchasingOrganization(@Nullable String purchasingOrganization)
purchasingOrganization
- public void setPurchasingGroup(@Nullable String 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
- public void setPlant(@Nullable String plant)
You use the plant key to determine, for instance, which plant is to receive ordered goods.
plant
- public void setCurrency(@Nullable String currency)
currency
- public void setIsDeleted(@Nullable String 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
- public void setLastChangeDateTime(@Nullable Calendar 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
- public void setLastChangedByUser(@Nullable String lastChangedByUser)
lastChangedByUser
- public void setMaterialGroup(@Nullable String materialGroup)
You can use material groups to:Restrict the scope of analysesSearch specifically for product master records via search helpsIf you have not defined a material 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
- public void setMultipleAcctAssgmtDistribution(@Nullable String 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
- public void setNetAmount(@Nullable BigDecimal netAmount)
netAmount
- public void setNetPriceAmount(@Nullable BigDecimal netPriceAmount)
netPriceAmount
- public void setOriginObject(@Nullable String originObject)
originObject
- public void setPurchaseOrder(@Nullable String purchaseOrder)
purchaseOrder
- public void setPurchaseOrderItem(@Nullable String purchaseOrderItem)
purchaseOrderItem
- public void setQuantityUnit(@Nullable String quantityUnit)
quantityUnit
- public void setService(@Nullable String service)
service
- public void setServiceEntrySheetItemDesc(@Nullable String serviceEntrySheetItemDesc)
serviceEntrySheetItemDesc
- public void setServiceEntrySheetItemUUID(@Nullable UUID serviceEntrySheetItemUUID)
serviceEntrySheetItemUUID
- public void setServiceEntrySheetUUID(@Nullable UUID serviceEntrySheetUUID)
serviceEntrySheetUUID
- public void setServicePerformanceDate(@Nullable Calendar servicePerformanceDate)
servicePerformanceDate
- public void setServicePerformer(@Nullable String servicePerformer)
servicePerformer
- public void setWorkItem(@Nullable String workItem)
workItem
- public void setPurgDocItemExternalReference(@Nullable String purgDocItemExternalReference)
purgDocItemExternalReference
- public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- public String toString()
toString
in class VdmObject<ServiceEntrySheetItem>
public boolean equals(Object o)
equals
in class VdmObject<ServiceEntrySheetItem>
public int hashCode()
hashCode
in class VdmObject<ServiceEntrySheetItem>
Copyright © 2018 SAP SE. All rights reserved.