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

BPC 10.0 - Delete comments based on SCOMMENT value

edward_bargh2
Discoverer
0 Likes
518

Hi all

We have a large number of comments that were populated with the ... value due to the user settings of "Empty Comment" being the default ... value. I would like to delete these comment records and have looked at the CLEARCOMMENTS package but the SCOMMENT field is not a dimension selection. I did wonder if the CLEARCOMMENTS package could be modified to add a SCOMMENT selection or if we need to create an ABAP program to do this (or some other option)?

Thanks, Eddie

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member186338
Active Contributor
0 Likes

To find the name of comment table use SE38 UJ0_GET_GEN_TABNAME

Then simple code to delete records from this table!

edward_bargh2
Discoverer
0 Likes

Many thanks Vadim.

former_member186338
Active Contributor
0 Likes

P.S. Please accept the correct answer

former_member186338
Active Contributor
0 Likes

It's better to write simple abap program!