Test 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 ArticleCode Snippet Series: Determining the Client Environment
This post is part of a series on code snippets. The complete list of posts in the series is available in the document Code Snippets: A Blog Series. Knowing the environment in which a Web Dynpro ABAP...
View ArticleCode Snippet Series: Creating Menu Items Dynamically
This post is part of a series on code snippets. The complete list of posts in the series is available in the document Code Snippets: A Blog Series. In a view's layout, individual MenuItems may be added...
View ArticleCode Snippet Series: Passing Parameters to Web Dynpro from SAPgui
This post is part of a series on code snippets. The complete list of posts in the series is available in the document Code Snippets: A Blog Series. Two steps are needed to pass parameters into a Web...
View ArticleEnhancements in Web Dynpro ABAP
Enhancements enable us to enhance standard or custom Web Dynpro components by UI or by code. Whatever changes that we make are stored in the enhancement and all changes will be reverted back once the...
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 ArticleUpload/Read .xlsx file in SAP Web Dynpro
This document explains how to read contents from .xlsx file. It explains reading file contents from .xlsx file by code snippets. Following are the steps explaining the procedure:-Define a Web Dynpro...
View ArticleEureka - FPM ( Floor Plan Manager ) is so simple - Part 2 ( Not Anymore )
Welcome back. Continuing from my blog - Eureka - FPM ( Floor Plan Manager ) is so simple, today was the second session in the FPM. Today the topic of discussion was the role and implementation of...
View ArticleBuild a Simple Web Dynpro ABAP Application, Navigation (PART 1)
This Tutorial is the first tutorial from a series of Web Dynpro Basic tutorials. This shows how you can navigate from a View to another View, by creating the Outbound and Inbound plugs and also...
View ArticleBuild a Simple Web Dynpro ABAP Application, Transport Data Context Component...
This second tutorial shows how you can play with the data between 2 different views with binding to the View component controller and also read the data from the Component Controller in a View, which...
View ArticleBuild a Simple Web Dynpro ABAP Application, Assistance Class, Message...
This tutorial explains how you can Use the Assistance Class and also the getText Method of the Assistance Class. It also shows us how to use the Message manager and how you can store it in a global...
View ArticleBuild a Simple Web Dynpro ABAP Application, Service Call Create Context Node...
This tutorial shows how you can use the Service Call Wizard, which creates automatically the node accordingly to the Function Module Signature. You can also use a method or you can create an...
View ArticleBuild a Simple Web Dynpro ABAP Application, Web Dynpro Event Handling,...
This tutorial shows how to create a context menu, how to assign it to a part of the View, in our case to the table. It also shows how to raise a Web Dynpro Event and how to handle it.
View ArticleBuild a Simple Web Dynpro ABAP ,Config Controller, Component, Application...
This tutorial shows how to create a Custom Controller, than change it to a Configuration Controller, Create a Component Configuration, than create a Application Configuration, assign the Component...
View ArticleBuild a Simple Web Dynpro ABAP, Data Node Binding,Table Binding (PART 7)
This tutorial shows how you can fill data in the Component Controller, which is like a global place, where you can transport the data and to use it in another Views. Also do a Binding Table and fill...
View Article