cancel
Showing results for 
Search instead for 
Did you mean: 

Limitations of WD ABAP

Former Member
0 Kudos

Hi all,

I want to know what are the limitations of WD ABAP?

Thanks

Sanket sethi

Accepted Solutions (0)

Answers (4)

Answers (4)

0 Kudos

Hi,

Though WD ABAP uses MVC model and declarative architecture but it also have few Limitations..

They are as listed below.

- JavaScript cannot be used

- no support of Mobile Devices

- no device recognition yet

- some GUI elements are not supported yet

-Back button of the browser cannot be used.

-Difficulties for excel file upload due to sum binary format conversion during upload.

thanks and regards,

Amita Gupta

Former Member
0 Kudos

hi

1. WD ABAP does not support Mobile applicaction that WD Java doese .Means you can not create WD ABAP application for PDA , Black berry

2. It is complex tha Java as involved OOABAPs ...

Former Member
0 Kudos

Hi,

see SAP note 1098009

Regards, Heidi

Former Member
0 Kudos

Well i dont know all the limitations then also which i have observed during developement are following.

1. I can not develop Stateless application or light weight applications (wich is required in large number of internet acces application).

2. I can not touch the underlying framework and thts the reason why layout designing in webdynpro abap is some wht restricted(for example i can not have two windows active at the same time).

3. Also memory taken by these application ie page size is always minimum round 1 mb for webdynpro application.so in many business scenarios i can not go for these large size application.

if any body can add some more then it will be great thing for me.