public class ServiceEntrySheet extends VdmEntity<ServiceEntrySheet>
Modifier and Type | Class and Description |
---|---|
static class |
ServiceEntrySheet.ServiceEntrySheetBuilder |
Modifier and Type | Field and Description |
---|---|
static ServiceEntrySheetSelectable |
ALL_FIELDS
Selector for all available fields of ServiceEntrySheet.
|
static ServiceEntrySheetField<Calendar> |
APPROVAL_DATE_TIME
Use with available fluent helpers to apply the ApprovalDateTime field to query operations.
|
static ServiceEntrySheetField<String> |
APPROVAL_STATUS
Use with available fluent helpers to apply the ApprovalStatus field to query operations.
|
static ServiceEntrySheetField<String> |
CREATED_BY_USER
Use with available fluent helpers to apply the CreatedByUser field to query operations.
|
static ServiceEntrySheetField<Calendar> |
CREATION_DATE_TIME
Use with available fluent helpers to apply the CreationDateTime field to query operations.
|
static ServiceEntrySheetField<String> |
CURRENCY
Use with available fluent helpers to apply the Currency field to query operations.
|
static ServiceEntrySheetField<String> |
IS_DELETED
Use with available fluent helpers to apply the IsDeleted field to query operations.
|
static ServiceEntrySheetField<String> |
IS_END_OF_PURPOSE_BLOCKED
Use with available fluent helpers to apply the IsEndOfPurposeBlocked field to query operations.
|
static ServiceEntrySheetField<Calendar> |
LAST_CHANGE_DATE_TIME
Use with available fluent helpers to apply the LastChangeDateTime field to query operations.
|
static ServiceEntrySheetField<String> |
LAST_CHANGED_BY_USER
Use with available fluent helpers to apply the LastChangedByUser field to query operations.
|
static ServiceEntrySheetField<String> |
MATERIAL_DOCUMENT
Use with available fluent helpers to apply the MaterialDocument field to query operations.
|
static ServiceEntrySheetField<String> |
MATERIAL_DOCUMENT_YEAR
Use with available fluent helpers to apply the MaterialDocumentYear field to query operations.
|
static ServiceEntrySheetField<String> |
ORIGIN_OBJECT_TYPE
Use with available fluent helpers to apply the OriginObjectType field to query operations.
|
static ServiceEntrySheetField<Calendar> |
POSTING_DATE
Use with available fluent helpers to apply the PostingDate field to query operations.
|
static ServiceEntrySheetField<String> |
PURCHASE_ORDER
Use with available fluent helpers to apply the PurchaseOrder field to query operations.
|
static ServiceEntrySheetField<String> |
PURCHASING_GROUP
Use with available fluent helpers to apply the PurchasingGroup field to query operations.
|
static ServiceEntrySheetField<String> |
PURCHASING_ORGANIZATION
Use with available fluent helpers to apply the PurchasingOrganization field to query operations.
|
static ServiceEntrySheetField<String> |
PURG_DOC_EXTERNAL_REFERENCE
Use with available fluent helpers to apply the PurgDocExternalReference field to query operations.
|
static ServiceEntrySheetField<String> |
PURG_DOC_EXTERNAL_SYSTEM
Use with available fluent helpers to apply the PurgDocExternalSystem field to query operations.
|
static ServiceEntrySheetField<String> |
RESPONSIBLE_PERSON
Use with available fluent helpers to apply the ResponsiblePerson field to query operations.
|
static ServiceEntrySheetField<String> |
SERVICE_ENTRY_SHEET
Use with available fluent helpers to apply the ServiceEntrySheet field to query operations.
|
static ServiceEntrySheetField<String> |
SERVICE_ENTRY_SHEET_NAME
Use with available fluent helpers to apply the ServiceEntrySheetName field to query operations.
|
static ServiceEntrySheetField<UUID> |
SERVICE_ENTRY_SHEET_UUID
Use with available fluent helpers to apply the ServiceEntrySheetUUID field to query operations.
|
static ServiceEntrySheetField<String> |
SUPPLIER
Use with available fluent helpers to apply the Supplier field to query operations.
|
static ServiceEntrySheetLink<ServiceEntrySheetItem> |
TO_SERVICE_ENTRY_SHEET_ITEM
Use with available fluent helpers to apply the to_ServiceEntrySheetItem navigation property to query operations.
|
Constructor and Description |
---|
ServiceEntrySheet() |
ServiceEntrySheet(String serviceEntrySheet,
Calendar approvalDateTime,
String approvalStatus,
String createdByUser,
Calendar creationDateTime,
String purchasingOrganization,
String purchasingGroup,
String isEndOfPurposeBlocked,
String currency,
String isDeleted,
Calendar lastChangeDateTime,
String lastChangedByUser,
String materialDocument,
String materialDocumentYear,
String originObjectType,
String purchaseOrder,
String responsiblePerson,
String serviceEntrySheetName,
UUID serviceEntrySheetUUID,
String supplier,
String purgDocExternalSystem,
String purgDocExternalReference,
Calendar postingDate,
ErpConfigContext erpConfigContext,
List<ServiceEntrySheetItem> toServiceEntrySheetItem) |
Modifier and Type | Method and Description |
---|---|
void |
addServiceEntrySheetItem(ServiceEntrySheetItem... entity)
Adds elements to the list of associated ServiceEntrySheetItem entities.
|
static ServiceEntrySheet.ServiceEntrySheetBuilder |
builder() |
boolean |
equals(Object o) |
List<ServiceEntrySheetItem> |
fetchServiceEntrySheetItem()
Fetches the ServiceEntrySheetItem entities (one to many) associated with this entity.
|
static <T> ServiceEntrySheetField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
Calendar |
getApprovalDateTime()
Constraints: Not nullable, Precision: 7
|
String |
getApprovalStatus()
Constraints: Not nullable, Maximum length: 2
|
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.
|
String |
getIsEndOfPurposeBlocked()
Constraints: Not nullable, Maximum length: 1 The EoP is the point in time for a data set when the processing of personal data is no longer required for the primary business purpose.
|
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 |
getMaterialDocument()
Constraints: Not nullable, Maximum length: 10 Number of the material document with which a goods movement was posted.Together with the material document year, the document number constitutes the key via which a material document is accessed.
|
String |
getMaterialDocumentYear()
Constraints: Not nullable, Maximum length: 4 In conjunction with the document number, the material document year constitutes the key via which a material document is accessed.
|
String |
getOriginObjectType()
Constraints: Not nullable, Maximum length: 2
|
Calendar |
getPostingDate()
Constraints: Not nullable, Precision: 0
|
String |
getPurchaseOrder()
Constraints: Not nullable, Maximum length: 10
|
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 |
getPurgDocExternalReference()
Constraints: Not nullable, Maximum length: 70
|
String |
getPurgDocExternalSystem()
Constraints: Not nullable, Maximum length: 60
|
String |
getResponsiblePerson()
Constraints: Not nullable, Maximum length: 8
|
String |
getServiceEntrySheet()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
List<ServiceEntrySheetItem> |
getServiceEntrySheetItemOrFetch()
Retrieval of associated ServiceEntrySheetItem entities (one to many).
|
com.google.common.base.Optional<List<ServiceEntrySheetItem>> |
getServiceEntrySheetItemOrNull()
Retrieval of associated ServiceEntrySheetItem entities (one to many).
|
String |
getServiceEntrySheetName()
Constraints: Not nullable, Maximum length: 40
|
UUID |
getServiceEntrySheetUUID()
Constraints: none
|
String |
getSupplier()
Constraints: Not nullable, Maximum length: 10
|
Class<ServiceEntrySheet> |
getType() |
int |
hashCode() |
void |
setApprovalDateTime(Calendar approvalDateTime)
Constraints: Not nullable, Precision: 7
|
void |
setApprovalStatus(String approvalStatus)
Constraints: Not nullable, Maximum length: 2
|
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 |
setIsEndOfPurposeBlocked(String isEndOfPurposeBlocked)
Constraints: Not nullable, Maximum length: 1 The EoP is the point in time for a data set when the processing of personal data is no longer required for the primary business purpose.
|
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 |
setMaterialDocument(String materialDocument)
Constraints: Not nullable, Maximum length: 10 Number of the material document with which a goods movement was posted.Together with the material document year, the document number constitutes the key via which a material document is accessed.
|
void |
setMaterialDocumentYear(String materialDocumentYear)
Constraints: Not nullable, Maximum length: 4 In conjunction with the document number, the material document year constitutes the key via which a material document is accessed.
|
void |
setOriginObjectType(String originObjectType)
Constraints: Not nullable, Maximum length: 2
|
void |
setPostingDate(Calendar postingDate)
Constraints: Not nullable, Precision: 0
|
void |
setPurchaseOrder(String purchaseOrder)
Constraints: Not nullable, Maximum length: 10
|
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 |
setPurgDocExternalReference(String purgDocExternalReference)
Constraints: Not nullable, Maximum length: 70
|
void |
setPurgDocExternalSystem(String purgDocExternalSystem)
Constraints: Not nullable, Maximum length: 60
|
void |
setResponsiblePerson(String responsiblePerson)
Constraints: Not nullable, Maximum length: 8
|
void |
setServiceEntrySheet(String serviceEntrySheet)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setServiceEntrySheetItem(List<ServiceEntrySheetItem> value)
Overwrites the list of associated ServiceEntrySheetItem entities for the loaded navigation property to_ServiceEntrySheetItem.
|
void |
setServiceEntrySheetName(String serviceEntrySheetName)
Constraints: Not nullable, Maximum length: 40
|
void |
setServiceEntrySheetUUID(UUID serviceEntrySheetUUID)
Constraints: none
|
void |
setSupplier(String supplier)
Constraints: Not nullable, Maximum length: 10
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final ServiceEntrySheetSelectable ALL_FIELDS
public static final ServiceEntrySheetField<String> SERVICE_ENTRY_SHEET
public static final ServiceEntrySheetField<Calendar> APPROVAL_DATE_TIME
public static final ServiceEntrySheetField<String> APPROVAL_STATUS
public static final ServiceEntrySheetField<String> CREATED_BY_USER
public static final ServiceEntrySheetField<Calendar> CREATION_DATE_TIME
public static final ServiceEntrySheetField<String> PURCHASING_ORGANIZATION
public static final ServiceEntrySheetField<String> PURCHASING_GROUP
public static final ServiceEntrySheetField<String> IS_END_OF_PURPOSE_BLOCKED
public static final ServiceEntrySheetField<String> CURRENCY
public static final ServiceEntrySheetField<String> IS_DELETED
public static final ServiceEntrySheetField<Calendar> LAST_CHANGE_DATE_TIME
public static final ServiceEntrySheetField<String> LAST_CHANGED_BY_USER
public static final ServiceEntrySheetField<String> MATERIAL_DOCUMENT
public static final ServiceEntrySheetField<String> MATERIAL_DOCUMENT_YEAR
public static final ServiceEntrySheetField<String> ORIGIN_OBJECT_TYPE
public static final ServiceEntrySheetField<String> PURCHASE_ORDER
public static final ServiceEntrySheetField<String> RESPONSIBLE_PERSON
public static final ServiceEntrySheetField<String> SERVICE_ENTRY_SHEET_NAME
public static final ServiceEntrySheetField<UUID> SERVICE_ENTRY_SHEET_UUID
public static final ServiceEntrySheetField<String> SUPPLIER
public static final ServiceEntrySheetField<String> PURG_DOC_EXTERNAL_SYSTEM
public static final ServiceEntrySheetField<String> PURG_DOC_EXTERNAL_REFERENCE
public static final ServiceEntrySheetField<Calendar> POSTING_DATE
public static final ServiceEntrySheetLink<ServiceEntrySheetItem> TO_SERVICE_ENTRY_SHEET_ITEM
public ServiceEntrySheet()
public ServiceEntrySheet(@Nullable String serviceEntrySheet, @Nullable Calendar approvalDateTime, @Nullable String approvalStatus, @Nullable String createdByUser, @Nullable Calendar creationDateTime, @Nullable String purchasingOrganization, @Nullable String purchasingGroup, @Nullable String isEndOfPurposeBlocked, @Nullable String currency, @Nullable String isDeleted, @Nullable Calendar lastChangeDateTime, @Nullable String lastChangedByUser, @Nullable String materialDocument, @Nullable String materialDocumentYear, @Nullable String originObjectType, @Nullable String purchaseOrder, @Nullable String responsiblePerson, @Nullable String serviceEntrySheetName, @Nullable UUID serviceEntrySheetUUID, @Nullable String supplier, @Nullable String purgDocExternalSystem, @Nullable String purgDocExternalReference, @Nullable Calendar postingDate, @Nullable ErpConfigContext erpConfigContext, List<ServiceEntrySheetItem> toServiceEntrySheetItem)
public Class<ServiceEntrySheet> getType()
getType
in class VdmObject<ServiceEntrySheet>
public static <T> ServiceEntrySheetField<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<ServiceEntrySheetItem> fetchServiceEntrySheetItem() 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<ServiceEntrySheetItem> getServiceEntrySheetItemOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_ServiceEntrySheetItem of a queried ServiceEntrySheet 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<ServiceEntrySheetItem>> getServiceEntrySheetItemOrNull()
If the navigation property to_ServiceEntrySheetItem for an entity ServiceEntrySheet has not been resolved yet, this method will not query further information. Instead its Optional result state will be null.
public void setServiceEntrySheetItem(@NonNull List<ServiceEntrySheetItem> value)
If the navigation property to_ServiceEntrySheetItem of a queried ServiceEntrySheet 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 ServiceEntrySheetItem entities.public void addServiceEntrySheetItem(ServiceEntrySheetItem... entity)
If the navigation property to_ServiceEntrySheetItem of a queried ServiceEntrySheet 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 ServiceEntrySheetItem entities.public static ServiceEntrySheet.ServiceEntrySheetBuilder builder()
@Nullable public String getServiceEntrySheet()
@Nullable public Calendar getApprovalDateTime()
@Nullable public String getApprovalStatus()
@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 getIsEndOfPurposeBlocked()
The EoP is the point in time for a data set when the processing of personal data is no longer required for the primary business purpose. After the EoP has been reached, the data is blocked and can only be accessed by users with special authorization
@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 getMaterialDocument()
Number of the material document with which a goods movement was posted.Together with the material document year, the document number constitutes the key via which a material document is accessed.
@Nullable public String getMaterialDocumentYear()
In conjunction with the document number, the material document year constitutes the key via which a material document is accessed.
@Nullable public String getOriginObjectType()
@Nullable public String getPurchaseOrder()
@Nullable public String getResponsiblePerson()
@Nullable public String getServiceEntrySheetName()
@Nullable public UUID getServiceEntrySheetUUID()
@Nullable public String getSupplier()
@Nullable public String getPurgDocExternalSystem()
@Nullable public String getPurgDocExternalReference()
@Nullable public Calendar getPostingDate()
@Nullable public ErpConfigContext getErpConfigContext()
public void setServiceEntrySheet(@Nullable String serviceEntrySheet)
serviceEntrySheet
- public void setApprovalDateTime(@Nullable Calendar approvalDateTime)
approvalDateTime
- public void setApprovalStatus(@Nullable String approvalStatus)
approvalStatus
- 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 setIsEndOfPurposeBlocked(@Nullable String isEndOfPurposeBlocked)
The EoP is the point in time for a data set when the processing of personal data is no longer required for the primary business purpose. After the EoP has been reached, the data is blocked and can only be accessed by users with special authorization
isEndOfPurposeBlocked
- 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 setMaterialDocument(@Nullable String materialDocument)
Number of the material document with which a goods movement was posted.Together with the material document year, the document number constitutes the key via which a material document is accessed.
materialDocument
- public void setMaterialDocumentYear(@Nullable String materialDocumentYear)
In conjunction with the document number, the material document year constitutes the key via which a material document is accessed.
materialDocumentYear
- public void setOriginObjectType(@Nullable String originObjectType)
originObjectType
- public void setPurchaseOrder(@Nullable String purchaseOrder)
purchaseOrder
- public void setResponsiblePerson(@Nullable String responsiblePerson)
responsiblePerson
- public void setServiceEntrySheetName(@Nullable String serviceEntrySheetName)
serviceEntrySheetName
- public void setServiceEntrySheetUUID(@Nullable UUID serviceEntrySheetUUID)
serviceEntrySheetUUID
- public void setSupplier(@Nullable String supplier)
supplier
- public void setPurgDocExternalSystem(@Nullable String purgDocExternalSystem)
purgDocExternalSystem
- public void setPurgDocExternalReference(@Nullable String purgDocExternalReference)
purgDocExternalReference
- public void setPostingDate(@Nullable Calendar postingDate)
postingDate
- public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- public String toString()
toString
in class VdmObject<ServiceEntrySheet>
public boolean equals(Object o)
equals
in class VdmObject<ServiceEntrySheet>
public int hashCode()
hashCode
in class VdmObject<ServiceEntrySheet>
Copyright © 2018 SAP SE. All rights reserved.