Hi,
To retrive weight for delivery note smartform i used following select statement code in programlines:
select single BTGEW from LIKP into wa_btgew
where VBELN = gs_dlv_it-DELIV_NUMB.
And in global definitions i mentioned:
wa_btgew type likp-btgew
And in the text node i wrote :
Weight: &wa_btgew&
So in the output iam not getting the value near the weight.But instead iam getting the following output:
Weight: &wa_btgew&
Please suggest me if i have to do anything else to get the value
Thanks,
Priya