2006 May 08 12:49 PM
Hi folks,
can you please let me know how to find program discription based on Program name.
could you let me know the table which is maintained both program name & Description.
Best Regards,
Lakshmi
Hi folks,
can you please let me know how to find program discription based on Program name.
could you let me know the table which is maintained both program name & Description.
Best Regards,
Lakshmi
2006 May 08 12:52 PM
chk this table
TRDIRT
pls reward points for helpful answers and close thread if solved
Message was edited by: Sekhar
2006 May 08 12:53 PM
Hai Vijaya
Check with TRDIR DD02L
TRDIRE Program attributes (from PROGRAM statement
TRDIRT Title texts for programs in TRDIR
TRDIRTI Title Texts for Programs in PROGDIR (Inact
DD01L
DD01T
DD02ALL
DD02DB2
DD02DB6
DD02INF
DD02L
DD02MSS
DD02T
DD03L
DD03T
DD04L
DD04T
DD05S
DD06L
DD06T
DD07L
DD07T
DD08L
DD08T
DD09C
DD09L
Thanks & regards
Sreenivasulu P
Message was edited by: Sreenivasulu Ponnadi
Message was edited by: Sreenivasulu Ponnadi
2006 May 08 12:54 PM
Hi Vijya,
You can get the name of program/report from table <b>tadir or trdir</b>
Now use following code to get program text:
data: it_ptext type textpool occurs 0 with header line.
READ TEXTPOOL prog_name INTO itab LANGUAGE sy-langu.
READ TABLE itab WITH KEY id = 'R'.
Note: Reward marks for helpful replies.
2006 May 08 12:54 PM
2006 May 08 12:55 PM
You can find description from TRDIRT.
pass program name for 'NAME' and get text from 'TEXT'.
2006 May 08 12:56 PM
2006 May 08 1:00 PM
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |