cancel
Showing results for 
Search instead for 
Did you mean: 

APD: Dump when Data source Query (based on MultiProvider) is used

Former Member
0 Kudos

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

Accepted Solutions (0)

Answers (3)

Answers (3)

kathleen_brisson
Explorer
0 Kudos

I had the same problem after upgrading from BW 7.3 to 7.4.

I tried Sankar Kumar's solution but it didn't work for me.

Here is the solution that was successfull for me:

I removed the query filter on 0INFOPROV, and I added it to my restricted key figures.

Worked perfectly after.

Regards.

Pravender
Active Contributor
0 Kudos

Create a copy query of the existing query and then assign it to APD. Hope it will work.

Former Member
0 Kudos

Unfortunatly, Copy of the query dosn't work too.

Former Member
0 Kudos

Anybody has done APD with Data Source: Query based on Virtual Provider?

May be it's restricted?

Best Regards,

Eugene

hasba_younes
Participant
0 Kudos

the error is telling that something wrong in the assigment of the fieldsymbol used in GET_KYF_DETAILS_BAPI.

have you checked that?

cheers,

Former Member
0 Kudos

Hi,

We are also having the same issue. Can you please let us know if you were able to resolve this issue.

Thanks,

Latha

Former Member
0 Kudos

Hi,

Anybody has any solutions for this.

We tried the following:

1. Using same Multiprovider, created a new query with 2 char. only - it works fine in APD

added one keyfig - it gives the same dump

removed k.f. - it works fine again

2. Using another Multiprovider, created a new query with 2 char. only - it works fine in APD

added one keyfig - it WORKS......

removed k.f. - it works fine again

What can be wrong with the Multiprovider (customized)? In fact, the same error started shooting

in DEV, QAS and PROD exactly same time (20th May). The process was working till last week and

no changes were made to the multiprovider or query.

Help in any way is much appreciated.

Thanks in advance.

Former Member
0 Kudos

Guys,

We had the same problem and one of my mate successfully fixed this issue.

Solution:

In RSRT, for this query, change Property "Req. Status" to "3 All PartProviders up to Current Version (All Green Requests)".

It worked for us. Give a try!

--

Sankar Kumar

Former Member
0 Kudos

Could anybody help I have the same problem! I have an assumption: I don't authorize for the source query. Could anybody approve it?

maneeshinfo87
Explorer
0 Kudos

Hi Tatsiana,

Just saw you question,

Well Yes, this issue occur generally due to Authorization Issue.

former_member184494
Active Contributor
0 Kudos

Are you able to execute the query independently...? without using APD...? Bex or Web...?

Former Member
0 Kudos

Yes, of course. Sorry forget tell about this.

Via BEx, this query works normally.

Best Regards,

Eugene