2007 Sep 18 10:23 AM
how can i find the list of Zreports and Z transcations, created in any company?
2007 Sep 18 10:33 AM
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
2007 Sep 18 10:32 AM
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
2007 Sep 18 10:33 AM
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
2007 Sep 18 10:41 AM
Goto SE16
Enter TRDIR as table name
in SUBC field enter '1'
in program name field enter "Z*"
& Execute.
2007 Sep 18 10:47 AM
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>