Entering content frame

-4023: Unknown function name Locate the document in its SAP Library structure

Explanation:

  1. There is no function with the specified name.
  2. The attempt was made to use a <NAMED QUERY EXPRESSION> that was not valid here instead of a <QUERY EXPRESSION>.

User Action:

Replace the NAMED QUERY EXPRESSION with a QUERY EXPRESSION. If the error message occurs although there is no <NAMED QUERY EXPRESSION> in the SQL statement, check whether the specified function is only not offered in the SQLMODE being used.

  1. Do without the specified function.
  2. Open a session using the SQLMODE in which the function is available.
  3. Generate a DB function with the specified name and the desired functionality.

 

 

 

Leaving content frame