SAP ABAP Message Class 28 Message Number 113 (Error in table/function declaration)
Hierarchy
SAP_ABA (Software Component) Cross-Application Component
   CA-GTF-DEP (Application Component) Object Dependencies
     CUMT (Package) Maintenance Environment for Dependencies
Attribute
Message class 28  
Short Description Configuration    
Message Number 113  
Documentation status      
Authorization check Error Message      
Changed On    
Message Text
Error in table/function declaration
Help Document

Diagnosis

The syntax check found an error in the entry for a table or function.

System Response

Procedure

A table is denoted by the keyword TABLE, the language-independent table name and a list of arguments. Each argument consists of <formal parameter = arg>, for example:
TABLE TEST_TAB(COLOR='red', PRICE=PRICE_1)
Here, COLOR and PRICE are formal parameters of the table, 'red' is a constant, and PRICE_1 is a characteristic-specific variable.

A function is denoted by the keyword FUNCTION. The other entries for a function are the same as for a table, for example:
FUNCTION TEST_FUN(COLOR='red', PRICE=PRICE_1)

Check the table or function entry at the cursor. Correct the error if required. See also other possible causes of error (messages).

Special functions that read or change other configuration data internally are identified with the keyword PFUNCTION. (The 'P' stands for procedure.) These functions can only be used in procedural dependencies, such as procedures and non-declarative selection conditions. The argument list of a PFUNCTION can be empty.

History
Last changed on/by 19951026  SAP 
SAP Release Created in