public interface PersonnelSettlementDocumentService extends BatchService<PersonnelSettlementDocumentServiceBatch>
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 API Business Hub
OData Service: | API_PERS_SETTLMT_DOC |
API Version: | 1 |
Communication Scenario: | Logistics - Employee Central Personnel Settlement Document Integration (SAP_COM_0469) |
Scope Items: | Internal Commissions Settlement with SAP Sales Cloud (3TD) |
Authentication Methods: | Basic, x509 |
Business Object: | PersonnelSettlementDocument |
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_SERVICE_PATH
If no other path was provided via the
withServicePath(String) method, this is the default service path
used to access the endpoint. |
Modifier and Type | Method and Description |
---|---|
PersCompnElmntCostAssgmtFluentHelper |
getAllPersCompnElmntCostAssgmt()
Fetch multiple
PersCompnElmntCostAssgmt entities. |
PersonnelCompensationElementFluentHelper |
getAllPersonnelCompensationElement()
Fetch multiple
PersonnelCompensationElement entities. |
PersCompnElmntCostAssgmtByKeyFluentHelper |
getPersCompnElmntCostAssgmtByKey(String personnelSettlementDocument,
String controllingArea,
String costCenter)
Fetch a single
PersCompnElmntCostAssgmt entity using key fields. |
PersonnelCompensationElementByKeyFluentHelper |
getPersonnelCompensationElementByKey(String personnelSettlementDocument)
Fetch a single
PersonnelCompensationElement entity using key fields. |
PersonnelSettlementDocumentService |
withServicePath(String servicePath)
Overrides the default service path and returns a new service instance with the specified service path.
|
batch
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path
used to access the endpoint.@Nonnull PersonnelSettlementDocumentService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull PersCompnElmntCostAssgmtFluentHelper getAllPersCompnElmntCostAssgmt()
PersCompnElmntCostAssgmt
entities.PersCompnElmntCostAssgmt
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.@Nonnull PersCompnElmntCostAssgmtByKeyFluentHelper getPersCompnElmntCostAssgmtByKey(String personnelSettlementDocument, String controllingArea, String costCenter)
PersCompnElmntCostAssgmt
entity using key fields.personnelSettlementDocument
- Personnel Settlement Document Number
Constraints: Not nullable, Maximum length: 10
costCenter
- Cost Center
Constraints: Not nullable, Maximum length: 10
controllingArea
- Controlling Area
Constraints: Not nullable, Maximum length: 4
PersCompnElmntCostAssgmt
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.@Nonnull PersonnelCompensationElementFluentHelper getAllPersonnelCompensationElement()
PersonnelCompensationElement
entities.PersonnelCompensationElement
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.@Nonnull PersonnelCompensationElementByKeyFluentHelper getPersonnelCompensationElementByKey(String personnelSettlementDocument)
PersonnelCompensationElement
entity using key fields.personnelSettlementDocument
- Personnel Settlement Document Number
Constraints: Not nullable, Maximum length: 10
PersonnelCompensationElement
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.Copyright © 2019 SAP SE. All rights reserved.