Dear ABAPers this post explains what rules need to be followed when creating variables in SAP ABAP. The rules we need to follow are,
- Variables must be declared in the program.
- The declaration process consists of telling the system what type of data will be stored in the temporary location associated with the variable.
- These variables persist only during the execution of the program, and the data they contain is lost when execution is complete.
- Variables can be declared at any point in a program. However it is preferable to define at the begining of a program.
- Begin variable with a letter and then a combination of letters & numbers. Hyphen or Dash (-) is allowed but do not use it.
"You found the information helpful and want to say thanks? Your donation is enough to inspire us to do more. Thanks a bunch!"
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.