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: 

Fetching the fields

Former Member
0 Kudos

Hi,

The fields which i want to fetch are present in the structurs so how can i get the values.Please help

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Dude,

we cannot get the values from the Structure.

so want to find the related table which these values are stored.

This can be done by ,

1. Goto SE84.

2.Click On Abap Dictionary Folder

i.Click on Fields folder.

ii.Click on Table fields

iii.Enter the FIELD NAME and execute.

U will get the tables .

Pick the table Which U feel its apt.

Hope this helps U.

7 REPLIES 7

Former Member
0 Kudos

you need to check where these fields are being stored in DB table or may be the case some FM or program is there which is using these structures .

~hitesh

Former Member
0 Kudos

Hi,

Using Where-used list first check wheather this structure is used in any table or not and if it is used, wheather it contain the data you are looking for . Then only you can fetch data from the field.

Regards,

anirban

former_member181995
Active Contributor
0 Kudos

Search for tables which contain same field and data.else you can fetch one by one values from structure cause structure works same as work area.

0 Kudos

How to check for the tables?

Former Member
0 Kudos

hi hema,

Structure doesnt contain any data where as tables contain data.So there is no chance to get data from sturcture.

Former Member
0 Kudos

Hi Dude,

we cannot get the values from the Structure.

so want to find the related table which these values are stored.

This can be done by ,

1. Goto SE84.

2.Click On Abap Dictionary Folder

i.Click on Fields folder.

ii.Click on Table fields

iii.Enter the FIELD NAME and execute.

U will get the tables .

Pick the table Which U feel its apt.

Hope this helps U.

Former Member
0 Kudos

hi

"STRUCTURES" does not contain any data , infact data is contain by tables

so u cannot fetch from fields in case of structures

hope it will help you

Edited by: RAHUL SHARMA on Sep 2, 2008 6:56 AM