cancel
Showing results for 
Search instead for 
Did you mean: 

OBN Problem

Former Member
0 Kudos

Hi,

I have tried to perform Object Based Navigation using Portal Integration features in WDA, but the navigation is not successful. There is no error nor navigation. I wonder what could be the problem.

Here is the snippet of the coding that I used...

  DATA LO_API_COMPONENT  TYPE REF TO IF_WD_COMPONENT.
  DATA LO_PORTAL_MANAGER TYPE REF TO IF_WD_PORTAL_INTEGRATION.

  LO_API_COMPONENT = WD_COMP_CONTROLLER->WD_GET_API( ).
  LO_PORTAL_MANAGER = LO_API_COMPONENT->GET_PORTAL_MANAGER( ).

  CALL METHOD lo_portal_manager->NAVIGATE_TO_OBJECT
    EXPORTING
       SYSTEM               = 'ECC'
       OBJECT_TYPE          = 'TESTBOR1'
*      OBJECT_VALUE_NAME    = 'TESTBOR1'
*      OBJECT_VALUE         =
       OPERATION            = 'display'
*      BUSINESS_PARAMETERS  =
*      FORWARD_OBN_METADATA = ABAP_FALSE
*      RESOLVING_MODE       = CO_RESOLVING_MODE-SOURCE_ROLE
      .

Well, I have created the respective portal content, but still not able to understand why my OBN is not working.

Regards

<i><b>Raja Sekhar</b></i>

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Forgot to mention that, I tested this application from Portal itself.

We access Portal using FQDN iteslf.

In fact the Relative Path based Navigation is working absolutely fine. I wonder why itz giving us problem from OBN.

In fact I rechecked the portal content, like Attaching the IView to the respective Business Object's Operation.

Dont know what the missing point is ...

Regards

<i><b>Raja Sekhar</b></i>

Former Member
0 Kudos

Hi,

I managed to solve this problem by myself.

Actually, I was testing my applicaition from PREVIEW of the IView.

But it was supposed to be like...I need to create pages for these iviews and then assign them to a workset and then role...

We must make sure that the user has access to both the iviews through the roles. And I tested the same navigation stuff from my role. It worked!!!

Regards

<i><b>raja Sekhar</b></i>