Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Doubt in script(Unknown symbol)

Former Member
0 Likes
642

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

3 REPLIES 3
Read only

Former Member
0 Likes
530

ru declare like that .

<b>&l_vtweg&</b>

other wise where u got this error in driver program or sapscript.

Read only

0 Likes
530

Hi,

I declared lik e&L_VTWEG& in scripts.

I am geting error in scripts.

Regards

Divakar

Read only

Former Member
0 Likes
530

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