cancel
Showing results for 
Search instead for 
Did you mean: 

catalog status update

Former Member
0 Kudos

Hi ,

can anyone let me know how to update the catalog status in the table /CCM/D_PUB_ST from 'R' to 'E' or from any status to error status.

thanks in advance

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

Which SRM version are you using ?

Ask ABAP person in your team to help you out.

<u>Please ensure that Client changes are allowed using SCC4 transaction so that ABAP person can reset the flag from 'R' to 'E' in the table /CCM/D_PUB_ST.</u>

<b>Here are the steps -></b>

1. Go to SE16 Transaction and type table name as '/CCM/D_PUB_ST'.

2. then in the status flag field, type 'R' and click on F8 Key. You will see atleast one entry with status 'R' in this case.

3. Double click on this line displayed and get into the details.

4. Type /h in the command box in the left top corner box.

5. Debugging will start here.. Type field name as CODE in the field name.

The value of CODE will show as 'DISP' in this case.

6. Change the value of 'DISP' to 'EDIT' and click on Change Key in the same line at the right hand corner.

7. And then click on F8 Key again. Now change the status from 'R' to 'E' and and then click on Save key.

8. Click on F5 key to refresh.

This will get the job done.

Do let me know.

Regards

- Atul