‎2007 Nov 19 5:07 AM
Hi All,
please help me in finding the table name with refernce to structure table.....
Ex: I got a field GRARN in the the structure WRF02K , so i want to know the procedure where can i find the data related to that field (GPRAN) and in which related tables.
Thanks ,
srinivas.
‎2007 Nov 19 5:30 AM
goto tabel DD03L and give ur field name. it contain entries where the field is used in tables
‎2007 Nov 19 5:11 AM
You can use the ST05 for that...
Open your transaction in one Session
Open another session for ST05 .. Start the trace with the filter for the user
Come to first session.. do your processing.. or reach to the screen for which you need the data...
Come to second session and stop the trace..
List trace...
Regards,
Naimesh Patel
‎2007 Nov 19 5:11 AM
Hi,
Go-to SE84 and in the ABAP dictinary ->fields enter the field name and search ... the tables containing the field will get displayed.
regards,
Santosh Thorat
‎2007 Nov 19 5:13 AM
Hi
You can find the Table names if u know the Field name using the Tcode: SE15.
Select the TABLE FIELDS option from the list and Enter ur Field GPRAN .
It will display all the tables which has this field.
Note: You can also execute the program under Sql trace ST05 to find the tables that are accessed...
<b>reward if Helpful.</b>
‎2007 Nov 19 5:15 AM
Hi..
U may search in se15.
Link--> Abap Dictionary >Fields>Table Fields
Give ur Field name in the Field Name Text Box..
For Eg: GPRAN
Now Execute..
U may the list of tables which contain the Field name GPRAN..
Then u may find the table which will suits to ur conditions...
Or
Use Where used list..
Hope it will helps..
Regards
Bala..
‎2007 Nov 19 5:18 AM
HI
call function module RS_PROGRAM_TABLES using parameter values
or
in se80 you get the information of structures used for the given program...
if u expand the tree structure...
->se84
->ABAP dictionary
->structures
<b>Reward if useful</b>
‎2007 Nov 19 5:30 AM
goto tabel DD03L and give ur field name. it contain entries where the field is used in tables