Class MaintainMappingTableRowOp

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

public class MaintainMappingTableRowOp extends MessageOperationAdapter implements IMappingTableMaintainOperation
This operation allows you to update a mapping table by specifying a partial list of rows to add or change.

This operation request modifies the persistent 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 in the mapping table the rows that does not exist or modifies those that already exist.

See Also:

Operation Result

MaintainMappingTableRowResult

Operation Failure Exceptions

XML API for HCI

The XML APIs specify the following XSD fragment:

XSD Fragment

<xs:element name="maintainMappingTableRow">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="mappingTableRow" minOccurs="1" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:attribute name="mappingTableId" 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
chargeNoNoNoNoNoNo

Audit Domain

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

  • Field Details

    • OPERATION_NAME

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

    • MaintainMappingTableRowOp

      public MaintainMappingTableRowOp()
  • Method Details