‎2006 Sep 20 10:01 AM
Hi,
I am gettin error in scripts(Unknown symbol l_vtweg).
In print program I have used this variable.
select single vtweg from dic table into l_vtweg
where cond.
then y I am geting this error? any idea plz?
Regards
Divakar
‎2006 Sep 20 10:04 AM
ru declare like that .
<b>&l_vtweg&</b>
other wise where u got this error in driver program or sapscript.
‎2006 Sep 20 10:09 AM
Hi,
I declared lik e&L_VTWEG& in scripts.
I am geting error in scripts.
Regards
Divakar
‎2006 Sep 20 10:04 AM
Runtime errors occur if the declared data type is unknown; if the length of the declared data type does not match the type of the assigned field and if the alignments are incompatible.
Regards
Vivek
reward points if this helps