Symptom
When trying to open the 'Extraction' tab in RSDS transaction, below DUMP is raised:
Category ABAP programming error
Runtime Errors OBJECTS_OBJREF_NOT_ASSIGNED
ABAP Program SAPLRSDS_ODP
Application Component BW4-DM
"OBJECTS_OBJREF_NOT_ASSIGNED"
"SAPLRSDS_ODP" bzw. LRSDS_ODPO01
"STATUS_0100"
9 MODULE status_0100 OUTPUT.
10
11 PERFORM odp_check USING abap_false.
12 PERFORM odp_description.
>>>>> g_dont_reset_subsc = g_r_thr_rda->p_dont_reset_subscr.
14 loop at screen.
15 case screen-name.
16 when 'G_DONT_RESET_SUBSC'.
17 if g_mode_100 <> rsbc_c_mode-display and
18 g_updmode_100 = 'D'.
19 screen-input = 1.
20 else.
21 screen-input = 0.
22 endif.
23 modify screen.
24 WHEN 'G_ODP' OR 'G_ODP_TEXT2'.
25 IF g_odp IS NOT INITIAL AND g_semantics IS INITIAL.
26 screen-active = 1.
27 IF g_display = 'X' OR g_ipak = 'X'.
28 screen-input = '0'.
29 ELSE.
30 screen-input = '1'.
31 ENDIF.
32 ELSE.
Read more...
Environment
SAP NetWeaver 7.x
SAP BW/4HANA
Product
Keywords
KBA , BW-WHM-DST-DTP , Data Transfer Process , BW4-DM-DTP , ABAP Orchestration of Data Transfer Process , BW-WHM-DST-SRC , Source Systems , Known Error
About this page
This is a preview of a SAP Knowledge Base Article. Click more to access the full version on SAP for Me (Login required).Search for additional results
Visit SAP Support Portal's SAP Notes and KBA Search.
SAP Knowledge Base Article - Preview