cancel
Showing results for 
Search instead for 
Did you mean: 

Portal Navigation without portal

Former Member
0 Kudos

Hello,

i have the following problem.

I use a portal and i have several web dynpro applications.

In one of these web dynpros(parent) i navigate to an other web dynpro(child).

After working on the child dynpro i save the data and now i navigate back to

the parent web dynpro(which is still open) with some specific parameter.

But this navigation works with the portal_manager.

It's an event which i fire and the parent web dynpro has registred this event.

My problem is, that i don't want to use the portal in future.

Is there a possibilty to navigate back to the parent web dynpro without using the

portal navigation?

I attached the fire method down below

Thanks a lot

Robert

DATA:

      lo_portal_manager           TYPE  REF TO if_wd_portal_integration.

      lo_portal_manager->fire(

          portal_event_namespace = lv_event_namespace

          portal_event_name      = lv_event_name

          portal_event_parameter = lv_event_parameter

          portal_event_scope     = if_wd_portal_integration=>co_event_scope-child_to_parents ).

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member184578
Active Contributor
0 Kudos

Hi,

You can do a Component usage and navigate. check this article for reference: http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/308ebfe9-a07a-2c10-e494-9849d50ef...

Or without component usage you can use a dynamic navigation using do_dynamic_navigation method.

Check this eClass http://scn.sap.com/docs/DOC-9176

Or this thread for reference: https://scn.sap.com/message/7666797

Hope this helps u.,

Regards,

Kiran