Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8451

DUMP CX_SY_DYN_CALL_ILLEGAL_FORM

$
0
0

Hi I need some help can anyone check this.

How can I fixed it ?

 

I have create report and I add the editable initial field for 'X' .
on backround I have to read row which field have X but When I assign X to editable field it gives dump.

xxx.JPG

 

 

 

 

Runtime Errors         PERFORM_NOT_FOUND

Except.                CX_SY_DYN_CALL_ILLEGAL_FORM

Date and Time          25.12.2015 10:44:24

 

 

Short text

     Call (PERFORM) to a non-existent routine.

 

What happened?

     There exist various options:

     Error in the ABAP Application Program

 

 

     The current ABAP program "SAPLSLVC_FULLSCREEN" had to be terminated because it

      has

     come across a statement that unfortunately cannot be executed.

     or

     Error in the SAP kernel.

 

 

     The current ABAP "SAPLSLVC_FULLSCREEN" program had to be terminated because the

     ABAP processor detected an internal system error.

 

 

Error analysis

     An exception occurred that is explained in detail below.

     The exception, which is assigned to class 'CX_SY_DYN_CALL_ILLEGAL_FORM', was

      not caught in

     procedure "METHOD_DATA_CHANGED" "(FORM)", nor was it propagated by a RAISING

      clause.

     Since the caller of the procedure could not have anticipated that the

exception would occur, the current program is terminated.

The reason for the exception is:

The program "SAPLSLVC_FULLSCREEN" is meant to execute an external PERFORM,

namely the routine "SET_DATA_CHANGED " of the program

"ZPP_R_TEDARIKCI_TESLIM_URN ", but

this routine does not exist.

 

 

This may be due to any of the following reasons:

 

 

1. One of the programs "SAPLSLVC_FULLSCREEN" or "ZPP_R_TEDARIKCI_TESLIM_URN "

is currently being developed.

The name "SET_DATA_CHANGED " of the called routine may be incorrect, or

the routine "SET_DATA_CHANGED " is not yet implemented in the program

"ZPP_R_TEDARIKCI_TESLIM_URN ".

-

 

790 form method_data_changed using rr_data_changed type ref to

791                                           cl_alv_changed_data_protocol.

792   if not gt_grid-i_callback_data_changed is initial and

793      not i_callback_program is initial.

794     perform (gt_grid-i_callback_data_changed)

795       in program (i_callback_program) using

796                                       rr_data_changed.

797   endif.

798

799

>>>> endform.                               " METHOD_DATA_CHANGED

 

2. If the program SAPMSSY1 is involved in the runtime error, one of

the function modules called via RFC is not flagged as remote-capable.

(see Transaction SE37  Goto -> Administration -> RFC flag)

 

 

3. There is an inconsistency in the system. The versions of the

programs "SAPLSLVC_FULLSCREEN" and "ZPP_R_TEDARIKCI_TESLIM_URN " do not match.


Viewing all articles
Browse latest Browse all 8451

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>