Skip to Content
0
Former Member
Jul 03, 2009 at 01:37 AM

Runtime errors MESSAGE_TYPE_X in CADO.

61 Views

Hi,

When user runs CADO report, he gets ABAP Run time error : Message_Type_X. Selection data is only for one CC and for 2 days.

Following is the brief extract of the dump.

The current application triggered a termination with a short dump.

What happened?

The current application program detected a situation which really

should not occur. Therefore, a termination with a short dump was

triggered on purpose by the key word MESSAGE (type X).

Source code extract_

008930 gs_roid-row_id = rs_row-index * -1.

008940 endif.

008950 gs_roid-sub_row_id = rs_row-rowtype+7(10).

008960 gs_poid-row_id = gs_roid-row_id.

008970 gs_poid-sub_row_id = gs_roid-sub_row_id.

008980 gs_poid-rowtype = rs_row-rowtype.

008990 gs_poid-index = rs_row-index.

009000 insert gs_poid into table rt_poid.

009010 endif.

009020 append gs_roid to rt_roid.

009030

009040 loop at rt_fieldcat assigning <ls_fieldcat> where tech ne 'X' and

009050 no_out ne 'X'.

009060

009070 if gflg_invisible = 'X'.

009080 if <ls_fieldcat>-do_sum is initial.

009090 clear gflg_invisible.

009100 continue.

009110 else.

009120 clear g_col_counter.

009130 clear gflg_invisible.

009140 endif.

009150 endif.

009160

009170 clear gs_lvc_data.

009180 clear g_style.

009190

009200 assign component

009210 <ls_fieldcat>-fieldname of structure rt_data to <g_field>.

009220 if sy-subrc ne 0.

> message x000(0k).

Can anyone please let me know what should have caused this error?

Thanks,

Kalpesh