2007 Jul 30 10:37 AM
hi,
How do i retreive data from the structure RIWO00? I need to retreive the work center code, the short text for damage code and cause code?
useful answeres would be rewarded wih full points.
thanks
nayan
hi,
How do i retreive data from the structure RIWO00? I need to retreive the work center code, the short text for damage code and cause code?
useful answeres would be rewarded wih full points.
thanks
nayan
2007 Jul 30 10:42 AM
Hi
This strucutre would contain data at runtime.
you can directly access the relevant fileds by thier filed name i.e.
RIWO00-fieldname.
Regards
Ravish Garg
<b>*Reward if useful</b>
2007 Jul 30 10:48 AM
Hii Nayan,
See, Structures as the name suggests are only outlines i.e. they just contains the fields, no values are stored in them.
U can use an structure in ur program to make another struc.
Now u can fill it up with the values using select query or any other way.....
To retreive these values u should refer as following....
Work Center Code----->RIWO00-LGWID
Short text for Cause Code------->RIWO00-TXTUR
Short text for Damage Code------->RIWO00-TXTCDFE
Important thing is that u need to fill up these structure values at run time else u will get null.
Hope it helps u ....
<b>"Dont forget to reward points if helpful"</b>
Regards,
Ashish
2007 Jul 30 10:54 AM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |