Class MaintainSubscriberMappingTableRowOp

java.lang.Object
com.highdeal.hci.MessageOperationAdapter
com.highdeal.mappingtable.hci.MaintainSubscriberMappingTableRowOp
All Implemented Interfaces:
IXMLMarshallable, MessageOperation, XMLMarshallable, IMappingTableMaintainOperation

public class MaintainSubscriberMappingTableRowOp extends MessageOperationAdapter implements IMappingTableMaintainOperation
This operation allows you to maintain a subscriber mapping table by partially changing the specified rows.

This operation request modifies the persistent subscriber mapping table that is stored in the SAP CC system and its back-end database system.

Implementation in Your Client Application

The maintain operation includes a list of rows and creates into the subscriber mapping table the rows that does not exists or modified those that already exist.

See Also:

Operation Result

MaintainSubscriberMappingTableRowResult

Operation Failure Exceptions

XML API for HCI

The XML APIs specify the following XSD fragment:

XSD Fragment

<xs:element name="maintainSubscriberMappingTableRow">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="mappingTableRow" minOccurs="1" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:attribute name="subscriberMappingTableId" type="xs:string" use="required" />
  </xs:complexType>
 </xs:element>

Operation Availability

You can send this operation request in HCI messages to the following final target types of instances in the connected SAP CC system:

EditionFinal Target Instances
raterupdaterguiderbulkLoadertaxerdispatcher
chargeNoYesNoNoNoNo

Audit Domain

This operation is audited by the system as part of the audit domain: CUSTOMER. Consult the IT administrator.

  • Field Details

    • OPERATION_NAME

      public static final String OPERATION_NAME
      The XML tag name of this service operation: "maintainSubscriberMappingTableRow"
      See Also:
  • Constructor Details

    • MaintainSubscriberMappingTableRowOp

      public MaintainSubscriberMappingTableRowOp()
  • Method Details