cancel
Showing results for 
Search instead for 
Did you mean: 

How to Find all my z programs or customised tcode, programs and reports

BrendaNuwasiima
Explorer
0 Kudos
369

It is very easy to find these.  Open SAP Gui and choose the client , your username and passwords.

SE16 to open the Data browser of Abap workbench . Open for table TSTC which shows all Tcode and search Z* to display all Z t-code, programs, screens and description.

View Entire Topic
kiran_angar
Explorer

three  options:
1. Usually if we know the output type, then we got to TNAPR table and find which program is triggering the output and SMARTFORM.

2. Sometime if you know the closest name of smartform , then check table STXFADM - this will have all the smartforms read the relevant .

3. Using tcode - code_scanner  search in Z* package - CALL FUNCTION - SSF_FUNCTION**