コンテンツエリア開始

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> [DETERMINISTIC] AS <routine>

 

コンテンツエリア終了