Interface ServiceEntrySheetService
- All Superinterfaces:
BatchService<ServiceEntrySheetServiceBatch>
- All Known Implementing Classes:
DefaultServiceEntrySheetService
This service enables a remote system to read, create and update service entry sheets from or in the SAP S/4HANA Cloud system. It also provides service nodes to submit a service entry sheet for approval, withdraw a service entry sheet from approval or revoke approval of an already approved service entry sheet..
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | API_SERVICE_ENTRY_SHEET_SRV |
| API Version: | 1.2.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Service Entry Sheet Integration(SAP_COM_0146) |
| Scope Items: | Consumable Purchasing(BNX), Service and Material Procurement - Project-Based Services(J13), Consumable Purchasing(ONX), Procurement of Services(22Z) |
| Authentication Methods: | x509 |
| Business Object: | Service Entry Sheet |
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint. -
Method Summary
Modifier and TypeMethodDescriptioncreateServiceEntrySheet(ServiceEntrySheet serviceEntrySheet) Deprecated.Create a newServiceEntrySheetentity and save it to the S/4HANA system.Deprecated.Fetch multipleServiceEntrySheetentities.Deprecated.Fetch multipleServiceEntrySheetItementities.Deprecated.Fetch multipleSrvcEntrShtAcctAssignmententities.getServiceEntrySheetByKey(String serviceEntrySheet) Deprecated.Fetch a singleServiceEntrySheetentity using key fields.getServiceEntrySheetItemByKey(String serviceEntrySheet, String serviceEntrySheetItem) Deprecated.Fetch a singleServiceEntrySheetItementity using key fields.getSrvcEntrShtAcctAssignmentByKey(String serviceEntrySheet, String serviceEntrySheetItem, String accountAssignment) Deprecated.Fetch a singleSrvcEntrShtAcctAssignmententity using key fields.revokeApproval(String postingDate, String serviceEntrySheet) Deprecated.Creates a fluent helper for the RevokeApproval OData function import.submitForApproval(String serviceEntrySheet) Deprecated.Creates a fluent helper for the SubmitForApproval OData function import.updateServiceEntrySheet(ServiceEntrySheet serviceEntrySheet) Deprecated.Update an existingServiceEntrySheetentity and save it to the S/4HANA system.updateServiceEntrySheetItem(ServiceEntrySheetItem serviceEntrySheetItem) Deprecated.Update an existingServiceEntrySheetItementity and save it to the S/4HANA system.updateSrvcEntrShtAcctAssignment(SrvcEntrShtAcctAssignment srvcEntrShtAcctAssignment) Deprecated.Update an existingSrvcEntrShtAcctAssignmententity and save it to the S/4HANA system.withdrawFromApproval(String serviceEntrySheet) Deprecated.Creates a fluent helper for the WithdrawFromApproval OData function import.withServicePath(String servicePath) Deprecated.Overrides the default service path and returns a new service instance with the specified service path.Methods inherited from interface com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchService
batch
-
Field Details
-
DEFAULT_SERVICE_PATH
Deprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint.- See Also:
-
-
Method Details
-
withServicePath
Deprecated.Overrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
getAllServiceEntrySheet
Deprecated.Fetch multipleServiceEntrySheetentities.- Returns:
- A fluent helper to fetch multiple
ServiceEntrySheetentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getServiceEntrySheetByKey
Deprecated.Fetch a singleServiceEntrySheetentity using key fields.- Parameters:
serviceEntrySheet- Service Entry SheetConstraints: Not nullable, Maximum length: 10
- Returns:
- A fluent helper to fetch a single
ServiceEntrySheetentity 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 theexecutemethod on the fluent helper object.
-
createServiceEntrySheet
@Nonnull ServiceEntrySheetCreateFluentHelper createServiceEntrySheet(@Nonnull ServiceEntrySheet serviceEntrySheet) Deprecated.Create a newServiceEntrySheetentity and save it to the S/4HANA system.- Parameters:
serviceEntrySheet-ServiceEntrySheetentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
ServiceEntrySheetentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateServiceEntrySheet
@Nonnull ServiceEntrySheetUpdateFluentHelper updateServiceEntrySheet(@Nonnull ServiceEntrySheet serviceEntrySheet) Deprecated.Update an existingServiceEntrySheetentity and save it to the S/4HANA system.- Parameters:
serviceEntrySheet-ServiceEntrySheetentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
ServiceEntrySheetentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllServiceEntrySheetItem
Deprecated.Fetch multipleServiceEntrySheetItementities.- Returns:
- A fluent helper to fetch multiple
ServiceEntrySheetItementities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getServiceEntrySheetItemByKey
@Nonnull ServiceEntrySheetItemByKeyFluentHelper getServiceEntrySheetItemByKey(String serviceEntrySheet, String serviceEntrySheetItem) Deprecated.Fetch a singleServiceEntrySheetItementity using key fields.- Parameters:
serviceEntrySheetItem- Item Number of Service Entry SheetConstraints: Not nullable, Maximum length: 5
serviceEntrySheet- Service Entry SheetConstraints: Not nullable, Maximum length: 10
- Returns:
- A fluent helper to fetch a single
ServiceEntrySheetItementity 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 theexecutemethod on the fluent helper object.
-
updateServiceEntrySheetItem
@Nonnull ServiceEntrySheetItemUpdateFluentHelper updateServiceEntrySheetItem(@Nonnull ServiceEntrySheetItem serviceEntrySheetItem) Deprecated.Update an existingServiceEntrySheetItementity and save it to the S/4HANA system.- Parameters:
serviceEntrySheetItem-ServiceEntrySheetItementity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
ServiceEntrySheetItementity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllSrvcEntrShtAcctAssignment
Deprecated.Fetch multipleSrvcEntrShtAcctAssignmententities.- Returns:
- A fluent helper to fetch multiple
SrvcEntrShtAcctAssignmententities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getSrvcEntrShtAcctAssignmentByKey
@Nonnull SrvcEntrShtAcctAssignmentByKeyFluentHelper getSrvcEntrShtAcctAssignmentByKey(String serviceEntrySheet, String serviceEntrySheetItem, String accountAssignment) Deprecated.Fetch a singleSrvcEntrShtAcctAssignmententity using key fields.- Parameters:
accountAssignment- Sequential Number of Account AssignmentConstraints: 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
- Returns:
- A fluent helper to fetch a single
SrvcEntrShtAcctAssignmententity 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 theexecutemethod on the fluent helper object.
-
updateSrvcEntrShtAcctAssignment
@Nonnull SrvcEntrShtAcctAssignmentUpdateFluentHelper updateSrvcEntrShtAcctAssignment(@Nonnull SrvcEntrShtAcctAssignment srvcEntrShtAcctAssignment) Deprecated.Update an existingSrvcEntrShtAcctAssignmententity and save it to the S/4HANA system.- Parameters:
srvcEntrShtAcctAssignment-SrvcEntrShtAcctAssignmententity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
SrvcEntrShtAcctAssignmententity. To perform execution, call theexecutemethod on the fluent helper object.
-
submitForApproval
Deprecated.Creates a fluent helper for the SubmitForApproval OData function import.
- Parameters:
serviceEntrySheet- Service Entry SheetConstraints: Not nullable, Maximum length: 10
Original parameter name from the Odata EDM: ServiceEntrySheet
- Returns:
- A fluent helper object that will execute the SubmitForApproval OData function import with the
provided parameters. To perform execution, call the
executemethod on the fluent helper object.
-
revokeApproval
@Nonnull RevokeApprovalFluentHelper revokeApproval(@Nonnull String postingDate, @Nonnull String serviceEntrySheet) Deprecated.Creates a fluent helper for the RevokeApproval OData function import.
- Parameters:
serviceEntrySheet- Service Entry SheetConstraints: Not nullable, Maximum length: 10
Original parameter name from the Odata EDM: ServiceEntrySheet
postingDate- Posting DateConstraints: Not nullable, Maximum length: 8
Original parameter name from the Odata EDM: PostingDate
- Returns:
- A fluent helper object that will execute the RevokeApproval OData function import with the
provided parameters. To perform execution, call the
executemethod on the fluent helper object.
-
withdrawFromApproval
Deprecated.Creates a fluent helper for the WithdrawFromApproval OData function import.
- Parameters:
serviceEntrySheet- Service Entry SheetConstraints: Not nullable, Maximum length: 10
Original parameter name from the Odata EDM: ServiceEntrySheet
- Returns:
- A fluent helper object that will execute the WithdrawFromApproval OData function import with the
provided parameters. To perform execution, call the
executemethod on the fluent helper object.
-