In this Blog will see how to upload and download file using webdynpro technology. Follow the following steps as shown below. File Upload Go to SE80 T-code, in that Repository Brower select Web Dynpro Comm. / Intf. And give the name, discription & save it as shown below. fig-1 Go to views -> context ,....

Your applications should be usable by ALL people – independent of their abilities. The WCAG standards  from W3C specify how to achieve this goal. The Web Dynpro team together with the Unified Rendering team implemented this standard within the control library and the Web Dynpro framework. As application developer you can further improve your application to support....

What is it?  The padding of content towards the browser frame or within controls adjusts to the browser size: Small browser – small padding, big browser – big padding.  In other words – the white space or ‘breathing space’ (as our UX designers call it 😊) adjusts to the available space.  This works also for popups:....

As application developer you want to enhance your Web Dynpro ABAP application also with controls from other sources, if this control is not offered by Web Dynpro ABAP. Your first choice should be a UI5 control: The control libraries of Web Dynpro ABAP and UI5 support the same themes and product standards as accessibility (ARIA)....

General description With Release 7.57 FPM introduce a new possibility to export data to the cloud. Therefore a change occured with regards to the export functionality in FPM List ATS UIBB and Tree UIBB. The old export button choice has been replaced by a new one, offering the two choices: “Export” and “Export As…”. Export....

I have not blogged in a good while and figured if I came back, I better drop a banger (that’s what the “kids” call it, right?). Well, I guarantee you, this one is quite a doozy! (that’s what the “old folks” call it, right?). I will worry about which crowd I most appeal to later.....

In this blog post I will describe the start authorization for Web Dynpro for ABAP applications and, most importantly, how it is controlled. Similar to the authorization object S_TCODE, which is being checked during the call of a transaction, during the call of Web Dynpro ABAP applications the authorization object S_START is being checked.  This....

Here in this Blog post I’m going to explain the creation of  Roadmap UI element and navigating between views using it. Using Roadmap we can show step by step workflows or Show different data in each step. Roadmap UI element Provides 2 types of Steps : Roadmap Step Multiple roadmap Step. 1. Roadmap Step : Here Using....

Description:    In this scenario we will display the list of PO from the EKKO table and set the Purchase order number EBELN as link to action. On clicking the EBELN link let us display the Item details for that Purchase order in a separate table. Procedure: Step1: Go to TCODE SE80 and create a webdynpro component....