Hi all
I have a line of code in my scripts like below
&KOMVD-VTEXT& &KOMVD-KBETR
and the output is such
Discount (%) 10.000- %
Agrl Market Cess (%) 1.00%
but i want the output such that the "10.000-%" and "1.00%"
comes next immediately to "Discount" and "Agrl Market Cess".
If i give &KOMVD-VTEXT(16)& like dis then the value of "Agrl Market Cess" is truncated.Please help.On the whole i want a output like below.
Discount (%) 10.000- %
Agrl Market Cess (%) 1.00%
Vijay