Interface PersonnelSettlementDocumentService
- All Superinterfaces:
BatchService<PersonnelSettlementDocumentServiceBatch>
- All Known Implementing Classes:
DefaultPersonnelSettlementDocumentService
The service enables you to read the transactional data of personnel settlement documents. It is based on the OData protocol and it is intended for consumption in background by remote interfaces for application integration scenarios. In every API call, you can make use of the following operations: - You can retrieve an individual personnel settlement document by document number - You can retrieve multiple documents by filtering on the available properties - You can request additional information on the assignment of settled amounts to cost centers - You can retrieve delta information by filtering on date and time to only get documents which have been created after that point in time.
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | API_PERS_SETTLMT_DOC |
| API Version: | 1.0.1 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Logistics - Employee Central Personnel Settlement Document Integration(SAP_COM_0469) |
| Scope Items: | Internal Commissions Settlement with SAP Sales Cloud(3TD) |
| Authentication Methods: | x509 |
| Business Object: | Personnel Settlement Document |
-
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 TypeMethodDescriptionDeprecated.Fetch multiplePersCompnElmntCostAssgmtentities.Deprecated.Fetch multiplePersonnelCompensationElemententities.getPersCompnElmntCostAssgmtByKey(String personnelSettlementDocument, String controllingArea, String costCenter) Deprecated.Fetch a singlePersCompnElmntCostAssgmtentity using key fields.getPersonnelCompensationElementByKey(String personnelSettlementDocument) Deprecated.Fetch a singlePersonnelCompensationElemententity using key fields.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.
-
getAllPersCompnElmntCostAssgmt
Deprecated.Fetch multiplePersCompnElmntCostAssgmtentities.- Returns:
- A fluent helper to fetch multiple
PersCompnElmntCostAssgmtentities. 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.
-
getPersCompnElmntCostAssgmtByKey
@Nonnull PersCompnElmntCostAssgmtByKeyFluentHelper getPersCompnElmntCostAssgmtByKey(String personnelSettlementDocument, String controllingArea, String costCenter) Deprecated.Fetch a singlePersCompnElmntCostAssgmtentity using key fields.- Parameters:
personnelSettlementDocument- Personnel Settlement Document NumberConstraints: Not nullable, Maximum length: 10
costCenter- Cost CenterConstraints: Not nullable, Maximum length: 10
controllingArea- Controlling AreaConstraints: Not nullable, Maximum length: 4
- Returns:
- A fluent helper to fetch a single
PersCompnElmntCostAssgmtentity 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.
-
getAllPersonnelCompensationElement
Deprecated.Fetch multiplePersonnelCompensationElemententities.- Returns:
- A fluent helper to fetch multiple
PersonnelCompensationElemententities. 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.
-
getPersonnelCompensationElementByKey
@Nonnull PersonnelCompensationElementByKeyFluentHelper getPersonnelCompensationElementByKey(String personnelSettlementDocument) Deprecated.Fetch a singlePersonnelCompensationElemententity using key fields.- Parameters:
personnelSettlementDocument- Personnel Settlement Document NumberConstraints: Not nullable, Maximum length: 10
- Returns:
- A fluent helper to fetch a single
PersonnelCompensationElemententity 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.
-