cancel
Showing results for 
Search instead for 
Did you mean: 

Developping Mobile Web Dynpro (ABAP) applications

0 Kudos

Hi all,

I would likr to create a Mobile Web Dynpro (ABAP) application for approving/rejecting POs. My landscape consists of ERP systems (ECC6 - ABAP instance).

Is Mobile Web Dynpro an Add-On that I need to install on my ECC6 system or, can i go directly to SE80 transaction, select Web Dynpro and start writing my code?

Basically, I would like to know what kind of technical infrastructure I need to have in-place in order to start developping Mobile Web Dynpro (ABAP) applications?

Thanks,

Filippos Sempepos

Accepted Solutions (0)

Answers (2)

Answers (2)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

One thing I might add that isn't mentioned in the other thread. Although there is no mobile support in WDA, there are solutions for mobile in the ABAP stack. For telnet based interfaces you can still use SAPConsole. For HTML based you could use ITSMobile (the replacement for SAP Web Console) or BSP.

0 Kudos

Thanks Thomas for joining in.

I am a little bit consfused with mobile web dynpro.

On the one hand, if I have a hybrid SAP WAS 7.0 (lets say a Solution Manager 7.0) can I use Web Dynpro component in transaction se80 in order to develop mobile Webdynpro applications? Or do I need to install a NWDI server and then install on the client side Netweaver Visual Studio (eclipse)?

On the other hand, if I only have an ERP 6.0 (WAS 7.0 - ABAP) landscape, I gather, that I can use BSP or ITS mobile technology to develop such applications. From SE80, I can see the BSP component is ready to use. However the ITSMobile is not mentioned in SE80. Do I have to use Internet service instead?

Thanks,

Filippos

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Web Dynpro ABAP has no mobile rendering support. Only Web Dynpro Java does. To create a Web Dynpro Java mobile application you would use NetWeaver Developers Studio (Eclipse).

ITS Mobile is not a separate type of development object. It is just a style of ITS Service development.

Former Member
0 Kudos

Hello Thomas,

I want to utilize this opportunity to ask someting around which is already being discussed.

if some one wants to extend their webdynpro abap application to mobile device, what could be the best approach ?

Regards

Anurag Chopra

Edited by: Anurag Chopra on Jun 25, 2010 5:04 PM

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

>

> Hello Thomas,

>

> I want to utilize this opportunity to ask someting around which is already being discussed.

>

> if some one wants to extend their webdynpro abap application to mobile device, what could be the best approach ?

>

> Regards

> Anurag Chopra

Best approach: Don't use Web Dynpro ABAP. The render engine isn't supported on mobile browser and on many devices all you will get is an error message. I would recommend trying to change the rendering engine to support mobile. Much too extensive.

Former Member
0 Kudos

Hi Thomas,

Is there a suggested technology for ABAP Based application to be rendered on Mobile/Handheld devices ?

Regards

Anurag Chopra

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

The suggestions for ABAP based mobile is listed earlier in this thread:

For telnet based interfaces you can still use SAPConsole. For HTML based you could use ITSMobile (the replacement for SAP Web Console) or BSP.

Former Member
0 Kudos

Thanks Thomas.

Regards

Anurag

SergioFerrari
Active Contributor
0 Kudos

Did you try to search for previous posts before placing this question?

This is a repeating question: Have a look to [|]

0 Kudos

I did have a look but I did not come accross that one.

Anyway, thanks for you reply.

Filippos