Ansicht
Dokumentation

ABENBDL_GENERAL_SYNTAX_RULES - BDL GENERAL SYNTAX RULES

ABENBDL_GENERAL_SYNTAX_RULES - BDL GENERAL SYNTAX RULES

rdisp/max_wprun_time - Maximum work process run time   General Data in Customer Master  
This documentation is copyright by SAP AG.
SAP E-Book

- General Syntax Rules


* Work in progress *

The following rules apply to the ABAP Behavior Definition Language (BDL) syntax:

Keywords

  • Keywords must be all lowercase letter.
    Example: Create or CreaTe are both invalid keywords. create,, however, is valid.

Names

  • Names should be written in mixed case style (also referred to as camel case style). Here, uppercase marks the beginnings of words within a combined name.
    Example: TravelEntity, CDSEntityName, Travel_Entity_Name are valid names.

Comments

  • Two forward slashes (//) introduce a comment, which continues until the end of the line.
    Example: internal create; //standard operation create
  • Comments within lines or that span multiple lines are enclosed by the characters /* and */.
    Example: /* Entity properties*/

Separators

  • Statements must be closed using a semicolon (;).
    Example: implementation unmanaged;

Tip

It is a good idea to use the same spelling of names as in ABAP CDS.






RFUMSV00 - Advance Return for Tax on Sales/Purchases   Addresses (Business Address Services)  
This documentation is copyright by SAP AG.

Length: 2275 Date: 20240423 Time: 124755     sap01-206 ( 21 ms )