cancel
Showing results for 
Search instead for 
Did you mean: 

Integrating Different WebDynpro Application Component

former_member184155
Participant
0 Kudos

Hello Experts,

I have created different Web Dynpro application Component, i want to integrated all these components into a single runable web application.

I have access to SAP Netweaver Portal. How to integrate these components & what coding changing should i need to do when utilizing session variable in Netweaver Portal.

Thanks & Regards,

Priyesh Shah.

Accepted Solutions (0)

Answers (2)

Answers (2)

RameshShrestha
Contributor
0 Kudos

Hi Priyash,

     You did not informed which webdynpro component application you  created. Webdynpro java or ABAP.

If you have created webdynrpo java applicaitons using NWDS then firstly you should deploy it. Then you should create the iview from the template of web dynpro java.

Else if you have created using the Webdynpro ABAP, then

Firstly, the ECC system should be connected to portal. This is done using the system object.

Now if the connection is sucessfully established then you create the new iview of type web dynpro ABAP type. This option is given in the first screen itself as soon as you click to create new iview

in my portal which is 7.02. Your Portal seems to be 7.3 by seeing the screenshot. So not much sure about that.

former_member184155
Participant
0 Kudos

its in Web Dynpro ABAP

RameshShrestha
Contributor
0 Kudos

If so, please make sure that the system object is being created which connects to the SAP System where the Web Dynpro ABAP code is being maintained and activated. Proper system alias should be maintained, connection testing should be sucessful on this system object.

I have attached the one  screenshot. Hope it will help you.

Then you can just follow as suggested above.

Step 1 : Select the web dynpro abap iview type.

Step 2 : Give the iview name, property etc

Step 3 : Select the SAP System object, type application name, Namespace as SAP. Then follow other procedure.

former_member184578
Active Contributor
0 Kudos

Hi,

Check this document: How to integrate WDA in Portal

Hope this helps u.,

Regards,

Kiran

former_member184155
Participant
0 Kudos

Hi Kiran,

Indeed the document you provide was useful, but i want my application to run as an independent application. this means the as the user should see the Portal login screen not the custom login screen & there should be Session log off  functionality for each user.

i didn't find it in the document you provided.

Thanks & Regards

Priyesh Shah

former_member184578
Active Contributor
0 Kudos

Hi,

I didn't get you. Could you be more specific?

user should see the Portal login screen not the custom login screen

When you integrate WDA in portal, you can create a navigation link for the iView. When you log on to Portal and click on the Navigation link, you can see your WDA application ( so no custom log on only portal log on).

And for log off, you mean application log off ? - http://help.sap.com/saphelp_nw2004s/helpdata/en/fc/04a5421935c511e10000000a1550b0/content.htm

Regards,

Kiran

former_member184155
Participant
0 Kudos

Hi Kiran,

I went through the steps a defined in the the doc provided by you, but after creating a New folder & naming it we create an iView for it.

here in this doc i am not getting any option for SAP WebDynpro iView ?

Kindly guide me on this also i have attached a screen shot for your understanding.

former_member184578
Active Contributor
0 Kudos

Hi,

Scroll down, you can see 'SAP Web Dynpro ABAP iView' .

Regards,

Kiran

former_member184155
Participant
0 Kudos

No it is not there

former_member197475
Active Contributor
0 Kudos

Hi Priyesh,

Please follow the below steps to create Web Dynpro ABAP iview in SAP EP7.3.

1. Make sure that you have created your system object and it's working fine.

2. Go to your custom folder where you need to create the iview.

   New->iView->iView from Remote Source(You will get a new window)

3. Select your system alias from the dropdown, enter webdynpro application ID in Search For field, select Webdynpro ABAP as Application type.

BR,

RAM