2018 May 23 7:48 AM
Does any one know which tables store report meta data, like selection texts? In other words, all the things editable via tcode SE38. I have found TRDIR and TRDIRT but I need the table which stores report parameters, or selction texts as they are called in SE38.
Thanks!
Does any one know which tables store report meta data, like selection texts? In other words, all the things editable via tcode SE38. I have found TRDIR and TRDIRT but I need the table which stores report parameters, or selction texts as they are called in SE38.
Thanks!
2018 May 23 8:51 AM
2018 May 23 8:56 AM
I need the names of the underlying tables which store the data.
2018 May 24 7:07 AM
2018 May 24 6:54 AM
Quite some time ago I tried finding that as well but to no avail. I ended up using the ABAP statement READ TEXTPOOL <program> LANGUAGE <langu> INTO <texttable> which is what the FM Shai mentioned also does internally. The actual information most likely is "buried" in some cluster tables where the content isn't readily available/legible and only can be accessed via SAP-provided routines (ABAP statement like READ TEXTPOOL or a FM like e.g. READ_TEXT to get the long texts).
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |