Dos and Don’ts: Webdynpro Components.
v Do not write your entire application source code in Web Dynpro components.v Write your application source code in ABAP OO classes. For example, use the assistance class.v As a rule, every ABAP class...
View ArticleDos and Don’ts: Webdynpro Context.
Do not put all your data into the context.Do not create a mega context for all data belonging to one application.Put only the data required for the UI element binding into the context. Use the...
View ArticleLoad testing of Web Dynpro applications using Apache JMeter
IntroductionDuring the course of a recent project for a customer, a fairly complex Web Dynpro for ABAP application was developed. The WDA was a single screen application, with several popup screens,...
View ArticleDictionary search help and Web dynpro
Generally when we work on F4 search help for web dynpro, we end up either with an OVS or a freely programmed input help, for various reasons. The reasons being, setting of the initial search...
View ArticleFiltering in table UI element
Unlike ALV, we don’t have the default filtering option when we are displaying the data using the Table UI element. Filtering options needs to be done manually. In order to acheive that functionality...
View ArticleFreely programmed search help
Webdynpro Framework allow us to create our own webdynpro component and use that component to provide and input help to the field. This type of providing search help is called freely programmed search...
View ArticleUsing Graphics in WebDynpro
While trying to use appropriate icons with buttons and fields, If you are looking for how to find out all available icons, pictograms and graphics for use in your WebDynpro Application. Check out the...
View ArticleWeb Dynpro ABAP Runtime Analysis
1. In SE80, select the required Web Dynpro ABAP application and display it (by double-clicking or by choosing Display). 2. Choose Goto→ HTTP Service Maintenance. You go to the service...
View ArticleWebdynpro Component Interface
Hi Experts, I am sharing my knowledge on Webdynpro Component Interface. By using the component Interface, We can call multiple components dynamically based on action triggered. In this document , I am...
View ArticleNew feature for WebDynpro ABAP and Floor Plan Manager you get on upgrading NW...
If you are running NW ABAP 7.31 SPS05, upgraing to SPS 07 means a lot of new feature for WebDynpro ABAP and Floor Plan Manager. Below are the details of many new useful features delivered for ABAP...
View ArticleSearch field in webdynpro which filters results as we write text
Hi, I want to create a Search input field on my wd screen which can search an index based on the search text I feed in. The challenge is that search query in the background should execute as soon as I...
View ArticleUI Technologies: BSP and WBA
The objective of this article is to summarize the main differences of UI technologies like Business Server Pages and Webdynpro, in order to check the pros and cons when deciding on which technology to...
View ArticleColoring Column Green in Web Dynpro ABAP
http://wiki.sdn.sap.com/wiki/display/Snippets/ABAP+Web+Dynpro+ALV+-+Change+Cell+Colour+based+on+Content
View Article** Team WDA ** - Analyzing Web Dynpro ABAP Adaptations
Analyzing Web Dynpro Adaptations MotivationAdaptations are one of the most powerful concepts in Web Dynpro ABAP. Having an SAP delivered Web Dynpro Component ready for use you are enabled to...
View ArticleTest Scripts for WDA with Selenium - Part 1: Reasoning, Background
About SeleniumSelenium is a free set of tools for testing web applications in the browser. Information, downloads and a good online documentation is available at http://docs.seleniumhq.org/. In short,...
View ArticleTest Scripts for WDA with Selenium - Part 2: Writing The First Two Scripts
IntroductionThis is part 2 of my experiences with writing test scripts for WDA with Selenium (IDE). The first part is here: Test Scripts for WDA with Selenium - Part 1: Reasoning, Background. A general...
View Article** TEAM WDA **:Configuration, Customizing, Personalization FAQ
What is Configuration, Customizing, Personalization?Web Dynpro ABAP allows developers, administrators or end users to change parts of the screens. ConfigurationDevelopers, especially at SAP, would...
View ArticleTest Scripts for WDA with Selenium - Part 3: More Advance Stuff With XPath
IntroductionThis is part 2 of my experiences with writing test scripts for WDA with Selenium (IDE). The first two parts are here: Test Scripts for WDA with Selenium - Part 1: Reasoning, BackgroundTest...
View ArticleHow to find the implementation of an ICF service
It is not trivial to find the coding, that hides behind an HTTP URL for the AS ABAP.URLs on the AS ABAP need to be published and activated first of all in the service maintenance transaction SICF....
View ArticleDebugging into a HTTP request on AS ABAP
If you want to debug into what is happening in the ABAP application server when you access an HTTP URL on it with your browser, there are several places to set an external breakpoint which will bring...
View Article