2008 May 20 1:15 PM
can we make selection on structure?
2008 May 20 1:16 PM
2008 May 20 1:18 PM
Hi,
you cant make selection into structure.
only, You can fetch the values into that.
regards
Sandeep Reddy
2008 May 20 1:20 PM
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.
2008 May 20 1:23 PM
No we can't write a select statement on structures as it does not have memory.
2008 May 20 1:25 PM
i hav to select matnr,ernam,erdat,idnrk from caufvd which is a structure.how to do this?can any plz help me
2008 May 20 1:25 PM
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.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |