‎2005 Nov 15 5:47 PM
Hi Everybody,
I am working on a workflow design that will do some pre-processing before creating and changing customers in MDM.
The workflow will operate on the ABAP side of the WAS 7.0.
My problem is that the user community has seen the SAP Gui and they don't like it. To minimize the training issues the requirement is that the User interface needs to retain the look and feel of the current UI which is web based.
What are my options for presenting a workitem to the user
in a web based format?
Thanks,
‎2005 Nov 16 12:54 AM
Well, since you mentioned that you will be developing on WAS 7.0(you must be on ramp-up, lucky dog!!!! ) why not try out the new Web Dynpro for ABAP. It is a web based standard user interface. Web Dynpro for Java has been used for a while now, and seems to be accepted very well, WDA looks exactly like it. The development of both are almost the same as well.
Regards,
Rich Heilman
‎2005 Nov 16 12:54 AM
Well, since you mentioned that you will be developing on WAS 7.0(you must be on ramp-up, lucky dog!!!! ) why not try out the new Web Dynpro for ABAP. It is a web based standard user interface. Web Dynpro for Java has been used for a while now, and seems to be accepted very well, WDA looks exactly like it. The development of both are almost the same as well.
Regards,
Rich Heilman
‎2005 Nov 16 6:58 PM
Thanks Rich,
Having done a little reasearch, it seems to be the best of a couple options and will most likely have other applications within our project. Might as well jump in with both feet!
Thanks again,
Brent
‎2005 Nov 16 7:00 PM
Sure, your other option would be to use BSPs in the ABAP environment. They look almost the same if you use HTMLB inside the BSP. You don't have to though. That is one major difference between BSP and WDA. In BSP, you can make your page how ever you want, in WDA the UI is a standard look and feel.
Regards,
Rich Heilman
Message was edited by: Rich Heilman