cancel
Showing results for 
Search instead for 
Did you mean: 

Deleting a Product and Categories in SAP Marketing on Prem 1809

0 Kudos

Hello everyone,

Is there a link to some documentation or a file where it is explained how to delete a Product and Categories on SAP Marketing on Premise 1809.

I tried with this transaction:

CUAN_DELETE_PRODUCTS, but it returns that such transaction doesn't exist.

Accepted Solutions (1)

Accepted Solutions (1)

JensTewes
Product and Topic Expert
Product and Topic Expert

Hi Miodrag,

in addition to Karin's reponse, it might be worth checking the Applications Operations Guide under Required Manual Periodic Tasks. CUAN_DELETE_PRODUCTS is listed as a report to be executed in transaction SA38, it is not a transaction itself.

Best regards,

Jens

Answers (2)

Answers (2)

hakan_kose
Contributor
0 Kudos

Hi miodrag_cupic

The transaction is CUAN_PRODUCTS_DEL. And it refers to ABAP program CUAN_DELETE_PRODUCTS as it's pointed out by jens.tewes

Kind Regards,

Hakan Köse

KarinLG
Associate
Associate
0 Kudos

Hello Miodrag,

You can find the documentation for the Products API in the Integration Guide:
https://help.sap.com/viewer/e68e4c8c856d429b85c2a7370c3553ae/1809.YMKT/en-US/8718a3edea7149c3b26b39f...

The OData service API_MKT_PRODUCT_SRV supports OData batch processing for updates (i.e. insert, change, delete). Product origin data can be transferred by the OData PATCH (MERGE) operation for entity type ProductOriginData.

Product category assignments can be transferred by the OData POST operation on the entity type ProductCategoryAssignment via the navigation parameter ProductCategoryAssignments. A product category assignment can be deleted by the OData DELETE operation on the entity typeProductCategoryAssignment. Any operation on the ProductCategoryAssignments entity set without navigation from theProductOriginDataSet is not supported. To delete all product category assignments of a special product category hierarchy the function import DeleteProductCategoryAssignments can be used.

Best regards,
Karin