Dear Guru's
I'm hoping on Your help.
The problem is:
After creation Analysis Process with Data Source Query (based on MultiProvider), after saving, when i check (via check button) Process - Dump is uccured.
!!!It's happed just if Query based on MultiProvider exist in the process, i try to create (as data source) the same Query based on Cube (that is part of the MultiPr) and all is OK.
May be it's APD restriction or it's need special settings for MP.
Dump details:
Runtime Errors GETWA_NOT_ASSIGNED
Short text
Field symbol has not yet been assigned.
Error analysis
You attempted to access an unassigned field symbol
(data segment 32774).
This error may occur if
- You address a typed field symbol before it has been set with
ASSIGN
.........
Trigger Location of Runtime Error
Program CL_RSCRMBW_BAPI===============CP
Include CL_RSCRMBW_BAPI===============CM04K
Row 337
Module type (METHOD)
Module Name GET_KYF_DETAILS_BAPI
..........
331 CALL METHOD gr_return->add_message
332 EXPORTING
333 is_return = ls_return.
334
335 READ TABLE lt_meas ASSIGNING <ls_meas> INDEX 1.
336
">>>>>" es_kyfdetail-keyfigure = <ls_meas>-mes_uid.
338 es_kyfdetail-keyfiguredescr = <ls_meas>-dscrptn.
339 es_kyfdetail-kyf_aggregator = <ls_meas>-mes_aggregator.
340 es_kyfdetail-data_type = <ls_meas>-data_type.
341 es_kyfdetail-num_prec = <ls_meas>-num_prec.
342 es_kyfdetail-num_scale = <ls_meas>-num_scale.
343 es_kyfdetail-keyfigure_units = <ls_meas>-mes_units.
.........
Best Regards,
Eugene