cancel
Showing results for 
Search instead for 
Did you mean: 

How to Include one iView into another iView

Former Member
0 Kudos

Hi All,

My requirement is to have 3 input fields across many iviews. on entering the values in those fields, i will invoke a Web Service Model.

I dont want to keep these 3 fields in all iviews, rather i am planning to create one iview with 3 fields integrated with model and call this iview in many other iviews.

How do i achieve this in wed dynpro coding. In JSP, there is a concept called "Include Jsp Page" . Is there any similar kind of functionality in WD.

Kindly guide me .

Reg/Venkat

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

In the portal, create a page and place the iView having the three input fields on top. Place the second iView below. Keep differing the second iView for every page. In this way you can make the iView with 3 input fields only in the desired pages. You can use EPCF to invoke / navigate to another iView.

Regards

Srinivasan T

former_member197348
Active Contributor
0 Kudos

Hai Venkatesan,

First create a view the three input fields.

Then create viewsets as many as you want. Embed the first view in all the required viewsets wherever you want.

regards,

Siva.