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

Reactivate the activity message in declaration

former_member231409
Participant
0 Kudos
619

Dear All,

By mistake i closed the activity by using the transaction /SAPSLL/CDOC_ACT_CLO. I want that message again in the declaration. Could you please tell me how to get that back .

Regards

Santosh

Accepted Solutions (1)

Accepted Solutions (1)

former_member215181
Active Contributor
0 Kudos

Hi Santosh,

Assuming we're talking about an emergency "consultant fix", rather than anything you might suggest to a user, then...

  1. Use SE16 for table /SAPSLL/CUHD, using the Declaration Number and Year to find the GUID_CUHD value.
  2. Use SE16 for table /SAPSLL/LEGACT, using the GUID (as GUID_MOBJ) to find the Activity entries.
  3. For the Activity that you inadvertently closed, change the value of field ACSTA from '2' ("complete") to '0' ("not started"). I'm sure you have your own secret method of making that change!

Then you should be up and running again.

Good luck,
Dave

Answers (2)

Answers (2)

venu_ch8
Active Contributor
0 Kudos

Hi Santosh kumar,

Could you please explain what message again you want to see.

former_member231409
Participant
0 Kudos

Thanks Dave !