Application Development and Automation 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: 
Read only

structure bpdy

Former Member
0 Likes
963

hi

i need to extract data from this strucutre.

field is wert1.

can we directly write a select and do that. or else what is the procedure.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
785

Hi,

Take the data element of that field..

Put a where used of that data element...And search it in the tables..

you will get in which tables the data element is being used..

Thanks,

Naren

4 REPLIES 4
Read only

suresh_datti
Active Contributor
0 Likes
785

You cannot extract data from a structure.. b'coz it is only filled during runtime...

~Suresh

Read only

Former Member
0 Likes
785

Hi,

You cannot do a select on a structure..

Thanks,

Naren

Read only

0 Likes
785

thanks guys for ur replies.

but then how do i proceed. my functional guy told me to look at this field.

i tried using the where used list , but its not showing anything of use,

how do i proceed.

Read only

Former Member
0 Likes
786

Hi,

Take the data element of that field..

Put a where used of that data element...And search it in the tables..

you will get in which tables the data element is being used..

Thanks,

Naren