2007 Aug 11 10:12 AM
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
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
2007 Aug 11 10:15 AM
2007 Aug 11 10:16 AM
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
2007 Aug 11 10:20 AM
i m making a report for production order
and i want to show the commited quanity
which comes from the rsebd-dvmeng
plz help
2007 Aug 11 10:18 AM
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
2007 Aug 11 10:23 AM
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
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |