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

what is $var variable name usage?

Former Member
0 Likes
403

Hi all,

Good day.

In SAP standard program, I saw some variable declared with prefix dollar sign.

example, $lt_var

Any different with normal variable name?

Thanks.

Greatly appreciate for any comment.

1 REPLY 1
Read only

mvoros
Active Contributor
0 Likes
344

Hi,

good question but unfortunately I do not have direct answer. But I am very interested in answer. I found this about variable naming in ABAP documentation.

As well as these characters, certain special characters are used internal. However, these should not be used in application programs.

and in ABAP objects you can use only

Permitted are letters from "A" to "Z", numbers from "0" to "9" and underscores (_).

So my guess is that it should be related to special characters. Maybe passing some hints to ABAP compiler.

Cheers