Find Range Table Classes

Service Operation (WS)

Definition

To find some range table classes in a pricing catalog according to specified criteria. This master data is included in the pricing catalog owned by the service provider.

Technical Data

Software Product and Version SAP Convergent Charging 2022
Technical Details rangeTableClassFind
Namespace http://catalog.v2.ws.highdeal.com/
Proxy Instance in SAP CC System Updater
Service Operation Version 1
Application Area IS-CC
Direction inbound
Mode synchronous
Idempotency false

Business Context and Use

This service operation enables to find a range table class configured in SAP Convergent Charging (SAP CC). You implement this operation in a Customer Relationship Management (CRM) application or an external provisioning system to be able to:

  • Create a range table from a customized class and partially maintain the pricing catalog (master data) of a service provider that extends a commercial product configured in the CRM application (see Product Modeling)
  • Create subscriber range tables from a customized class and massively maintain the customer master data with pricing information (see Business Partner Management or Order Capture and Management); CRM application manages the provisioning process of customer master data and replicates pricing information to SAP CC.

Product Modeling

Your CRM application or another provisioning system manages master data related to the modeling of commercial products. SAP CC extends this master data with pricing information to dynamically compute price amounts related to the usage of a customer service. This information is stored in a pricing catalog owned by the service provider.

CRM retrieves pricing information stored in SAP CC to combine charge plans in the definition of a commercial product. CRM can maintain or replicate some pricing data stored in SAP CC in a pricing catalog of the service provider: mapping tables and range tables .

Business Partner Management

Your CRM application or another provisioning system manages master data related to the business partners and replicates data in SAP CC by maintaining some subscriber data for end customers of the service provider. Data includes: Subscriber accounts, subscriber mapping tables, subscriber range tables.

Order Capture and Contract Management

A CRM application or another provisioning system manages master data related to the order capture and contract management and replicates data in SAP CC by maintaining subscriber data for end customers. Data includes: Charging contracts (provider contracts), subscriber mapping tables, subscriber range tables.

Features

This operation enables to specify search criteria.

Available criteria to search for range table classes are:

  • Identifier of the range table class
  • Text description of the range table class
  • Additional information of the range table class; Several criteria for additional information can be searched at the same time.

Authorizations

To know the role that is expected in the user profile of the SAP CC user specified in your request messages, refer to the SAP CC Security Guide .

Error Handling

The SAP CC system may return an error classified into a category and an error stack detailing the issue and its cause.

Categories and Treatments to Implement

Consider the following error categories to design and implement the appropriate behavior of your connected application or system:

Error Category Description Error Handling
Already Exists The data has to be created but another data already exists in the connected SAP CC system with the same type and the same identifier.

Not applicable for this service operation

Does Not Exist The data to be modified or deleted does not exist in the connected SAP CC system.

Not applicable for this service operation

Invalid The request or the data is invalid.

Applicable for this service operation:

Incompatible Configuration The configuration of the connected SAP CC system is not compatible with the data specified in the operation request and the scope of the request. Creating or correcting the prerequisite configuration data (master data, business data) has to be done in the SAP CC system with the Core Tool user interface or within your connected application or system.

Applicable for this service operation:

Prerequisite Missing Another data mandatory for the operation is not available or is not compatible with the data specified in the operation request. Create a prerequisite for the data.

Not applicable for this service operation

Illegal State The operation request is valid but was rejected because of the current state of the data in the connected SAP CC system which prevents the execution of the request. The current state of the complete system can be also the origin of the error.

Applicable for this service operation: The request will not succeed without a required manual correction or change in the SAP CC system. You implement error logging and manual retry mechanisms.

Temporary Illegal State The valid request was rejected because of the temporary illegal state of the data in the connected SAP CC system. The data state may automatically change without any further notification. This is a subcategory of the Illegal State category. The state of a data is temporary illegal but the operation request can be sent again after a waiting period. The current state of the complete system can be also the origin of the error.

Applicable for this service operation: You can implement an automated resend function.

Note

This list of errors is not exhaustive: consider the technical details of the operation response.

Troubleshooting

Refer to the SAP CC Error Code Reference for more information about a returned error code and the corrective actions necessary for troubleshooting your implementation project.

Message Types

Consult the structures of the message types related to this service operation :

Prerequisites

Range table classes must be configured in SAP CC and included in a pricing catalog accessible by the SAP CC user (technical) of the Web Services

Integration

There is no specific integration information.

Constraints and Integrity Conditions

There is no specific constraint.

Notes on SAP CC Implementation

You must have installed and configured the SAP CC Core Server system.

Configuration

Consult the SAP CC Configuration and Implementation Guide to know the necessary configuration or Customizing of the SAP CC system.

Before implementing SAP Convergent Charging in your SAP system landscape, you must configure the systems and the data (master data, business data).