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

Table for Notification coding long TEXT

former_member267531
Participant

Accepted Solutions (0)

Answers (1)

Answers (1)

NTeunckens
Active Contributor
0 Likes

Basically, the Texts are saved in SAP-Specific TextTables, used across your entire System. So you need some logic, using the Appropriate Keys to get your Specific Content.

See this Blog on LongTexts for PM-Reporting, which shows you some of these Keys for PM Orders and Notifications : link

former_member267531
Participant
0 Likes

Hello Nic

Thanks for the reply

I used VIQMSM table to get the Subject Coding long text but in table Its showing the

"Monteur bestellt" only. from which table can I get the whole long text subject coding data ?

Br, Kiran

NTeunckens
Active Contributor
0 Likes

Am I correct to state that these LongTexts are linked to the Notification itself, not at a level 'deeper' such as Actions or Measures ... So the LongText in the Screenshots are linked to the Notification-Table "QMEL" ...

Please see the results when using FM "READ_TEXT" for 'QMEL', 'LTXT', Notification-ID and specific Language :

Hope this helps ...

Nic T.

former_member267531
Participant
0 Likes

Hello Nic

But this would need the ABAP development right ?

Br, Kiran

NTeunckens
Active Contributor
0 Likes

Yes, if you want to do reporting on this, the difficulty lies in the fact that the LongText data is found in Cluster-tables "STXH" and "STXL". See SAP-Help for LongText : link

A few References :

  • SAP Blog on the Alternative of "READ_TEXT" Function Module : link
  • SAP-KBA 2261311 on FM "READ_MULTIPLE_TEXTS" : link


One of the above approaches could be used in Development of a report, when there are many records to be Read for LongText, something that the "READ_TEXT"-FM doesn't do very well in terms of Performance ...


Kind regards

Nic T.