Class DefaultSettlementProcessTypeService
- All Implemented Interfaces:
OperationsOnEntityCollections,ServiceWithNavigableEntities,SettlementProcessTypeService
You retrieve the following data using this OData based service: You can read the Settlement Process Types and related information. You can navigate to the Application Status Assignment for a Settlement Process Type and read the assigned Application Status Group and all the possible Application Statuses linked to it. You can navigate to the Settlement Document Type Assignment for a Settlement Process Type and read the assigned Settlement Document Types for the relevant Settlement Process Type. You can also read further information regarding the Settlement Document Types..
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | SETTLMTPROCESSTYPE_0001 |
| API Version: | 1.0.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Logistics - Settlement Process Type Integration(SAP_COM_0710) |
| Scope Items: | Sales Rebate Processing(1B6), Purchasing Rebate Processing(2R7), Sales Commissions - External Sales Representative(2TT), Internal Commissions Settlement with SAP Sales Cloud(3TD) |
| Authentication Methods: | x509 |
| Service Group Name: | API_SETTLMT_PROC_TYPE |
| Business Object: | Settlement Process Type |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.SettlementProcessTypeService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingSettlementProcessTypeService.DEFAULT_SERVICE_PATHto send the requests. -
Method Summary
Modifier and TypeMethodDescriptionbatch()Deprecated.Creates a batch request builder object.Deprecated.Fetch the number of entries from theSettlmtApplStsGrpStsAssgmtentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theSettlmtDocProcTypeAssgmtentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theSettlmtDocTypeentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theSettlmtProcessTypeentity collection matching the filter and search expressions.Deprecated.Fetch multipleSettlmtApplStsGrpStsAssgmtentities.Deprecated.Fetch multipleSettlmtDocProcTypeAssgmtentities.Deprecated.Fetch multipleSettlmtDocTypeentities.Deprecated.Fetch multipleSettlmtProcessTypeentities.Deprecated.getSettlmtApplStsGrpStsAssgmtByKey(String settlmtApplStsGrp, String settlmtApplSts) Deprecated.Fetch a singleSettlmtApplStsGrpStsAssgmtentity using key fields.getSettlmtDocProcTypeAssgmtByKey(String settlmtProcessType, String settlmtDocType) Deprecated.Fetch a singleSettlmtDocProcTypeAssgmtentity using key fields.getSettlmtDocTypeByKey(String settlmtDocType) Deprecated.Fetch a singleSettlmtDocTypeentity using key fields.getSettlmtProcessTypeByKey(String settlmtProcessType) Deprecated.Fetch a singleSettlmtProcessTypeentity 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 class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.sap.cloud.sdk.datamodel.odatav4.core.ServiceWithNavigableEntities
applyAction, applyAction, applyFunction, applyFunction, forEntity, withFunction, withFunction
-
Constructor Details
-
DefaultSettlementProcessTypeService
public DefaultSettlementProcessTypeService()Deprecated.Creates a service usingSettlementProcessTypeService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
Deprecated.Description copied from interface:SettlementProcessTypeServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceSettlementProcessTypeService- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
batch
Deprecated.Description copied from interface:SettlementProcessTypeServiceCreates a batch request builder object.- Specified by:
batchin interfaceSettlementProcessTypeService- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllSettlmtApplStsGrpStsAssgmt
Deprecated.Description copied from interface:SettlementProcessTypeServiceFetch multipleSettlmtApplStsGrpStsAssgmtentities.- Specified by:
getAllSettlmtApplStsGrpStsAssgmtin interfaceSettlementProcessTypeService- Returns:
- A request builder to fetch multiple
SettlmtApplStsGrpStsAssgmtentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countSettlmtApplStsGrpStsAssgmt
Deprecated.Description copied from interface:SettlementProcessTypeServiceFetch the number of entries from theSettlmtApplStsGrpStsAssgmtentity collection matching the filter and search expressions.- Specified by:
countSettlmtApplStsGrpStsAssgmtin interfaceSettlementProcessTypeService- Returns:
- A request builder to fetch the count of
SettlmtApplStsGrpStsAssgmtentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getSettlmtApplStsGrpStsAssgmtByKey
@Nonnull public GetByKeyRequestBuilder<SettlmtApplStsGrpStsAssgmt> getSettlmtApplStsGrpStsAssgmtByKey(String settlmtApplStsGrp, String settlmtApplSts) Deprecated.Description copied from interface:SettlementProcessTypeServiceFetch a singleSettlmtApplStsGrpStsAssgmtentity using key fields.- Specified by:
getSettlmtApplStsGrpStsAssgmtByKeyin interfaceSettlementProcessTypeService- Parameters:
settlmtApplStsGrp- Status Group for Settlement Management DocumentsConstraints: Not nullable, Maximum length: 4
settlmtApplSts- Application Status for a Settlement Management DocumentConstraints: Not nullable, Maximum length: 4
- Returns:
- A request builder to fetch a single
SettlmtApplStsGrpStsAssgmtentity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getAllSettlmtDocProcTypeAssgmt
Deprecated.Description copied from interface:SettlementProcessTypeServiceFetch multipleSettlmtDocProcTypeAssgmtentities.- Specified by:
getAllSettlmtDocProcTypeAssgmtin interfaceSettlementProcessTypeService- Returns:
- A request builder to fetch multiple
SettlmtDocProcTypeAssgmtentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countSettlmtDocProcTypeAssgmt
Deprecated.Description copied from interface:SettlementProcessTypeServiceFetch the number of entries from theSettlmtDocProcTypeAssgmtentity collection matching the filter and search expressions.- Specified by:
countSettlmtDocProcTypeAssgmtin interfaceSettlementProcessTypeService- Returns:
- A request builder to fetch the count of
SettlmtDocProcTypeAssgmtentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getSettlmtDocProcTypeAssgmtByKey
@Nonnull public GetByKeyRequestBuilder<SettlmtDocProcTypeAssgmt> getSettlmtDocProcTypeAssgmtByKey(String settlmtProcessType, String settlmtDocType) Deprecated.Description copied from interface:SettlementProcessTypeServiceFetch a singleSettlmtDocProcTypeAssgmtentity using key fields.- Specified by:
getSettlmtDocProcTypeAssgmtByKeyin interfaceSettlementProcessTypeService- Parameters:
settlmtProcessType- Settlement Process TypeConstraints: Not nullable, Maximum length: 4
settlmtDocType- Settlement Document TypeConstraints: Not nullable, Maximum length: 4
- Returns:
- A request builder to fetch a single
SettlmtDocProcTypeAssgmtentity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getAllSettlmtDocType
Deprecated.Description copied from interface:SettlementProcessTypeServiceFetch multipleSettlmtDocTypeentities.- Specified by:
getAllSettlmtDocTypein interfaceSettlementProcessTypeService- Returns:
- A request builder to fetch multiple
SettlmtDocTypeentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countSettlmtDocType
Deprecated.Description copied from interface:SettlementProcessTypeServiceFetch the number of entries from theSettlmtDocTypeentity collection matching the filter and search expressions.- Specified by:
countSettlmtDocTypein interfaceSettlementProcessTypeService- Returns:
- A request builder to fetch the count of
SettlmtDocTypeentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getSettlmtDocTypeByKey
@Nonnull public GetByKeyRequestBuilder<SettlmtDocType> getSettlmtDocTypeByKey(String settlmtDocType) Deprecated.Description copied from interface:SettlementProcessTypeServiceFetch a singleSettlmtDocTypeentity using key fields.- Specified by:
getSettlmtDocTypeByKeyin interfaceSettlementProcessTypeService- Parameters:
settlmtDocType- Settlement Document TypeConstraints: Not nullable, Maximum length: 4
- Returns:
- A request builder to fetch a single
SettlmtDocTypeentity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getAllSettlmtProcessType
Deprecated.Description copied from interface:SettlementProcessTypeServiceFetch multipleSettlmtProcessTypeentities.- Specified by:
getAllSettlmtProcessTypein interfaceSettlementProcessTypeService- Returns:
- A request builder to fetch multiple
SettlmtProcessTypeentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countSettlmtProcessType
Deprecated.Description copied from interface:SettlementProcessTypeServiceFetch the number of entries from theSettlmtProcessTypeentity collection matching the filter and search expressions.- Specified by:
countSettlmtProcessTypein interfaceSettlementProcessTypeService- Returns:
- A request builder to fetch the count of
SettlmtProcessTypeentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getSettlmtProcessTypeByKey
@Nonnull public GetByKeyRequestBuilder<SettlmtProcessType> getSettlmtProcessTypeByKey(String settlmtProcessType) Deprecated.Description copied from interface:SettlementProcessTypeServiceFetch a singleSettlmtProcessTypeentity using key fields.- Specified by:
getSettlmtProcessTypeByKeyin interfaceSettlementProcessTypeService- Parameters:
settlmtProcessType- Settlement Process TypeConstraints: Not nullable, Maximum length: 4
- Returns:
- A request builder to fetch a single
SettlmtProcessTypeentity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getServicePath
Deprecated.- Specified by:
getServicePathin interfaceServiceWithNavigableEntities
-