Entering content frame

-7029: Function not allowed for this data type Locate the document in its SAP Library structure

Explanation:

  1. The attempt was made to use one of the functions DATE, TIME, TIMESTAMP, USER, USERGROUP, STAMP, or TRUE or FALSE for a default specification of a column having a data type not compatible with such a specification.
  2. The attempt was made to call a <FUNCTION SPEC> for a value which does not allow this function to be applied.
  3. The attempt was made to form a <DATETIME EXPRESSION> or <LABELED DURATION> with a value having a data type which is invalid for this purpose.

User Action:

  1. If a default is specified, another default must be chosen, or the default specification must be removed from the SQL statement.
  2. Use a QUERY statement issued on the system table DOMAIN.COLUMNS to find out the data types of the specified columns. A check can be made as to whether the desired effect can be achieved by a function converting numbers into character strings or vice versa.

 

 

 

Leaving content frame