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: 

Getting table name for structure..

Former Member
0 Kudos

Hi Friends..

I need one help from you..

if we go any transaction for ex me21n the fields are stored in one or more structure.We are getting structure values from many tables...

here i need the information, what are the structures used for a particular transaction.which database table contain the details about structures or fileds

used in that transaction..

Thanks in advance

Gowrishankar

6 REPLIES 6

Former Member
0 Kudos

Hi Gowrishankar,

Try this:

goto se80-Repository Information system-Abap dictionary(under objects)-Fields-Table fields-give the req field name -F8

Former Member
0 Kudos

Hi,

->se84

->ABAP dictionary

->structures

<b>reward points if useful.</b>

regards,

Vinod Samuel.

0 Kudos

Hello Kaveri and Vinodh thanks for your reply..

My question is..

if we r going to one transaction in that transaction contain many more stuctures

for to storing the values of the field..

so i need the detail about that, what are the structures available for a particular

trasaction,where this informations are stored...

0 Kudos

hi,

in se80 you get the information of structures used for the given program...

if u expand the tree structure...

<b>reward if useful.</b>

regards,

Vinod Samuel.

uwe_schieferstein
Active Contributor
0 Kudos

Hello Gowrishankar

Have a look at my answer in the recent thread

Regards

Uwe

Former Member
0 Kudos

Hi,

Check the FM: RS_PROGRAM_TABLES

Regards,

Bhaskar