Download image to my pc
Hello Friends, I have a rerequirement to download the image to the pc(when user click a button), I can upload to image to the table and show the image in a pop-up to users but i want the image to be...
View Articleproblem with row repeater
Hi experts, maybe you can get me a hint for my problem.I use the row repeater UI element to display header information which is selected by some input fields. Within the row repeater data I have a...
View ArticleHow to bind table to a subnode
HiIn my context i have Node called PARENT_NODE which contains a sub node called CHILD_NODE. Is there a way to bind a table to the CHILD_NODE ? the sub node is in cardinality 0...n i wrote: data:...
View Articlefinding Selected field of context in webdynpro component!
Hi,How to catch the selected field on output as show below, what are the classes/ interfaces going to be used to catch the selected please mention the method.Suppose i click on first input field of...
View ArticleNavigation from a window to other window in same application
Hi Experts, My application consists of 3 views(VIEW1,VIEW2,VIEW3).I have 2 windowsWindow1 : VIEW1 and VIEW2 are embedded (both VIEW1 and VIEW2 are bounded by inbound/outbound parameters)Window2 :...
View ArticleProblem while Displaying Text of SO10 in Formatted Text View
Hi All, In SO10, i have written multiple line.To use these lines in Web dynpro i have called READ_TEXT FM and m storing into internal table. How to show the exactly data into Formatted Text View....
View ArticleCan I add a window EXIT plug to a standard WD with enhancement ?
Dear Colleagues,I need to add an exit plug to a standard WD and I'm struggling with it.I'm using the enhancement framework, but it it seems this is not possible, or perhaps I'm doing something wrong....
View ArticleSAP WDA application parameter - component controller context
Hi, in ECC6.0 I have an application parameter, received via the URL, which I am receiving into my window context via the handledefault method. I would like this value though to be input into the the...
View ArticleABAP Webdynpro: Showing Junk while Downloading Japanese character to Excel
Hi All,Can anyone tell me the exact procedure to download the Japanese characters into excel in ABAP WEBDYNPRO. Highly appreciate your feedback.
View ArticleDatenavigator customisation
Hi All, I have a requirement to display a calendar control with a fair amount of customisation contained within. Does anyone have any ideas on how to do this? Requirements*Make days in calendar...
View ArticleError With New Line Character : CL_ABAP_CHAR_UTILITIES=>NEWLINE
Hello Experts I am trying to use 'CL_ABAP_CHAR_UTILITIES=>NEWLINE' to show data in next line. but its showing # not next line. CONCATENATE 'line1' CL_ABAP_CHAR_UTILITIES=>NEWLINE...
View ArticleMineSweeper
Learn how to use dynamic programming to create context nodes and UI elements in run time, how to use context menus, assistance classes and more, in a fun way; creating the clasic game:...
View Articleweb dynpro alv row deselect
Hi,is it possiple to deselect a row in an alv grid? i try something like this data node TYPE REF TO if_wd_context_node. data lv_old_index type i. data lv_new_index type i.DATA: r_param TYPE REF TO...
View ArticleCode Snippet Series: Determining the Client Environment
Knowing the environment in which a Web Dynpro ABAP application is running is necessary if you want to branch logic or show or hide content depending on the client environment. An example is showing the...
View ArticleCode Snippets: A Blog Series
In many of the Web Dynpro ABAP components I develop, I reuse code snippets from other components I've written. Many of these reusable morsels I've incorporated into a component template that I use as...
View ArticleDropdown by index in ALV
Hi All, I have a node to display my table details. This node contains another subnode which conatins the values for my dropdown. (Dropdown are disfferent for every row). Now this works fine in a normal...
View ArticleValue table at domain not appearing as input help in webdynpro
I have configured a value table for a domain in DDIC. A screen element in SAP GUI created by using this domain/data element show the entries in the value table in f4 help. If the same field is created...
View ArticleSelect Webdynpro ALV dynamically
Hello Experts, I have created an ALV in webdynpro application. This ALV contains the list of projects. User can select any project --> Navigate to Edit View for particular project. When user comes...
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 ArticleFreeze the top or bottom row of ALV in Webdynpro ABAP for calculating Total
Hi All, How can I freeze the top or bottom row of an Webdynpro ABAP ALV Grid, and display Total of the amount column? Regards,Prashant
View Article