KALEEL
  • Home
  • My Apps
  • Blog
    • SAP
      • Successfactors
        • Employee Central
      • ABAP
      • Fiori
      • WebDynpro ABAP
      • Adobe Forms
    • Web
    • Other
✕

Open URL in same WebDynpro ABAP Page

  • Home
  • Blog
  • SAP WebDynpro ABAP
  • Open URL in same WebDynpro ABAP Page
Remove unwanted Column in OOPS ALV Report
May 23, 2012
SAP WF View workitem of other user inbox
June 11, 2012
Published by Mohamed Kaleel at June 10, 2012
Categories
  • WebDynpro ABAP
Tags
  • url redirect
  • WDA
  • webdynpro abap

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 Window name and the below code with your URL.

 

 DATA lo_wdw_main TYPE REF TO ig_wdw_main .
  lo_wdw_main =   wd_this->get_wdw_main_ctr( ).

 

lo_wdw_main->fire_call_startpage_plg(
    url =  'http://www.kaleel.in'       
  ).

 

 

Share this:

  • Click to share on Twitter (Opens in new window)
  • Click to share on Facebook (Opens in new window)

Related

Share
0
Mohamed Kaleel
Mohamed Kaleel

Related posts

July 4, 2013

WDA: How to programatically populate RadioButtonGroupByKey Without Creating Domain


Read more
July 16, 2012

WDA window close for UWL item


Read more
July 25, 2011

EXIT from Webdynpro ABAP Application


Read more

1 Comment

  1. Marc Cawood says:
    July 10, 2014 at 6:37 am

    This looks useful but what is done inside the outbound plug "call_startpage" on the window wdw_main?

    Reply

Leave a Reply Cancel reply

Categories

  • ABAP
  • ABAP HANA
  • Adobe Forms
  • Employee Central
  • Fiori
  • Other
  • SAP
  • SharePoint
  • Successfactors
  • Web
  • WebDynpro ABAP

Tags

  • ~NO_LOGON_USEREXIT
  • ABAP 74
  • ABAP class
  • ABAP Code
  • ABAP HANA
  • ABAP OO
  • adobe forms
  • AdobeForm
  • Advance SQL
  • ALV
© 2020 kaleel.in