cancel
Showing results for 
Search instead for 
Did you mean: 

Calling one Web-Dynpro program into Another

Former Member
0 Kudos

Hi All,

I'm currently working on a Web-Dynpro program in which I am display 3 tabs(Using TabStrip) and in each tab I have a ViewContainer.

I want to be able to execute other Web-Dynpro programs within the Viewcontainers of the Tabs.

If the End-User goes from tab to tab, I want to pass a select number of parameters between tabs.

Is this possible to do and if so, how can I set this up?

Thanking you in advance.

Accepted Solutions (1)

Accepted Solutions (1)

alejiandro_sensejl
Active Participant
0 Kudos

Hello Lisa,

I'm not sure what you really want...

If you want to share data between several views of one webdynpro component, you should use the [context|http://help.sap.com/saphelp_nw70ehp1/helpdata/en/48/444941db42f423e10000000a155106/frameset.htm] of your [component controller|http://help.sap.com/saphelp_nw70ehp1/helpdata/en/e2/434941db42f423e10000000a155106/frameset.htm].

If you mean by "execute other Web-Dynpro programs within the Viewcontainers" to embed another webdynpro component you should have a look at [Cross-Component Programming|http://help.sap.com/saphelp_nw70ehp1/helpdata/en/a7/1d8b412bb5b35fe10000000a1550b0/frameset.htm].

Regards,

Alej

Answers (2)

Answers (2)

Former Member
0 Kudos

I was able to figure out what needed to be done. Thanks for all of the responses.

Former Member
0 Kudos

Hi Lisa,

I need to do the same thing in one of my applications.

Could you tell me what I need to do to accomplish this ?

Thanks

Rao

Former Member
0 Kudos

Hi

You can try using FPM OIF configuration - Tabbed UIBB configuration for acheiving the desired results.

Check in [FPM CookBook|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/90f3cfd2-46d0-2b10-b3ab-eabf3452cc50] to know how to create Tabbed OIF configuration.

Regards

Manas Dua