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

data from structure

Former Member
0 Likes
629

can i fetch data from the structure in a report design

i want to fetch the contents of DVMENG from the structure RESBD. in my report

plz help

its urgent

thanx

5 REPLIES 5
Read only

Former Member
0 Likes
595

plz reply its very urgent

Read only

Former Member
0 Likes
595

Hi Aery

structure can not store data , in run time only it holds one record,

can u pleaasee elobarate what exactly do u want.

Kiran.M

Read only

0 Likes
595

i m making a report for production order

and i want to show the commited quanity

which comes from the rsebd-dvmeng

plz help

Read only

Former Member
0 Likes
595

Hi Tinks,

You can get data into structure at run time but structure doesn't have any data itself

You just need to use RESBD-DVMENG to get the content of structure at runtime.

Eg: V_DVMENG = RESBD-DVMENG.

Thanks,

Vinay

Read only

Former Member
0 Likes
595

Hi Tinks,

No you cannot fetch data from a structure.You can only fetch data from database tables. database table is different from structures.

reward points if it is useful.

Thanks

Vikranth Khimavath