cancel
Showing results for 
Search instead for 
Did you mean: 

Extracting Long Text of Quality Notification

Former Member
0 Kudos

Hello.

i'd like to ask how we can extract the Long Text found in the Items of Quality Notifications.

We already know where to get the QN details (tables QMEL, QMFE) and the Long Text data (STXH and STXL). Our problem is linking the two sets of tables I just mentioned. In short, where can I find the link between the QN number and the Long Text associated to it?

thanks in advance for your help!

Accepted Solutions (1)

Accepted Solutions (1)

jogeswararao_kavala
Active Contributor
0 Kudos

Hello Luis,

It is done through function module READ_TEXT..  You may go through this post. This will help you.

Best of luck

KJogeswaraRao

Former Member
0 Kudos

HEllo! Thanks for your reply.

Yes, I agree with what you said.

Would you know how I can find the Long Text object associated to the Quality Notification? That is where we are having some difficulty.

thanks!

jogeswararao_kavala
Active Contributor
0 Kudos

Click on the Long text icon next to Notification title. Here you go to Goto in the menubar and choose Header like this

Now you will ge the details you want to pass in the READ_TEXT fm.

Textname, TextId(LTXT), TextObject (QMEL).

The referred document tells about these things.

KJogeswaraRao

Answers (0)