cancel
Showing results for 
Search instead for 
Did you mean: 

AB are not displayed in Product Overview

Former Member
0 Kudos

HI Friends,

I ham facing a strange problem. in the Product Overview page(PRDIOOV/ObjectOV) i have made the following views to be displayed as direct:

u2022 PRDHS/eOVPHeader

u2022 PRDADR/GeoLocOVE

u2022 PRDIL/InvolvedParties

u2022 PRDGENSET/SLSetOVE

u2022 PRDDC/SalesH

Here it seems working fine, configuration got saved. Now When i go to UI and come to the Product Overview page, i am not seeing these AB displayed. I checked in Personalize as well but they are not even there.

I have sen that similiar kind of error is faced by other consultant as well, and i have already tried:

1. Switch to default

2. UI Configuration for Set Type

But the result is same. for the background I am using ISAM_THIRD_PARTY and my Object Type is PRD_0601.

Any suggestion how to make it work?

-

Dave

Accepted Solutions (1)

Accepted Solutions (1)

former_member191572
Contributor
0 Kudos

Hi,

Login to theweb-ui go to personalize option select reset to default and try..

Former Member
0 Kudos

HI Krishnan,

I tried that but of no use. Any other idea/suggestion?

-

Dave

Former Member
0 Kudos

Hello Dave,

First make sure that your configuration is the active one when you are connected.

Press F2 to check Config. key, Object type...

Regards,

Benoî

Former Member
0 Kudos

HI Benoit,

I have checked the Configuration and these AB are in the Displayed AB List, but they are not getting displayed and are not available in Personalization as well.

-

Dave

former_member191572
Contributor
0 Kudos

Hi,

Execute the report BSP_DLC_DELETE_PERSONALIZATION for the particular component.

Former Member
0 Kudos

HI Krishnan,

Thanks for the Reply. I run the report for my Component(PRDIOOV) and i got below message;

No personalization data found with these selection parameters

-

Dave

Former Member
0 Kudos

Dave,

You have to check customizing for your category associated with the object family.

With transaction COMM_HIERARCHY, check the R3PRODSTYP category to see if set types and relations are linked to your category.

Regards,

Benoî

former_member191572
Contributor
0 Kudos

Hi Dave,

In the UI press F2 Key check the role key , comp.usage, objectype are relevant ur view configuration.

Former Member
0 Kudos

HI,

I really thank you guys for your efforts, but my problem still the same:

@Krishnan: I have check in the UI, the Role Config, Component Usage, Object Type & Sub type all are correct.

@Benoit: I check the Product category and it seems to be Okay

-

Dave

former_member193352
Active Contributor
0 Kudos

Hi Dave,

I just saw this thread now and I am glad I can share the solution with you:

For View: PRDIOOV/OBJECTOV, debug method GET_LIST_OF_STATIC_VIEWS and find out why system is suppressing some assignment blocks.

For some reasons, SAP has included these methods in Product Overview page which are meant to suppress some Assignment Blocks depending upon their usability.

Just redefine this method and delete the views from the Static Views Result List. Following is the sample code:


CALL METHOD SUPER->GET_LIST_OF_STATIC_VIEWS
  RECEIVING
    RT_RESULT = rt_result.
    .

DELETE rt_result WHERE viewid = 'CUSRQMSLAPro.SRQM_SLAPRO/MainWindow'.
DELETE rt_result WHERE viewid = 'SrvEnt.PRDSRV/SrvEntOVE'.
DELETE rt_result WHERE viewid = 'ZIOBJECT_VC/VC'.

Hope this helps.

Thanks

Vishal

Answers (1)

Answers (1)

Former Member
0 Kudos

The Problem was with the Product categories and views associated with them.