cancel
Showing results for 
Search instead for 
Did you mean: 

Navigational Attribute is not displayed in the report.

Former Member
0 Kudos

Hi Experts,

   I am working on a Actual vs Target report. I want to see the Actual Quantity sold Vs Target Qty base on Region ( N / E / W / S ) , State and Dealer.

The report should look like below mentioned.

REGION ( N /E/W/S )STATEDEALERACTUAL QTYTARGET QTY
NJ & K1000450100200
EODISHA1000152280350
SKARNATAKA1000415450540

But the same is appearing like below mentioned.

REGION (N/E/W/S)STATEDEALERACTUAL QTYTARGET QTY
NJ & K1000450100
EODISHA1000152280
SKARNATAKE1000415450
Unassigned1000450200
1000152350
1000415540

   This is working fine in quality system. But not appearing properly in Production system.

The actual data comes from one Info-cube . The Plan data, we load through Excel to a second cube. And finally merging the data by a multi-provider.

    I am not able to find any clue , what for this is happening.

Kindly suggest.

Thanks,

Sanjana.

Accepted Solutions (1)

Accepted Solutions (1)

Loed
Active Contributor
0 Kudos

Hi Sanjana,

Check your cube if there are values for your NAV.ATTRIBUTES..If none, the problem lies in the ZERO PADDING of your values in DEALER (this is the masterdata, right?)..

Please check your object or transformation if you have ALPHA conversion..

SAMPLE:

If there is none, you may use this field routine code for your DEALER object..

CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
   EXPORTING
     input         = SOURCE_FIELDS-DEALER
  IMPORTING
    OUTPUT        = RESULT.

Just change the correct SOURCE_FIELDS for your DEALER object..

Regards,

Loed

Former Member
0 Kudos

Hi Loed,

  Yes, there are values of Navigation Attribute in the cube.

0000000531INNDEL2015051,000
0000000538INNDEL2015051,000
0000001112INWGJ2015051,000
0000001113INWGJ2015051,000

But it is not appearing in the Report.

Put some light.,

Thank you,

Sanjana

Loed
Active Contributor
0 Kudos

Hi Sanjana,

How come values didn't appear?

Can you tell us some info about your query? Like where it lies, if it is on top of multiprovider, what are the providers under it, what are the objects in the providers, etc..

If DEALER object are present in all your providers and if it is the masterdata then values should be available in your report unless you have filters in  your keyfigures..

Regards,

Loed

Former Member
0 Kudos

Hi Loed,

  

    The Query lies just above a multi-provider.

The data flow is like , Actual data is stored in CUBE-1 and Target data is stored in CUBE-2. And to combine, a MULTI-PROVIDER is placed.

   For checking , I created a query over CUBE-2. The query is fine. This is displaying the required data as required. Only problem in the query generated from Multoprovide.

Please advice.

Thanks,

Sanjana

Loed
Active Contributor
0 Kudos

Hi Sanjana,

Then perhaps you didn't assign the correct assignation of provider in multiprovider..

Right click one of the attributes of MULTIPROVIDER and select ASSIGN, click ALL then OK..

Regards,

Loed

Answers (4)

Answers (4)

swati_gawade
Contributor
0 Kudos

Hi Sanjana,


First of all, please check the assignment of the navigational attribute in your multiprovider. It should be mapped from both cubes with those Cubes Nav-attributes.

Then check if your multiprovider is active and then display the data using LISTCUBE transaction. If you are able to see the values correctly then there should not be any issues in Bex query.

If you still see issues then check your input file data at PSA level. check if its in correct format(like no spaces or special chars etc)

Hope this helps.

-Swati.

former_member186053
Active Contributor
0 Kudos

Hi Sanjana,

How are the region and dealer fields are pulling data, i mean from both cubes. Blank lines are generated due for one field data is available in 1st cube and no data in other cube(cube2) or vice versa.

Regards,

Vengal.

konkasreenivasulu
Participant
0 Kudos

Hi Sanjana,

Could you please check for assignment in multiprovider and values for Region InfoObject in Target infocube.

Regards,

Sreeni

konkasreenivasulu
Participant
0 Kudos

Hi Sanjana,

Could you please check in Multiprovider , where Dealer InfoObject is assigned for both Info providers ( Tick CheckBox for both ). And also check Dealer InfoObject has values in the Target InfoCube.

Hope this will solve your issue.

Regards,

Sreeni