cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Web Service to Export Catalog from SAP CC

0 Likes
432

Hi SAP CC Experts,

Would like to ask if we have a web service related to exporting a catalog from SAP CC Core Tool? Currently, I can see an export webservice but for customer data only ex: "http(s)://<UPDATER_INSTANCE_HOST>:<UPDATER_WS_PORT_NUMBER>/v1/customerDataExportImport?wsdl".

Link: https://help.sap.com/doc/d847860d561a47568a936d5f3cbeb9da/4.1/en-US/core_wsdoc/customerData/processc...

I'm using SOAP UI application and looking for WSDL which can export catalog from SAP CC Core Tool into something XML file or any file.

Thanks you in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

francois_thimon
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Stephen,

Convergent Charging has no public SOAP web service dedicated to exporting and importing catalog data.

If you're okay with using a different API, you may still resort to the "export" and "import" HCI operations.


Other than this, you may also be interested in our "change lists". They are groups of related objects that you can select in Core tool. Once the list is defined, you can export all the corresponding objects together manually (in one go), or you can instruct CC to automatically transport all these objects to any other CC system, according to a schedule that you define yourself (the scheduled instructions are called "transport requests").
All this can be controlled in Core tool's GUI.

Alternatively, you may also use these same change lists with SAP CTS+ (Change and Transport System). If you set up the Convergent Charging plugin in your CTS+ system, you can manually perform the transport of a whole change list in one operation.
This can be done in CTS+'s GUI, or by running a BASH script manually if you prefer.

Please note that change lists let you transport related objects together, which makes the operation simpler and, more importantly, guarantees their consistency.

This is not exactly what you were asking for but, here's the corresponding documentation, just in case:
- CC installation guide, "Integrating SAP CC with SAP CTS+":
https://help.sap.com/viewer/d1d04c0d65964a9b91589ae7afc1bd45/5.0.6/en-US/39073645a7f7430ebe9e514115a...
- CC "User interfaces" guide, "Change lists":
https://help.sap.com/viewer/c7120011d1c244168dc1f945a06f1350/5.0.6/en-US/a6a202782ea5412d9cec46a98fd...

Best regards.

François
SAP Convergent Charging Support