Monday, July 15, 2013
We created one custom Web Dynpro ABAP application where we have one view which has a lot of stuff on it and hence a vertical scroll bar comes. When a user is at the bottom of the page and click on SUBMIT button and a validation error occurs which is displayed using the web dynpro message manager at the top of the view and it would not be scrolled to the message area.
Implement SAP Note 1582258: This notes suggests to create one entry in WDY_APP_PROP_DEF table(Web Dynpro: Application Property Definition). The entry is to set focus on Message Area in view. Use SE16/SE16n for table entry. It means we are adding one new global property (WDSETFOCUSONMESSAGEAREA) for Web Dynpro ABAP. When we tested our application from portal , issue is no more.
For Web dynpro ABAP related global properties, please check web dynpro application WD_GLOBAL_SETTING where you can on or off the settings.
Implement SAP Note 1582258: This notes suggests to create one entry in WDY_APP_PROP_DEF table(Web Dynpro: Application Property Definition). The entry is to set focus on Message Area in view. Use SE16/SE16n for table entry. It means we are adding one new global property (WDSETFOCUSONMESSAGEAREA) for Web Dynpro ABAP. When we tested our application from portal , issue is no more.
For Web dynpro ABAP related global properties, please check web dynpro application WD_GLOBAL_SETTING where you can on or off the settings.
- After adding entry WDSETFOCUSONMESSAGEAREA in table WDY_APP_PROP_DEF, WD_GLOBAL_SETTING application shows the property as shown.
Followers
Popular Posts
- ABAP - ALV Report example with steps
- ABAP - Step by step tutorial on Smart Forms - Template Node
- ABAP - Sending email with pdf attachment
- SAP Adobe Form - Steps to create simple ADOBE Form and calling it from ABAP Program
- SAP ABAP - CL_ABAP_CHAR_UTILITIES class usage
- ABAP - Multiple value selection from F4 help for SELECT-OPTIONS
- Execute ABAP Report using SUBMIT statement
- ABAP - Select all or Deselect all in ALV or Check box handling in ALV
- Web Dynpro ABAP ALV - ON_CLICK event
- ABAP - Dynamic WHERE clause
0 comments:
Post a Comment
Your useful comments, suggestions are appreciated.Your comments are moderated.