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

help to view Z reports with transaction code

asif_ali2
Explorer
0 Likes
3,743

Hi good souls,

I am facing a rather funny but very helpful need to find a way in which i can view all my customized reports with their respective transaction codes and its description.

It is highly appreciated if the help comes soon.

<Objectionable word removed>

Edited by: Suhas Saha on Jun 22, 2011 2:48 PM

Hi good souls,

I am facing a rather funny but very helpful need to find a way in which i can view all my customized reports with their respective transaction codes and its description.

It is highly appreciated if the help comes soon.

<Objectionable word removed>

Edited by: Suhas Saha on Jun 22, 2011 2:48 PM

4 REPLIES 4
Read only

kiran_k8
Active Contributor
0 Likes
1,580

Get the Program names from tadir table where pgmid is R3TR object id is PROG and obj_name 'Z%' (meaning all prog starting with Z) using that program name get the tcode from tstc table.

Thanks,

K.Kiran,.

Read only

eduardo_hinojosa
Active Contributor
0 Likes
1,580

Hi

Tcode SE16 or SE16N for table TSTC. Do the selection for PGMNA = Z*.

Regards

Eduardo

Read only

ThomasZloch
Active Contributor
0 Likes
1,580

You might as well just use the repository info system (SE90), other objects, transactions. Expand to "all selections", select the needful and switch to "complete list".

Thomas

Read only

Former Member
0 Likes
1,580

Hi,

Step 1:-

Goto the table TADIR get the OBJ_NAME(Program name) as per the following condition.

Condition-

PGMID = R3TR

OBJECT = PROG

DEVCLASS = (Package name for you are using in transport request creation time)

Step 2:-

Goto the table TSTC get the trasaction details.

Condition:-

PGMNA = Step1-OBJ_NAME