Quantcast
Channel: SCN : Unanswered Discussions - SAP ERP HCM Employee Self-Service
Viewing all articles
Browse latest Browse all 3114

Dump in CL_XSS_CAT_TABLE due to missing method impl

$
0
0

Hi,

 

We're working on the WDA CATS, and on some scenarios we get dumps in this class

CL_XSS_CAT_TABLE->SET_TABLE due to use of uninitialized reference.

 

The flow below is like that:

 

 

READ TABLE row_table INTO l_current_row INDEX sy-tabix. 
  IF sy-subrc <> 0.   
IF NOT IS INITIAL. 
      l_current_row = create_empty_row( )
  ELSE.
       CONTINUE.
     ENDIF. 
  ENDIF.
   IF l_current_row->set_ui_row( im_line =) = 'X'.  
   changed = 'X'.  
ENDIF.
ENDLOOP.

 

but the method CREATE_EMPTY_ROW has no line of code inside, so it does not initialize l_current_row, and when it's used it dumps

can you tell me if it's the same in your systems? or am i missing some part of that class


Viewing all articles
Browse latest Browse all 3114

Latest Images

Trending Articles



Latest Images

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