SAP ABAP Message Class 00 Message Number 099 (Field after FROM, TO or CURSOR has incorrect data type)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ABA-SC (Application Component) UI Services, Screen, Batch Input
     SDYN (Package) DYNP
Attribute
Message class 00  
Short Description General Basis texts    
Message Number 099  
Documentation status      
Authorization check Error Message      
Changed On    
Message Text
Field after FROM, TO or CURSOR has incorrect data type
Help Document

Diagnosis

Fields that can be specified for the LOOP AT internal table (FROM, TO, CURSOR), have an incorrect data type.

Procedure

Fields must be defined in the same way as SY-INDEX

Example: DATA: START like sy-index.

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