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

Customer Checkout Manager version 2.0 FP 11

former_member12197
Participant
0 Likes
1,210

Hello,

We've inserted many barcode using API. now we need to delete some of them cuz they're wrong or no longer for use. I don't see the chances to do it. Documentation said it is a read only tab, but what about my issue.

Can I do it one way the other?

Thank you.

Accepted Solutions (1)

Accepted Solutions (1)

bikash_bansal
Product and Topic Expert
Product and Topic Expert
0 Likes

Hello baigalmaa,

The tabs in articles app, Barcodes and Discounts are read only from UI.
The only way to delete these data is using the API. Just like the only way to create this data is via API. Also this is the recommended way.
In future we will support deletion updates etc via the UI, but its not in short term roadmap. You can always create a request in SAP Customer Influence.

While you can delete them by going to database as well, but then you need to be careful. Take back-ups etc. A re-start of tomcat is also needed otherwise buffers are not updated etc.

Hope this helps.

If your question in answered correctly, kindly select the answer as "Right Answer". This helps others to follow and easily locate answers.

Regards,
Bikash Bansal
Product Owner - SAP Customer Checkout

Answers (3)

Answers (3)

Arne_Timmermann1
Contributor

When we suffered these issues (in older FPs) we deleted the whole barcode table via sql and reimported the correct data via the API. Unfortunately the most convenvient way at the moment.

former_member12197
Participant
0 Likes

Hi Arne,

Did you mean "now we don't have this issue" by saying "in older FPs" ?

Or is it still the case ?

Arne_Timmermann1
Contributor

Hi Baigalmaa,

at the moment we are not using FP11 in a productive enviromnent where we are importing Barcodes, we are only using FP09 and FP10. So yes, the problem still exists in FP11 that you can't maintain the barcode data via the ccom frontend.

former_member12197
Participant
0 Likes

Thank you Arne for the quick response !

Klaus_Frick
Active Participant

Hello arti3000

Funny, I don't have any problems in updating, deleting or adding barcodes via API. I programmed automatic and complete syncs from SBO to CCOm via API. Beside article master data also article groups, payment terms, manufacturers, customer groups and others. This with over 30K articles in the productive environment and FP10. Nevertheless I tested once again and everything works as it should be - also barcodes. Also all Tests with FP11 are working fine.

Best Regards
Klaus

Arne_Timmermann1
Contributor
0 Likes

Hi Klaus, glad to hear that it is working for you. Sorry if I did answer unprecisely here, To clarify: We faced some issues with the barcodes tables in the past and to correct these mistakes we deleted the whole content of the barcode table and prepared a fresh import via API. The main reason to proceed like that was that the used JSON for this was the root cause of the wrong barcodes. I guess I shouldn't have answered to this question like that 😉

Just out of curiosity: Why are you syncing this data from SBO to CCOM? Are you not using the B1iF scenarios anymore?

bikash_bansal
Product and Topic Expert
Product and Topic Expert
0 Likes

Hello baigalmaa

If your question in answered correctly, kindly select the answer as "Right Answer". This helps others to follow and easily locate answers.

Regards,
Bikash Bansal
Product Owner - SAP Customer Checkout

Klaus_Frick
Active Participant
0 Likes

Hello baigalmaa

You can change the barcodes the same way as adding them. Just use PUT on /internal/sync/materials/bulk and change the List of Barcodes.

Best Regards
Klaus

former_member12197
Participant
0 Likes

HI,

It doesn't update existing. It adds more barcode to the list already existing. Even for the same unit of measure code it keeps adding each time do put request.

Klaus_Frick
Active Participant
0 Likes

Hello baigalmaa

I tried what I wrote with FP11 PL02 and it worked like I wrote. Maybe there is something wrong within your JSON...

Best Regards
Klaus

former_member12197
Participant
0 Likes

Hi,

I appreciate the quick answer.

I think you're talking about the GTIN in the details tab of the article. While I'm talking about Barcode tab which can handle multiple barcodes with no deleting or updating.

Is this the case?

Regards,
Baigalmaa

Klaus_Frick
Active Participant
0 Likes

Hi,

No, we are talking about the same thing. Actually I do deleting and updating the barcodes all the time. Maybe you post an example of your JSON of the "barCodes": part...

Regards
Klaus