Class ModifyBatchRatingGroupOp

java.lang.Object
com.highdeal.pnr.hci.ModifyBatchRatingGroupOp
All Implemented Interfaces:
MessageOperation, XMLMarshallable

public class ModifyBatchRatingGroupOp extends Object implements MessageOperation
This operation must be used for the modification of an existing batch rating group. It fails if group does not exists or if modification is impossible because code is already used.

Operation Result

ModifyBatchRatingGroupResult

Operation Failure Exceptions

XML API for HCI

The XML APIs specify the following XSD fragment:

XSD Fragment

<xs:element name="modifyBatchRatingGroup">
   <xs:complexType>
     <xs:sequence>
       <xs:element ref="batchRatingGroup" minOccurs="1" maxOccurs="1"/>
     </xs:sequence>
   </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
chargeNoNoNoNoNoYes

Audit Domain

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

  • Field Details

  • Constructor Details

    • ModifyBatchRatingGroupOp

      public ModifyBatchRatingGroupOp()
      Builds an empty ModifyRatingBatchGroupOp.
  • Method Details