@Named(value="com.sap.cloud.sdk.s4hana.onpremise.v2020.datamodel.odata.services.DefaultPersonnelSettlementDocumentService") public class DefaultPersonnelSettlementDocumentService extends Object implements PersonnelSettlementDocumentService
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: | OP_API_PERS_SETTLMT_DOC_0001 |
API Version: | 1 |
Minimum ERP Version: | 2020 |
Authentication Methods: | Basic, x509 |
Business Object: | Personnel Settlement Document |
DEFAULT_SERVICE_PATH
Constructor and Description |
---|
DefaultPersonnelSettlementDocumentService()
Creates a service using
PersonnelSettlementDocumentService.DEFAULT_SERVICE_PATH to send the requests. |
public DefaultPersonnelSettlementDocumentService()
PersonnelSettlementDocumentService.DEFAULT_SERVICE_PATH
to send the requests.@Nonnull public DefaultPersonnelSettlementDocumentService withServicePath(@Nonnull String servicePath)
PersonnelSettlementDocumentService
withServicePath
in interface PersonnelSettlementDocumentService
servicePath
- Service path that will override the default.@Nonnull public DefaultPersonnelSettlementDocumentServiceBatch batch()
batch
in interface BatchService<PersonnelSettlementDocumentServiceBatch>
@Nonnull public PersCompnElmntCostAssgmtFluentHelper getAllPersCompnElmntCostAssgmt()
PersonnelSettlementDocumentService
PersCompnElmntCostAssgmt
entities.getAllPersCompnElmntCostAssgmt
in interface PersonnelSettlementDocumentService
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 public PersCompnElmntCostAssgmtByKeyFluentHelper getPersCompnElmntCostAssgmtByKey(String personnelSettlementDocument, String controllingArea, String costCenter)
PersonnelSettlementDocumentService
PersCompnElmntCostAssgmt
entity using key fields.getPersCompnElmntCostAssgmtByKey
in interface PersonnelSettlementDocumentService
personnelSettlementDocument
- Personnel Settlement Document Number
Constraints: Not nullable, Maximum length: 10
controllingArea
- Controlling Area
Constraints: Not nullable, Maximum length: 4
costCenter
- Cost Center
Constraints: Not nullable, Maximum length: 10
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 public PersonnelCompensationElementFluentHelper getAllPersonnelCompensationElement()
PersonnelSettlementDocumentService
PersonnelCompensationElement
entities.getAllPersonnelCompensationElement
in interface PersonnelSettlementDocumentService
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 public PersonnelCompensationElementByKeyFluentHelper getPersonnelCompensationElementByKey(String personnelSettlementDocument)
PersonnelSettlementDocumentService
PersonnelCompensationElement
entity using key fields.getPersonnelCompensationElementByKey
in interface PersonnelSettlementDocumentService
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 © 2021 SAP SE. All rights reserved.