public interface ServiceEntrySheetService
This service enables a remote system to read, create and update service entry sheets from / in the SAP S/4HANA tenant.
Reference: SAP API Business Hub
OData Service: | API_SERVICE_ENTRY_SHEET_SRV |
API Version: | 1 |
Communication Scenario: | Service Entry Sheet Integration (SAP_COM_0146) |
Scope Items: | Procurement of Services (22Z) |
ServiceEntrySheetFluentHelper getAllServiceEntrySheet()
ServiceEntrySheet
entities.ServiceEntrySheet
entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute
method on the fluent helper object.ServiceEntrySheetByKeyFluentHelper getServiceEntrySheetByKey(String serviceEntrySheet)
ServiceEntrySheet
entity using key fields.serviceEntrySheet
- Service Entry SheetConstraints: Not nullable, Maximum length: 10
ServiceEntrySheet
entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute
method on the fluent helper object.ServiceEntrySheetCreateFluentHelper createServiceEntrySheet(ServiceEntrySheet serviceEntrySheet)
ServiceEntrySheet
entity and save it to the S/4HANA system.serviceEntrySheet
- ServiceEntrySheet
entity object that will be created in the S/4HANA system.ServiceEntrySheet
entity. To perform execution, call the execute
method on the fluent helper object.ServiceEntrySheetUpdateFluentHelper updateServiceEntrySheet(ServiceEntrySheet serviceEntrySheet)
ServiceEntrySheet
entity and save it to the S/4HANA system.serviceEntrySheet
- ServiceEntrySheet
entity object that will be updated in the S/4HANA system.ServiceEntrySheet
entity. To perform execution, call the execute
method on the fluent helper object.ServiceEntrySheetItemFluentHelper getAllServiceEntrySheetItem()
ServiceEntrySheetItem
entities.ServiceEntrySheetItem
entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute
method on the fluent helper object.ServiceEntrySheetItemByKeyFluentHelper getServiceEntrySheetItemByKey(String serviceEntrySheet, String serviceEntrySheetItem)
ServiceEntrySheetItem
entity using key fields.serviceEntrySheetItem
- Item Number of Service Entry SheetConstraints: Not nullable, Maximum length: 5
serviceEntrySheet
- Service Entry SheetConstraints: Not nullable, Maximum length: 10
ServiceEntrySheetItem
entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute
method on the fluent helper object.ServiceEntrySheetItemCreateFluentHelper createServiceEntrySheetItem(ServiceEntrySheetItem serviceEntrySheetItem)
ServiceEntrySheetItem
entity and save it to the S/4HANA system.serviceEntrySheetItem
- ServiceEntrySheetItem
entity object that will be created in the S/4HANA system.ServiceEntrySheetItem
entity. To perform execution, call the execute
method on the fluent helper object.ServiceEntrySheetItemUpdateFluentHelper updateServiceEntrySheetItem(ServiceEntrySheetItem serviceEntrySheetItem)
ServiceEntrySheetItem
entity and save it to the S/4HANA system.serviceEntrySheetItem
- ServiceEntrySheetItem
entity object that will be updated in the S/4HANA system.ServiceEntrySheetItem
entity. To perform execution, call the execute
method on the fluent helper object.SrvcEntrShtAcctAssignmentFluentHelper getAllSrvcEntrShtAcctAssignment()
SrvcEntrShtAcctAssignment
entities.SrvcEntrShtAcctAssignment
entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute
method on the fluent helper object.SrvcEntrShtAcctAssignmentByKeyFluentHelper getSrvcEntrShtAcctAssignmentByKey(String serviceEntrySheet, String serviceEntrySheetItem, String accountAssignment)
SrvcEntrShtAcctAssignment
entity using key fields.accountAssignment
- Number uniquely defining the account assignment of a purchase document item.Constraints: Not nullable, Maximum length: 2
serviceEntrySheetItem
- Item Number of Service Entry SheetConstraints: Not nullable, Maximum length: 5
serviceEntrySheet
- Service Entry SheetConstraints: Not nullable, Maximum length: 10
SrvcEntrShtAcctAssignment
entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute
method on the fluent helper object.SrvcEntrShtAcctAssignmentCreateFluentHelper createSrvcEntrShtAcctAssignment(SrvcEntrShtAcctAssignment srvcEntrShtAcctAssignment)
SrvcEntrShtAcctAssignment
entity and save it to the S/4HANA system.srvcEntrShtAcctAssignment
- SrvcEntrShtAcctAssignment
entity object that will be created in the S/4HANA system.SrvcEntrShtAcctAssignment
entity. To perform execution, call the execute
method on the fluent helper object.SrvcEntrShtAcctAssignmentUpdateFluentHelper updateSrvcEntrShtAcctAssignment(SrvcEntrShtAcctAssignment srvcEntrShtAcctAssignment)
SrvcEntrShtAcctAssignment
entity and save it to the S/4HANA system.srvcEntrShtAcctAssignment
- SrvcEntrShtAcctAssignment
entity object that will be updated in the S/4HANA system.SrvcEntrShtAcctAssignment
entity. To perform execution, call the execute
method on the fluent helper object.Copyright © 2018 SAP SE. All rights reserved.