Hi,
In Smartform Table..I created main area ( as TABLE) having columns
POSNR(CELL7), MATNR(CELL8), FKIMG(CELL9), VRKME(CELL10), UPRICE(CELL11), NETWR(CELL12)....
Here UPRICE--- Calculate this field as Unit price = Amount / Billed Qty.
For this....I created a Flow Logic at CELL11
CELL11(Right click)
CREATE---FLOW LOGIC -
PROGRAM LINE
Provided code:
UPRICE = WA-NETWR / WA-FKIMG.
Its showing the run time error
Reference field WA-NETWR unknown in form
what i have to do now for calculating UPRICE in this case...
<offer removed by moderator>
Thanks
Lohit
Edited by: Thomas Zloch on Jan 11, 2011 11:36 AM