cancel
Showing results for 
Search instead for 
Did you mean: 

Delete mass transactional data in SAP CC

anilm1
Explorer
0 Kudos
522

Hello Experts

We have a situation to delete all the provider contracts in SAP CC. As per my knowledge there is no such standard process available today.

Instead of deleting each dependent object and finally a provider contract(This is big manual activity because of no of contracts exist are high).

Request you to share any procedure to delete all the transactional data via soapUI or any other process would be highly appreciated.

Thanks

Anil

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member428395
Active Participant
0 Kudos

Hello,

there is no standard procedure to execute what you are expecting. What I can suggest is to use the system copy procedure in order to replace the current SQL schema by a fresh one. See "Copying an SAP CC Core Server" for more details.

If you want to keep the catalog data, you just have to export it before to apply the system copy and import it after.

Best regards,

Eric F.

anilm1
Explorer
0 Kudos

Thank you eric.fremont