2008 Sep 02 5:28 AM
Hi,
The fields which i want to fetch are present in the structurs so how can i get the values.Please help
2008 Sep 02 5:36 AM
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.
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
2008 Sep 02 5:31 AM
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
2008 Sep 02 5:31 AM
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
2008 Sep 02 5:31 AM
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.
2008 Sep 02 5:33 AM
2008 Sep 02 5:33 AM
hi hema,
Structure doesnt contain any data where as tables contain data.So there is no chance to get data from sturcture.
2008 Sep 02 5:36 AM
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.
2008 Sep 02 5:55 AM
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
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |