Class DefaultSettlementDocumentTypeService
- All Implemented Interfaces:
OperationsOnEntityCollections,ServiceWithNavigableEntities,SettlementDocumentTypeService
You retrieve the following data using this OData based service: You can read the Settlement Document Types and related information. You can navigate to the Header Text Object Type Assignment for a Settlement Document Type and read the assigned Text Determination Procedure and all the possible Text Object Types linked to it on header level. You can navigate to the Item Text Object Type Assignment for a Settlement Document Type and read the assigned Text Determination Procedure and all the possible Text Object Types linked to it on item level..
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | SETTLMTDOCTYPE_0001 |
| API Version: | 1.0.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Logistics - Settlement Document Type Integration(SAP_COM_0709) |
| 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_DOC_TYPE |
| Business Object: | Settlement Document Type |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.SettlementDocumentTypeService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingSettlementDocumentTypeService.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 theSetlMgmtHdrTxtObjTypeAssgmtentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theSetlMgmtItmTxtObjTypeAssgmtentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theSettlmtDocTypeentity collection matching the filter and search expressions.Deprecated.Fetch multipleSetlMgmtHdrTxtObjTypeAssgmtentities.Deprecated.Fetch multipleSetlMgmtItmTxtObjTypeAssgmtentities.Deprecated.Fetch multipleSettlmtDocTypeentities.Deprecated.getSetlMgmtHdrTxtObjTypeAssgmtByKey(String settlmtHdrTxtDetnProced, String settlmtMgmtHdrTxtObjType) Deprecated.Fetch a singleSetlMgmtHdrTxtObjTypeAssgmtentity using key fields.getSetlMgmtItmTxtObjTypeAssgmtByKey(String settlmtItmTxtDetnProced, String settlmtMgmtItmTxtObjType) Deprecated.Fetch a singleSetlMgmtItmTxtObjTypeAssgmtentity using key fields.getSettlmtDocTypeByKey(String settlmtDocType) Deprecated.Fetch a singleSettlmtDocTypeentity 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
-
DefaultSettlementDocumentTypeService
public DefaultSettlementDocumentTypeService()Deprecated.Creates a service usingSettlementDocumentTypeService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
Deprecated.Description copied from interface:SettlementDocumentTypeServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceSettlementDocumentTypeService- 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:SettlementDocumentTypeServiceCreates a batch request builder object.- Specified by:
batchin interfaceSettlementDocumentTypeService- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllSetlMgmtHdrTxtObjTypeAssgmt
@Nonnull public GetAllRequestBuilder<SetlMgmtHdrTxtObjTypeAssgmt> getAllSetlMgmtHdrTxtObjTypeAssgmt()Deprecated.Description copied from interface:SettlementDocumentTypeServiceFetch multipleSetlMgmtHdrTxtObjTypeAssgmtentities.- Specified by:
getAllSetlMgmtHdrTxtObjTypeAssgmtin interfaceSettlementDocumentTypeService- Returns:
- A request builder to fetch multiple
SetlMgmtHdrTxtObjTypeAssgmtentities. 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.
-
countSetlMgmtHdrTxtObjTypeAssgmt
Deprecated.Description copied from interface:SettlementDocumentTypeServiceFetch the number of entries from theSetlMgmtHdrTxtObjTypeAssgmtentity collection matching the filter and search expressions.- Specified by:
countSetlMgmtHdrTxtObjTypeAssgmtin interfaceSettlementDocumentTypeService- Returns:
- A request builder to fetch the count of
SetlMgmtHdrTxtObjTypeAssgmtentities. 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.
-
getSetlMgmtHdrTxtObjTypeAssgmtByKey
@Nonnull public GetByKeyRequestBuilder<SetlMgmtHdrTxtObjTypeAssgmt> getSetlMgmtHdrTxtObjTypeAssgmtByKey(String settlmtHdrTxtDetnProced, String settlmtMgmtHdrTxtObjType) Deprecated.Description copied from interface:SettlementDocumentTypeServiceFetch a singleSetlMgmtHdrTxtObjTypeAssgmtentity using key fields.- Specified by:
getSetlMgmtHdrTxtObjTypeAssgmtByKeyin interfaceSettlementDocumentTypeService- Parameters:
settlmtHdrTxtDetnProced- Text Determination Procedure for HeaderConstraints: Not nullable, Maximum length: 2
settlmtMgmtHdrTxtObjType- Specific Text ID for a Settlement Management Document HeaderConstraints: Not nullable, Maximum length: 4
- Returns:
- A request builder to fetch a single
SetlMgmtHdrTxtObjTypeAssgmtentity 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.
-
getAllSetlMgmtItmTxtObjTypeAssgmt
@Nonnull public GetAllRequestBuilder<SetlMgmtItmTxtObjTypeAssgmt> getAllSetlMgmtItmTxtObjTypeAssgmt()Deprecated.Description copied from interface:SettlementDocumentTypeServiceFetch multipleSetlMgmtItmTxtObjTypeAssgmtentities.- Specified by:
getAllSetlMgmtItmTxtObjTypeAssgmtin interfaceSettlementDocumentTypeService- Returns:
- A request builder to fetch multiple
SetlMgmtItmTxtObjTypeAssgmtentities. 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.
-
countSetlMgmtItmTxtObjTypeAssgmt
Deprecated.Description copied from interface:SettlementDocumentTypeServiceFetch the number of entries from theSetlMgmtItmTxtObjTypeAssgmtentity collection matching the filter and search expressions.- Specified by:
countSetlMgmtItmTxtObjTypeAssgmtin interfaceSettlementDocumentTypeService- Returns:
- A request builder to fetch the count of
SetlMgmtItmTxtObjTypeAssgmtentities. 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.
-
getSetlMgmtItmTxtObjTypeAssgmtByKey
@Nonnull public GetByKeyRequestBuilder<SetlMgmtItmTxtObjTypeAssgmt> getSetlMgmtItmTxtObjTypeAssgmtByKey(String settlmtItmTxtDetnProced, String settlmtMgmtItmTxtObjType) Deprecated.Description copied from interface:SettlementDocumentTypeServiceFetch a singleSetlMgmtItmTxtObjTypeAssgmtentity using key fields.- Specified by:
getSetlMgmtItmTxtObjTypeAssgmtByKeyin interfaceSettlementDocumentTypeService- Parameters:
settlmtItmTxtDetnProced- Text Determination Procedure for ItemConstraints: Not nullable, Maximum length: 2
settlmtMgmtItmTxtObjType- Specific Text ID for a Settlement Management Document ItemConstraints: Not nullable, Maximum length: 4
- Returns:
- A request builder to fetch a single
SetlMgmtItmTxtObjTypeAssgmtentity 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:SettlementDocumentTypeServiceFetch multipleSettlmtDocTypeentities.- Specified by:
getAllSettlmtDocTypein interfaceSettlementDocumentTypeService- 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:SettlementDocumentTypeServiceFetch the number of entries from theSettlmtDocTypeentity collection matching the filter and search expressions.- Specified by:
countSettlmtDocTypein interfaceSettlementDocumentTypeService- 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:SettlementDocumentTypeServiceFetch a singleSettlmtDocTypeentity using key fields.- Specified by:
getSettlmtDocTypeByKeyin interfaceSettlementDocumentTypeService- 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.
-
getServicePath
Deprecated.- Specified by:
getServicePathin interfaceServiceWithNavigableEntities
-