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: 

list of Zreports and Z transcations

Former Member
0 Kudos
248

how can i find the list of Zreports and Z transcations, created in any company?

1 ACCEPTED SOLUTION

Former Member
0 Kudos
209

Hi,

Goto SE38 - > give Z* in program name and press F4.It will list out all the Z programs

Goto SE93 ->give Z* in transaction code and press F4.It will list out all the Z Transations

REgards,

Sangeetha.A

4 REPLIES 4

Former Member
0 Kudos
209

hi,

1. goto <b>SE84</b> tcode, it is a repository.. u can search everthing there..

2. Table <b>TSTC</b> will store all the standard and user defined TCodes.

just write a select queryon that if u want.

select * from TSTC into table itab

where

PGMNA CS 'Z' AND

TCODE CS 'Z'.

With Rgds,

S.Barani

Former Member
0 Kudos
210

Hi,

Goto SE38 - > give Z* in program name and press F4.It will list out all the Z programs

Goto SE93 ->give Z* in transaction code and press F4.It will list out all the Z Transations

REgards,

Sangeetha.A

former_member223537
Active Contributor
0 Kudos
209

Goto SE16

Enter TRDIR as table name

in SUBC field enter '1'

in program name field enter "Z*"

& Execute.

Former Member
0 Kudos
209

Hi

<b>goto se11

enter table name as TSTC</b>

execute that

and in the selection screen give z* then it will give all the transaction code and the programs created in that company or client

<b>reward if usefull</b>