Blog

July 4, 2013

WDA: How to programatically populate RadioButtonGroupByKey Without Creating Domain

Scenario: I want to populate Radio Button Text programmatically in WebDynpro ABAP instead of binding Domain. Steps: I have a Context Element DEL_ITM in Component Controller i […]
July 16, 2012

WDA window close for UWL item

Open your Window from WDA Component and goto Outbound Plugs Create Exit Plug ‘O_WD_EXIT’ , Plug Type Exit Open the view Add Button for Exit Create […]
June 10, 2012

Open URL in same WebDynpro ABAP Page

1. Add Window(WDW_MAIN) reference to the View(VW_REGISTER). 2. Add Button in your WDA application,create Action(my Action Name is ACT_BACK).   3. Create a object for the […]
July 25, 2011

EXIT from Webdynpro ABAP Application

Exit Plug will not work for WDA application in Portal Create a Button as below Create Action for the Button as below Create A Method for […]