Ansicht
Dokumentation

ABENCOMMENTS_GDL - COMMENTS GDL

ABENCOMMENTS_GDL - COMMENTS GDL

TXBHW - Original Tax Base Amount in Local Currency   General Data in Customer Master  
This documentation is copyright by SAP AG.
SAP E-Book

Comments

Comments do not affect how a program is executed and are ignored by the computer. People who work with the source code, however, benefit greatly from comments, since they make the code easier to understand.

There are two categories of comments in ABAP:

  • Comment lines
A comment line contains a comment and nothing else. It can be defined either by the * character at the start of the program line, or by the " character at any point of a program line blank to its left.
  • End of line comments
An end of line comment is a comment added using the " character and located on the right of an ABAP statement or part of an ABAP statement.

A comment line or end of line comment can have any content and this content is ignored when the program is generated using ABAP Compiler.






RFUMSV00 - Advance Return for Tax on Sales/Purchases   Fill RESBD Structure from EBP Component Structure  
This documentation is copyright by SAP AG.

Length: 1361 Date: 20240426 Time: 063938     sap01-206 ( 20 ms )