Hi All,
I am working on a production order. I am having a structure defined in global data WA_CAUFV like CAUFV.
I am populating the work area using a loop from the internal table T_CAUFV.
I have declared the fields in a text node as below for output.
WA_CAUFV-plnbez WA_CAUFV-gamng
WA_CAUFV-igmng
i am executing the pring program. If i am not having the WA_CAUFV-gamng in the text node i am getting the output.
When i am haing the WA_CAUFV-gamng field I am getting an error that
<b>Reference field WA_CAUFV-GAMNG unknown in the form</b>
kindly let me know what is the mistake i have made. I tried with debuggin but i am not able to identify the solution. But the work area has the value for the field WA_CAUFV-gamng in the form.
regards,
Bala