1 Reply Latest reply: Jan 15, 2010 8:15 PM by Roland Wartenberg RSS

Runtime Error:  PERFORM_INDEX_0 / Exception: CX_SY_DYN_CA

Jose Luis Ibanez
Currently Being Moderated

Hello Collegues!

We are facing a problem with following transaction:

Transaction......... "LT04 "       

Program............. "RLVSDR10"    

Screen.............. "RSM13000 3000"

Screen line......... 2             

 

The following  message appears:

 

PERFORM_INDEX_0            

CX_SY_DYN_CALL_ILLEGAL_FORM

Index 0 in PERFORM.

The termination occurred in the ABAP program "RLVSDR10" in "GET_LTAK".  

The main program was "RSM13000 ".                                       

-

The termination occurred in line 390 of the source code of the (Include)

program "RLVSDR10"                                                     

of the source code of program "RLVSDR10" (when calling the editor 3900).

The program "RLVSDR10" was started in the update system. 

 

An exception occurred. This exception will be dealt with in more detail     

below. When the system check to see if this exception had been caught at    

runtime, it established that the class to which this exception is          

assigned, 'CX_SY_DYN_CALL_ILLEGAL_FORM', is not available in the database.  

Either the class has been deleted accidentally, or the release of the       

kernel differs from that of the database.                                   

The reason for this exception is:                                           

An indexed PERFORM statement (PERFORM i OF ...) specified an                

index with a value of 0.                                                    

 

Thanks in advance for your help.

JoséLuis.