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

can we make selection on structure?

Former Member
0 Likes
898

can we make selection on structure?

can we make selection on structure?

6 REPLIES 6
Read only

Former Member
0 Likes
854

hi,

you cant make selection on structures.

Read only

Former Member
0 Likes
854

Hi,

you cant make selection into structure.

only, You can fetch the values into that.

regards

Sandeep Reddy

Read only

Former Member
0 Likes
854

Indirectly you can.

Create a View and INCLUDE the structure for the fields. Set the View up to pull the data needed in the Structure.

Read only

Former Member
0 Likes
854

No we can't write a select statement on structures as it does not have memory.

Read only

Former Member
0 Likes
854

i hav to select matnr,ernam,erdat,idnrk from caufvd which is a structure.how to do this?can any plz help me

Read only

Former Member
0 Likes
854

Hi,

You cannot select those fields from that structure, because those does not contain data in it. So it will not be useful.

You cannot make selection on structures. Because there will be no data stored in structures as there is no memory allotted for the structures.

But at runtime a single record can be kept in the work area of that , but it is not permanently stored.

Reward if useful.

Thanks & Regards,

Khan.