SAP BUILT IN FUNCTIONS - Syntax
Get Example source ABAP code based on a different SAP table
• ( ) ABAP_BUILTIN_FUNCTION
Built-In Functions, Syntax
ITOC
In functions with named arguments, there is usually a main argument
Functions with an Unnamed Argument
ABAP_SYNTAX
In functions with an unnamed argument, the syntax is the same as the syntax for calling functional methods with one input parameter.
BEGIN_SECTION SAP_INTERNAL_HINT
Undocumented feature: The spaces after the opening and before the closing bracket can be omitted if the argument is a text literal within quotes.
END_SECTION SAP_INTERNAL_HINT
ABAP_EXAMPLE_VX5
The built-in function
ABEXA 00842
ABAP_EXAMPLE_END
Functions with Named Arguments
ABAP_SYNTAX
Functions with one or more named arguments are bound to
BEGIN_SECTION SAP_INTERNAL_HINT
Undocumented feature: The space before the closing bracket can be omitted if the last argument is a text literal within quotes.
END_SECTION SAP_INTERNAL_HINT
ABAP_EXAMPLE_VX5
The built-in function
ABEXA 00843
ABAP_EXAMPLE_END