Application Development 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: 

Table and Fields names for following

Former Member
0 Kudos

Hi All,

1. What is the Table&Field Name for finding out Program Type[Report/Module pool etc..] of a Program!

2. Is there any Table&Field Name for Transport Request Name. We need to find out TR Name Based on Program name.

Can anybody solve above issues!

Thanks in advance.

Thanks,

Deep.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

1

for 1.

check table

TRDIR

for 2

chcek table E071 giving program name in the obejct field .

regards,

vijay

10 REPLIES 10

Former Member
0 Kudos

go to se84 and check out

Former Member
0 Kudos

hi,

for u r firsrt ques the table name is REPOSRC AND FIELD NAME IS PROGNAME

Former Member
0 Kudos

Hi,

In TRDIR table specify the NAME as report name and <b>SUBC</b> is teh field whic gives u the <b>report type</b>.

1 Executable program

I INCLUDE program

M Module pool

F Function group

S Subroutine pool

J Interface pool

K Class pool

For the second one

Table name > <b>RSEUMOD</b>

Hope this solves ur query.

Message was edited by:

Judith Jessie Selvi

Former Member
0 Kudos

Hi,

the Transport requests get saved in E070 AND E071 tables.

you can use the view V_E071 to see collated data for Tranports.

regards,

Mahesh

Former Member
0 Kudos

1

for 1.

check table

TRDIR

for 2

chcek table E071 giving program name in the obejct field .

regards,

vijay

Former Member
0 Kudos

1) Can check the table TADIR , field 'OBJECT' , with field PGMID = R3TR.

For Module Pool category, the OBJECT = MODU and for report it will

be 'PROG' or 'REPT' or 'REPS' or 'REPO' in general.

Hope this answers your question.

Regards,

Saumya

Former Member
0 Kudos

Hi Deep,

Table - TRDIR

Field Name - SUBC

if SUBC value is,

1 Executable

I include program

M module pool

F function Group

S subroutine pool

J interface pool

K class pool

0 Kudos

Hi,

Thanks for those replies.

I want Program Name[Report ID] along with TR NUmber.

In which table i can find both!

Thanks,

Deep.

0 Kudos

The table as already mentioned is E071. The key for the table is the transport number, hence instead read the table with the fields

PGMID = R3TR

OBJECT = PROG

OBJ_NAME = program name

This will return the transport number to you in the field TRKORR

-Aditya

0 Kudos

Hi Deep,

<b>1. Go to E071 table

2. give PGMID - R3TR

OBJECT - PROG

OBJ_NAME - ZXXXXX "program name

3. run

TRKORR field contains u r transport request number</b>