Skip to Content
0
Former Member
Jan 20, 2011 at 06:44 AM

Data Load error while using 2LIS_11_V_ITM for the InfoCube 0SD_C03

39 Views

Hi folks,

I tried to load data using 2LIS_11_V_ITM in the InfoCube 0SD_C03, using InfoPackage directly. However, the data load shows a yellow light and gives a short dump MESSAGE_TYPE_X with the following code:

endif.

endif.

endif.

endloop.

if p_subrc <> 0.

exit.

endif.

l_s_object-object = rsenq_c_ods.

l_s_object-value = p_icube.

append l_s_object to l_t_object.

call function 'RSENQ_CHECK'

exporting

i_action = rsenq_c_activate_odsdata

i_t_object = l_t_object

i_check_all = 'X'

importing

e_t_msg = l_t_msg

exceptions

locked = 1

others = 2.

if sy-subrc <> 0.

read table l_t_msg into l_s_msg index 1.

if sy-subrc = 0 and not l_s_msg-msgid is initial and not

l_s_msg-msgno is initial.

if l_on = 'Y'.

message id l_s_msg-msgid type 'I' number l_s_msg-msgno

with l_s_msg-msgv1 l_s_msg-msgv2 l_s_msg-msgv3

l_s_msg-msgv4.

else.

message id l_s_msg-msgid type 'X' number l_s_msg-msgno

with l_s_msg-msgv1 l_s_msg-msgv2 l_s_msg-msgv3

l_s_msg-msgv4.

endif.

else.

if l_on = 'Y'.

message s812(rsm) with text-385 p_icube.

else.

message x812(rsm) with text-385 p_icube.

endif.

endif.

p_subrc = 1.

exit.

endif.

refresh l_t_rsodsactsel.

loop at g_t_part_2100 where

mark = 'X'.

l_t_rsodsactsel-rnr = g_t_part_2100-rnr.

append l_t_rsodsactsel.

endloop.

Also, it shows a yellow light against the Message missing: Update rules finished for 0SD_C03. Please help.