Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Table Name Needed

Former Member
0 Likes
828

Hi All,

can you tell me the database table where the name of the programs (Report programs) stored? i also want other details such as last modified, date of creation etc...

i need to display a report program which shows list of all Z programs and the related attirbutes( date of creation, last modified etc,,).

is there any table which has the source of the program we create? wher are these source code stored?

i am planning to create a report which shows the difference between 2 given report programs ( z program)

Regards,

Niyaz

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
804

Hi Niyaz,

Table TADIR has the reports, but I am not sure if you will find there the additional data you want.

You have to acces these table with key:

Object ID = R3TR

Program type = PROG

Regards

Marcelo Moreira

8 REPLIES 8
Read only

ferry_lianto
Active Contributor
0 Likes
804

Hi,

Please check table TRDIR.

Regards,

Ferry Lianto

Read only

Former Member
0 Likes
804

Hi,

Have you checked up TRDIR, TADIR and related tables?

Best Regards, Murugesh AS

Read only

Former Member
0 Likes
805

Hi Niyaz,

Table TADIR has the reports, but I am not sure if you will find there the additional data you want.

You have to acces these table with key:

Object ID = R3TR

Program type = PROG

Regards

Marcelo Moreira

Read only

0 Likes
804

Hi,

Thanks. i got the table name for program. i need the table name for other attributes and source code..

Regards,

Niyaz

Read only

Former Member
0 Likes
804

check these tables you should get your desire:

TRDIR, TADIR

Read only

ferry_lianto
Active Contributor
0 Likes
804

Hi,

Please check tables REPOSRC and REPOTEXT for source code and attribute.

Regards,

Ferry Lianto

Read only

0 Likes
804

Thanks Ferry..

what abt the other questions. where can i get the program attributes?

Read only

ferry_lianto
Active Contributor
0 Likes
804

Hi,

Any specific program attributes are you looking for?

Can you give an example?

Regards,

Ferry Lianto