0% found this document useful (0 votes)
170 views4 pages

SAP TCode Table Identification Guide

This document outlines a 4-step process to identify the tables behind any transaction code (tcode) in SAP. The steps are: 1) use the TSTC table to check the program for a specific tcode, 2) use the D010Tab table to find all tables linked to that program, 3) use the DD02L table to identify transparent tables storing data, and 4) use the DD02T table to retrieve descriptions of the transparent tables to enhance understanding. Following these steps provides a simple yet effective way to determine the relevant tables behind any given tcode.

Uploaded by

venkatesh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
170 views4 pages

SAP TCode Table Identification Guide

This document outlines a 4-step process to identify the tables behind any transaction code (tcode) in SAP. The steps are: 1) use the TSTC table to check the program for a specific tcode, 2) use the D010Tab table to find all tables linked to that program, 3) use the DD02L table to identify transparent tables storing data, and 4) use the DD02T table to retrieve descriptions of the transparent tables to enhance understanding. Following these steps provides a simple yet effective way to determine the relevant tables behind any given tcode.

Uploaded by

venkatesh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

HOW TO IDENTIFY TABLE BEHIND ANY TCODE

 As a functional consultant, navigating the Sap tables can sometimes be


challenging, especially when it comes to understanding how data flows through
the system during Integration and End-to-End (IPE) testing
 One critical aspect of this process is having a comprehensive knowledge of the
tables associated with specific transaction codes (tcodes)
 In this blog post, we will explore a simple yet effective trick to identify tables
behind any tcode.
STEP 1 : CHECK PROGRAM FOR SPECIFIC TCODE USING
TSTC TABLE :

CHAITANYABHANGALE@[Link]
STEP 2: CHECK ALL TYPE OF TABLE THROUGH D010TAB:

Once you have identified the program associated with the tcode, the next step is to
determine the relevant tables. The D010Tab table can help you find the tables linked to
a specific program. Follow these steps:

Input parameter from


step 1

Step 2 Output

CHAITANYABHANGALE@[Link]
Step 3: DD02L Table Used to Find Transparent Tables:
Transparent tables store data in the database and are crucial for data storage in SAP. To
identify transparent tables linked to the program, use the DD02L table

Input parameter
from step 2

Step 3 : Output

transparent table associated


with MIRO tcode

CHAITANYABHANGALE@[Link]
Step 4: DD02T to Get Text for the Same Table:

To enhance understanding, we can retrieve the descriptions or texts associated with the
transparent tables. Use the DD02T table:

Input parameter from step 3

Table Description details

CHAITANYABHANGALE@[Link]

You might also like