on ‎2018 Jun 29 7:01 AM
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
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 :
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.
| User | Count |
|---|---|
| 57 | |
| 29 | |
| 21 | |
| 11 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.