‎2008 Feb 14 8:07 AM
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
‎2008 Feb 14 8:14 AM
Hi.,
The % does not mean anything.
Basically SAP permits us to declare data variables starting with % sign.
That's all.
Cheers,
Aditya
‎2008 Feb 14 9:02 PM
% 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.