cancel
Showing results for 
Search instead for 
Did you mean: 

Can WebDynro ABAP application run in Portal

former_member199351
Active Participant
0 Kudos

Hello,

One way to run WebDynro ABAP application in Portal is to create iView that points to it. Is it possible to develop the application within ECC 6.0, but then deploy it to Portal and use portal as run time environment for it? Similar to how WebDynpro for Java application is deployed. We use portal 7.0.

Thanks,

Alex

Edited by: Alex Trosman on Aug 14, 2008 8:35 PM

Accepted Solutions (1)

Accepted Solutions (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

>

> Hello,

>

> One way to run WebDynro ABAP application in Portal is to create iView that points to it. Is it possible to develop the application within ECC 6.0, but then deploy it to Portal and use portal as run time environment for it? Similar to how WebDynpro for Java application is deployed. We use portal 7.0.

>

> Thanks,

> Alex

>

> Edited by: Alex Trosman on Aug 14, 2008 8:35 PM

You always need to create a Web Dynpro ABAP iView to point to it. You can't deply Web Dynpro ABAP to a Java Stack since it needs the ABAP runtime to execute. You can transport your WDA application to a different ABAP server from your ECC 6.0 server and run it from there. You give up quite a bit of functionality though as you will need to call your business logic and data via services or RFCs now. Generally people run their WDA applications directly from their ECC backend system.

Answers (1)

Answers (1)

former_member199351
Active Participant
0 Kudos

Hi Thomas,

Thank you very much. I just recently installed trial version of ecc 6.0 and having a blast learning ABAP WebDynpros. I am lovin this technology.

Regards,

Alex