cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Note implementation 412391

Former Member
0 Kudos

Hi Friends

I got the note from my client side that we have to apply ths note 412391.

But when I am trying to search this note it is showing that the note is not yet released.

Then i got the same text note from SAP.

They replied me by saying please read the note and make the changes accordingly.

I read that note but the validity of note is till basis610 release and we are running our system on 640 release.

can anybody provide me the procedure for replying it to client side.

Thanks&Regards

Accepted Solutions (0)

Answers (3)

Answers (3)

Syamkriz
Active Participant
0 Kudos

Hi Khalid,

All you need to do to unlock usmm is to delet some entries from tables TUSTAT and TUCON as mentioned in the note 412391.you can do it by two methodes

1)use se16

2)execute following abap program

REPORT Z_DEL_STAT.

DELETE FROM TUSTAT

WHERE status = 'R' OR status = 'L'.

DELETE FROM TUCON

WHERE SYM_GRP = 'Meas. res.' and SYM_KEY = 'Trans

Stat'.

It is 100% sure that USMM will be unlocked.

Hope I could provide the solution to your expectation.Kindly award points.

Thanks and Regards,

Syamkrishnan

Former Member
0 Kudos

Hi Khalid,

You respond to the SAP Support in the same message where they suggested you to implement this note saying the note is not released and it is not related to your release either.

SAP Support needs to get the response from the note writer/developer who is responsible for the changes mentioned in the note and get the clarification to you.

Hope this helps.

Regards,

Snehal

Former Member
0 Kudos

Hello Khalid,

The note is indeed not released for customers yet. The status of the note is "For checking". This means that the developers are still changing it. So, you should open a customer message to SAP asking when this note will be released.

Regards,

Rafael