Web dynpro browser not supported

broken image
broken image

The window name by default is same as name of the web dynpro component, but you can change it ( In this example it was changed to MAIN ).

broken image

Click on yes and enter the description for the new webdynpro component. It will ask whether to create the new component or not.

broken image

Now coming to the second and important part of the development, the ABAP workbench ( SE80 ) is used to develop the web dynpro component / interface.Įnter the name of the web dynpro component and click on “Display” button. The table basically stores the oscar award data for different years and categories. CATEGORY – Category ( The domain for this field has fixed values PIC, ACT and ACR ).The table name is YMOVIE and has 7 fields, which are I presume that the reader has good knowledge on ABAP data dictionary, so I will not go into the details of the table creation. This is the first article in this series, where extracting the data form a table has been explained in detail.ġ) Creation of a table YMOVIE to store the data.Ģ) Developing a web dynpro application in order to extract the data form the table and display it in the browser. This is particularly useful for the people who had working experience in ABAP OOPs and want to learn Web Dynpro ABAP. The purpose of this article is to provide the basic idea and framework on Web Dynpro ABAP developments, for the people who want to excel in this field.

broken image