cancel
Showing results for 
Search instead for 
Did you mean: 

Web Dynpro Extended Tutorial - Quiz Application

Former Member
0 Kudos

I'm working through some of the tutorials offered in the developer studio to demo for our ERP technical group. This is primarily for knowledge sharing and to engage some of our ABAP'ers to learn more about the Java/J2EE world with regards to NetWeaver. In the help guide, J2EE Technology in SAP Web Application Server, there is a particularly useful tutorial using Web Dynpro called the Quiz Application. What's very beneficial about this tutorial for ABAPers is the design walkthrough aspect of it (as opposed to rotely working through some of the other tutorials). However, in building this app I found several "bugs" in the tutorial documentation and although the app generally works, it does not appear to work as advertised. Is there a "school" solution that can be emailed or posted on the web so I can import it , clean up the tutorial doc, and present a clean demo.

Thanks,

Hank

Accepted Solutions (0)

Answers (1)

Answers (1)

BeGanz
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hallo Hank,

The Extended Web Dynpro Tutorial about little Quiz scenario is based on Web Dynpro Beta 3 Collection 3. You are right, that there are some pending corrections inside the tutorial documentation so that everything (designtime description and runtime scenario) is up-to-date again. I assume that you are working in Web Dynpro Beta 4. The corrected tutorial version (offered in the SAP NetWeaver Developer studio) will be available end of October.

I will contact you in order to send you an updated ziped version of the Quiz-Tutorial so that you can import it. The group-UI-element-property 'design' has to be set as 'sapcolor' for all used groups. Additionally the width-propery of groups has to be set as 100%. The RootUIElementContainer of the 'Answer' -View gets layout=Grid and paddingLeft:medium. Finally you should set the property VerticalSashPosition=50% in the QuizViewSet-Properties-Tab under Window 'Quiz'. These settings were not explicitly needed before.

Best wishes,

Bertram Ganz, Web Dynpro Java Runtime

Former Member
0 Kudos

Thanks Bertram. Look forward to your email.

Hank