Dear Team,
Class CO_ISX_CC_CTR_PROV_SERVICES is generated and delivered by SAP in ERP IS-T, this is a SAP CC webservice.
We are able to use the method CHARGING_CONTRACT_MAINTAIN successfully, but we are unable to use the method CHARGING_CONTRACT_FIND.
Its returning error as Exception CX_AI_SYSTEM_FAULT triggered. Unexpected Case in Branch
We are passing the contract ID, as we do in SOAP UI.
Following is the SOAPUI TAG for the same.
<soapenv:Body>
<sch:chargingContractFindRequest>
<chargingContractSearchFilter>
<id>
<enumeration>
<value>00000000001234534561</value>
</enumeration>
</id>
</chargingContractSearchFilter>
</sch:chargingContractFindRequest>
</soapenv:Body>