Every programming language has its own rules and regulations, here SAP-ABAP also has its own rules and regulations to write programs and applications using ABAP syntax. ABAP syntax rules specifies some set of rules to be followed when we are developing ABAP application, this post helps to ABAPers about what rules are need to be follow to create ABAP applications.
ABAP Syntax Rules
- An ABAP/4 program consists of individual statements.Each statement must end with a period.
- The first word of a statement is known as the key word.
- Words are separated from each other by at least one blank.
- Statements can be indented. Statements can extend over several lines.
- You can concatenate several consecutive statements with an identical first part into a chain statement.
- When doing this, conclude the identical first part with a colon. After the colon, separate each concatenated part from the next with a comma.
- Blanks can appear before and after the separators (colon, comma or period).
"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.