Class CreateBatchRatingGroupOp

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

public class CreateBatchRatingGroupOp extends Object implements MessageOperation
This operation allows you to create a new batch rating group; It fails if a group has already been defined with the same identifier or code.

Operation Result

CreateBatchRatingGroupResult

Operation Failure Exceptions

XML API for HCI

The XML APIs specify the following XSD fragment:

XSD Fragment

<xs:element name="createBatchRatingGroup">
   <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: CATALOG. Consult the IT administrator.

  • Field Details

  • Constructor Details

    • CreateBatchRatingGroupOp

      public CreateBatchRatingGroupOp()
      Builds an empty CreateBatchRatingGroupOp.
  • Method Details