Entering content frame

Syntax documentation create_function_statement Locate the document in its SAP Library structure

<create_function_statement> ::=
  CREATE [PUBLIC] FUNCTION <dbfunction_name>
    [(<formal_parameter1>,...)] RETURNS <data_type> AS <routine>

 

Leaving content frame