SAP ABAP Message Class 28 Message Number 086 (Formal parameter &1 not valid for: &2)
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 086  
Documentation status      
Authorization check Error Message      
Changed On    
Message Text
Formal parameter &1 not valid for: &2
Help Document

Diagnosis

The syntax check found an error in entry for a table or function. Formal parameter is invalid.

System Response

The cursor shows which table/function entry is incorrect.

Procedure

A table is referred to by the keyword TABLE, the language-independent table name, and a list of arguments, each consisting of <Formal parameter = Arg>, for example:
TABLE TEST_TAB(COLOR='red',
PRICE=PRICE_1)
COLOR and PRICE are formal parameters of the table, 'red' is a constant and PRICE_1 is a characteristic-specific variable.

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

One formal parameter you entered is invalid. Check the formal parameter and correct the error.

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