SAP ABAP Message Class 28 Message Number 112 (Table/function argument incorrect &1)
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 112  
Documentation status      
Authorization check Error Message      
Changed On    
Message Text
Table/function argument incorrect &1
Help Document

Diagnosis

The syntax check found an error in table or function parameters.

System Response

The cursor shows where in your entry the error occurs.

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)

One argument is invalid. Arguments must be either constants or variables which refer to a characteristic. Check the arguments and correct the error.

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