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 does % means on DATA %DATA_SELECTED(1)?

Former Member
0 Likes
388

Hi Gurus,

Could anybody please explain what is the meaning of below sentence?

DATA %DATA_SELECTED(1).....In this sentence the character % represents what?

Thanks ,

Rakesh.

Edited by: Alvaro Tejada Galindo on Feb 14, 2008 3:07 PM

2 REPLIES 2
Read only

Former Member
0 Likes
354

Hi.,

The % does not mean anything.

Basically SAP permits us to declare data variables starting with % sign.

That's all.

Cheers,

Aditya

Read only

Former Member
0 Likes
354

% character can be used in naming convention, so it is used by some programmers to name elements variable etc

% has no special meaning in ABAP. It's just that the variable is called "%data_selected", for example. This is a convention often used to denote system type variables.