SAP ABAP Message Class 28 Message Number 127 (No values can be inferred for action/procedure)
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 127  
Documentation status      
Authorization check Error Message      
Changed On    
Message Text
No values can be inferred for action/procedure
Help Document

Diagnosis

The syntax check found an error in an action or procedure. No inference of values values is formulated (in connection with a table/function call).

System Response

Procedure

Qualify all characteristics for which you require inferred values with $SELF. For example:
TABLE TEST_TAB(COLOR = 'red', PRICE = $SELF.PRICE)
If you enter:
TABLE TEST_TAB(COLOR = 'red', PRICE = PRICE)
no value is inferred for characteristic PRICE.

Check whether the values you want to infer match the value assignment alternatives defined in the table. In actions and procedures, the first value assignment alternative defined for a table access is read. You can only infer values for characteristics that are defined as data fields in the value assignment alternative. If a characteristic is defined as a key field in a table, values cannot be inferred for this characteristic.

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