Skip navigation links

Package com.highdeal.pnr.hci

This Java package provides you with all the necessary Java classes for managing the master data of a service provider: elements of the pricing catalogs, master data related to the end customers who consume the marketable service; This master data allows you to configure the pricing and charging of customer services.

See: Description

Package com.highdeal.pnr.hci Description

This Java package provides you with all the necessary Java classes for managing the master data of a service provider: elements of the pricing catalogs, master data related to the end customers who consume the marketable service; This master data allows you to configure the pricing and charging of customer services.

Note

This Java package is part of the HCI technical interface provided by SAP Convergent Charging. See the main com.highdeal.hci package for more information.

Technical Interface HCI (HTTP Communication Interface)
Communication Protocol XML over HTTP (or HTTPS)
Communication Mode Asynchronous, synchronous
Public Endpoints Dispatcher instances of the SAP CC system (Each dispatcher instance has a communication port relating to the HTTP communications)
API Technology
  • [x] Java
  • [ ] SOAP
  • [x] Proprietary XML
SAP CC Java Library core-client.jar
Security Yes (see the SAP CC Security Guide)

Business Services

Note

Make sure that you are aware of the concepts of SAP Convergent Charging. Consider the SAP CC Application Help.

Implementation in Your Client Application

Java APIs

Consider the classes in this package.

Communications

You use the HTTP Communication Interface (HCI) technical interface provided by SAP Convergent Charging to communicate with the updater instances of the connected SAP CC Core Server system.

Consider the com.highdeal.hci package to implement the management of message exchange. Implement a message sender by using the specialized factory API.

Error Handling

Consider the exceptions depending on the service operations expected by your business requirements. Design and develop the appropriate exception handling.

Notes on Implementation

Web Services

SAP SE recommends for new implementation projects, that you use the Web Services technical interface. This modern interface allows you to configure the master data and to implement the business services expected by your business requirements.

Examples

You can use the SAP CC Core Tool user interface to view the HCI communications that result from the creation or maintenance of a master data.

Additional Information

Consult the SAP CC Application Help for more information about this master data and the related features and processes (catalog management, data provisioning).

Consult the Web Services Documentation for more implementation information of this modern technical interface.

Skip navigation links
Document Published: May 2021 (SAP CC 2020 FPS 2 and Higher)