Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceentrysheet | |
com.sap.cloud.sdk.s4hana.datamodel.odata.services |
Modifier and Type | Field and Description |
---|---|
static ServiceEntrySheetLink<ServiceEntrySheetItem> |
ServiceEntrySheet.TO_SERVICE_ENTRY_SHEET_ITEM
Use with available fluent helpers to apply the to_ServiceEntrySheetItem navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
ServiceEntrySheetItem |
ServiceEntrySheetItem.ServiceEntrySheetItemBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<ServiceEntrySheetItem> |
ServiceEntrySheet.fetchServiceEntrySheetItem()
Fetches the ServiceEntrySheetItem entities (one to many) associated with this entity.
|
List<ServiceEntrySheetItem> |
ServiceEntrySheet.getServiceEntrySheetItemOrFetch()
Retrieval of associated ServiceEntrySheetItem entities (one to many).
|
com.google.common.base.Optional<List<ServiceEntrySheetItem>> |
ServiceEntrySheet.getServiceEntrySheetItemOrNull()
Retrieval of associated ServiceEntrySheetItem entities (one to many).
|
Class<ServiceEntrySheetItem> |
ServiceEntrySheetItem.getType() |
Modifier and Type | Method and Description |
---|---|
void |
ServiceEntrySheet.addServiceEntrySheetItem(ServiceEntrySheetItem... entity)
Adds elements to the list of associated ServiceEntrySheetItem entities.
|
ServiceEntrySheet.ServiceEntrySheetBuilder |
ServiceEntrySheet.ServiceEntrySheetBuilder.serviceEntrySheetItem(ServiceEntrySheetItem... value) |
Modifier and Type | Method and Description |
---|---|
void |
ServiceEntrySheet.setServiceEntrySheetItem(List<ServiceEntrySheetItem> value)
Overwrites the list of associated ServiceEntrySheetItem entities for the loaded navigation property to_ServiceEntrySheetItem.
|
Constructor and Description |
---|
ServiceEntrySheetItemCreateFluentHelper(ServiceEntrySheetItem entity) |
ServiceEntrySheetItemUpdateFluentHelper(ServiceEntrySheetItem entity) |
Constructor and Description |
---|
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 |
---|---|
ServiceEntrySheetItemCreateFluentHelper |
ServiceEntrySheetService.createServiceEntrySheetItem(ServiceEntrySheetItem serviceEntrySheetItem)
Create a new
ServiceEntrySheetItem entity and save it to the S/4HANA system. |
ServiceEntrySheetItemCreateFluentHelper |
DefaultServiceEntrySheetService.createServiceEntrySheetItem(ServiceEntrySheetItem serviceEntrySheetItem) |
ServiceEntrySheetItemUpdateFluentHelper |
ServiceEntrySheetService.updateServiceEntrySheetItem(ServiceEntrySheetItem serviceEntrySheetItem)
Update an existing
ServiceEntrySheetItem entity and save it to the S/4HANA system. |
ServiceEntrySheetItemUpdateFluentHelper |
DefaultServiceEntrySheetService.updateServiceEntrySheetItem(ServiceEntrySheetItem serviceEntrySheetItem) |
Copyright © 2018 SAP SE. All rights reserved.