Skip navigation links

Java/XML API Reference (IEC Library)

The SAP CC 5.0 Java API Reference (IEC Library) documentation is intended for developers that need to implement business services provided by IEC (Import/Export Connector), a software component of the SAP Convergent Charging (SAP CC) software product.

See: Description

Packages 
Package Description
com.highdeal.iec
This Java package specifies some useful Java interfaces and exceptions.
com.highdeal.iec.action
This Java package provides the JavaTask class and some Java interfaces to assign to your customized class when developing a Java class dedicated to customize the behavior of an SAP CC Import/Export Connector (IEC) application in your system landscape.
com.highdeal.iec.hci
This Java package provides the JavaActionModel class.

The SAP CC 5.0 Java API Reference (IEC Library) documentation is intended for developers that need to implement business services provided by IEC (Import/Export Connector), a software component of the SAP Convergent Charging (SAP CC) software product. The necessary Java libraries are included in a dedicated Software Development Kit (Core SDK).

Caution

Make sure that you have the latest version of this documentation extracted from the Core SDK.

Target Audience

Overview

This SAP product document presents how to implement a Java class plugged to an SAP CC Import/Export Connector (IEC) application in your SAP system landscape to customize its business or technical behavior by adding the following features:

  • Functional processing features regarding to your business requirements (see the JavaTask abstract Java class)
  • Logging features (see the UserLogger Java interface)
  • Reporting features when working with the SAP CC BART Server system; see the com.highdeal.bart.iec.AcquisitionSessionReportHandler Java interface (SAP site)
  • Features

    These SAP CC Java libraries provide you with the necessary Java classes and Java interfaces to develop a Java class to customize the behavior of an SAP CC Import/Export Connector (IEC) application in your system landscape.

    Implementation in Your Customized IEC Application

    During the planning and preparation steps of your project implementation phase, you develop the relevant Java class that can be plugged in an IEC application:

    Depending on your business requirements, you design and develop your customized Java classes detailed in this section:

    Java Class for the Java Action Component

    When you need to add and set up a Java Action component in a scenario configured with the SAP CC CAT Tool user interface, you must develop a Java class that can be specified in this scenario and executed by an Import/Export Connector (IEC) application.

    To implement a Java Action in a scenario, you have to:

    To compile this task you need the iec.jar file in your Java compiler classpath.

    Once developed, you specify your Java class (Java Task) in the relevant customized scenario and component: Set up a Java Action component with CAT Tool.

    Java Class for the Log Action Component

    When you need to add and customize a Log Action component in a scenario configured with the SAP CC CAT Tool user interface, you must develop a Java class that can be specified in this scenario and executed by an Import/Export Connector (IEC) application.

    Your customized Java class must implement the UserLogger Java interface. To implement this interface, you must develop its five methods:

    See Also:
    com.highdeal.iec.action.JavaTask (Abstract Class), com.highdeal.iec.UserLogger (Interface)

    Skip navigation links
    Document Published: November 2017 (SAP CC 5.0 SP 0 and Later)