The curse of the Development Framework
I'm currently working on a really cool and challenging project, in which we're using quite some API's and frameworks that are new to me. I already know WebDynpro for ABAP. I also know FloorPlan Manager...
View ArticleHow to find a sample webdynpro for a specific UI elements
Usually when a sample webdynpro is required, we look into the packages like SWDP_DEMO , SALV_WD_DEMO or look for component using *DEMO*. However when we need a specific UI, above methods wont help...
View ArticleSecure transferring of parameters between WDA Applications
I need enough secure solution for transfer pernr number from one WDA application to Another.We cant use parameter directly because experienced users can modify it and view restricted data. Application...
View ArticleUndocumented feature: How to use a Function Module as action handler in the...
Introduction With the POWL Inbox (Web Dynpro Component name IBO_WDA_INBOX) customers can define custom tasks, actions and action properties just like with Business Workflow Workplace and UWL. SAP...
View ArticleCalling Transaction in SAP GUI
Calling SAP Transaction from WDA is a common requirement. There is a way to call SAP transaction in Web GUI. This is not an option in some cases.Imagine a client that is using SAP GUI to run both SAP...
View ArticleCode Snippet Series: Trimming Leading and Trailing Whitespace
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. ABAP keyword CONDENSE is useful to remove leading and...
View ArticlePOWL CHIP or Workload CHIP
Workload CHIP (POWL Link List) Displays categories and links to a personalized selection of worklists in a summary-like format. OverviewWith the CHIP "POWL Link List" you can embedd the navigation part...
View ArticleBusiness Graphics Runtime Customization
Business Graphics can be easily customized at design time, but sometimes customizing parameters are not known until runtime. For example, graph title that includes selection criteria. This is where...
View ArticleText following image in table
Text following image in tableHi,In my project, I have facing a problem to add a text following an image in the table within a single column.Solution:Make a table column UI element as Link to Action.It...
View ArticleSelect All option in SAP ABAP Webdynpro Table
Select All option in SAP ABAP Webdynpro TableHi All, Usually SAP not provided default Select all option in Webdynpro Table like below. Select All Select None We can achive that through below...
View ArticleEasy maintenance of message texts for customer
Easy maintenance of message texts for customerHI All,In my project we are maintaining message texts in custom table & global constants in class attributes.It helps the customer to change their...
View ArticleSAP Users Role change
SAP Users Role changeBasically SAP users have one or more roles. In SAP User Management we can’t just add, delete or edit the roles which are assigned to the particular user. We are assigning the roles...
View ArticleCreative Use of IFrame UI Element
Web Dynpro ABAP provides an extensive set of UI Elements. In most cases standard UI Elements suit developer needs. If not, there is an option to create your own UI element, for example, with the help...
View ArticleFPM TABBED GUIBB FOR BEGINNERS
hi every one in this blog i am going to show you how tabbed guibb works. SCENARIO : here tabbed guibb contains four tabs,each tab embeds one interface view of the component.however on the first tab...
View ArticleCHANGING PARTICULAR ROW EDITABLE ON LEAD SELECT IN LIST GUIBB
for the question raised from discussionRe: Edit single row in list UIBB Hi everyone someone raised question how to change the particular row content to editable on lead select so i worked on this and...
View ArticleSemi-Dynamic Mass-Activation for Access Keys in WDA-Components
Hello folks! About a year ago was the first time I had to deal with the topic Accessibility in great detail concerning the WebDynpro ABAP Technology. It was back then when our applications (90%...
View ArticleReal-time notifications and workflow using ABAP Push Channels (websockets)...
This is Part 4 of the below series of blogs: Real-time notifications and workflow using ABAP Push Channels (websockets) Part 1: Creating the APC and AMCReal-time notifications and workflow using ABAP...
View ArticleDynamically Create/Modify UI elements of Standard components without Enhancing
Introduction Generally, when we need to modify the properties of UI elements of standard component, we go to the corresponding component, Enhance the component and change the properties of the UI...
View ArticleWebDynpro Page Builder
A while back, I gave an internal course about WebDynpro for ABAP.Since it was a non-official SAP course, I had to create my own course material, but this also opened up the door to focus on aspects...
View ArticleUpload document into KM
Recently i was working on this requirement, and after searching SCN, i did not get a concrete set of steps to follow in orde to upload a document successfully into KM. This is a very common requirement...
View Article