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: 

can we make selection on structure?

Former Member
0 Kudos

can we make selection on structure?

6 REPLIES 6

Former Member
0 Kudos

hi,

you cant make selection on structures.

Former Member
0 Kudos

Hi,

you cant make selection into structure.

only, You can fetch the values into that.

regards

Sandeep Reddy

Former Member
0 Kudos

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.

Former Member
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

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.