Você está na página 1de 3

3/20/2015

CallURLfromSAPWebdynproforABAP

Comments(0)

CallURLfromSAPWebdynproforABAPACTION
ItisasimpleprocesstocreateaLinktoURLUI
elementononeofyourwdpviewswhichpointstoa
websiteURLbutwhatifyouwanttouseandABAP
webdynproactiontoperformsomeABAP
functionalityfirstandthencalltheURL.Thesimple
answerisaddthefollowingcodetoyourACTION
methodanditwillcalldisplayyourdesiredURLlink
eitherinthecurrentwebpageorcallanewpage/
popupanddisplayitinthat.
CodetocallaURLinnewpopupwindow
data:lo_window_managertyperefto
if_wd_window_manager.
data:lo_api_componenttyperefto
if_wd_component.
data:lo_windowtypereftoif_wd_window.
data:ld_urltypestring.
lo_api_component=wd_comp_controller>wd_get_api().
lo_window_manager=lo_api_component>get_window_manager().
ld_url='http://www.sapdev.co.uk'.
CALLMETHODlo_window_manager>CREATE_EXTERNAL_WINDOW
EXPORTING
URL=ld_url"'http://www.sapdev.co.uk'
RECEIVING
WINDOW=lo_window.
lo_window>open().

Beginners
BeginnersGuideto
learningSAP
development
startingwith
loggingintoSAP

ABAP

SAPDevelopment
toolsand
techniques
includingABAP
code

Reporting

ABAPspecificSAP
Development
techniquesand
examplesource
code

Web
Development

Module
Areas

Webspecific
technologies.
BSP/ABAP,HTML,
CSS,JS,Ajax,Web
Dynpro...

SAPmodulespecific
development
technologiesand
exampleABAP
sourcecode

EnhanceSAP

Repository
SAPrepository
objectssuchasT
Codes,Tables,
Programs,Reports,
FM's,Methodsetc..

CodetocallaURLinsamewindow
data:lo_frontend_windowtypereftoig_frontend_window,
ld_urltypestring.

SAP
Development

OnlineTraining

lo_frontend_window=wd_this>get_frontend_window_ctr().
selectsingleurl
fromzurlconfig
intold_url
wheresysideqsysysid.
ld_url='http://www.sapdev.co.uk'.
lo_frontend_window>fire_op_approver_plg(
*close_window='X'
url=ld_url"close_windowmustbe=''
).

Forthisversion(callstheurlinthesamewindow)youwillneedtoaddthecontrollerforthecurrent
windowtotheviewwithinthepropertiestab(i.e.inthisexamplethecurrentwindowis
FRONTEND_WINDOW).Youalsoneedtochangethereferencesinthecodeabovetomatchthename
ofyourwindow.

CV/Resume
Postyour
CV/Resumeand
seeexistingCV's
andavailablejobs.

SAPTraining

Cookieshelpprovidethebestexperienceonoursite.Bycontinuingto
usethissiteyouagreetoouruseofcookies. Learnmore
Ok

http://www.sapdev.co.uk/sapwebapps/sapwebdynpro/wdp_callurl.htm

Security&
Auth
ImplementingSAP
securityand
authorisation
checks

1/3

3/20/2015

CallURLfromSAPWebdynproforABAP
WHAT'STHIS?

ALSOONSAPDEVELOPMENT

ABAP2comments

ABAPReportingExamplecodeand
informationonvarious1comment

ScreenparameterinformationforHTML
andTEXTfilemanipulation1comment

FormattingadatevariableABAPSAP
1comment

JointheMailingList
Enteryournameandemail
addressbelow:
Name:

0Comments
Recommend

SAPDevelopment

Login

Email:
Subscribe

Unsubscribe

GO

Share

SortbyNewest

GetyourFreeMailingList
byBravenet.com

Startthediscussion

Bethefirsttocomment.

Subscribe

AddDisqustoyoursite

Privacy

SAPDevelopment Netweaver ABAPWDP WDPALV BSP WebServices SAPPortal VisualComposer

http://www.sapdev.co.uk/sapwebapps/sapwebdynpro/wdp_callurl.htm

2/3

3/20/2015

CallURLfromSAPWebdynproforABAP

LatestjobsfromERPJobboard.com
SAPISRetailsProfessional
ISRcertificationispreferred.GoodCommunication,JoiningLocation
Mumbai/BangaloreExp:.SAPISRetailsProfessionalforCMM...Wed,18Mar2015
17:00:000700
SAPFICO
SAPFIExp.(Must)Min2E2Eimplementation&ForAMMin.2support.Special
exposuretoCosting,Treasury,General...Wed,18Mar201517:00:000700
SAPFunctionalAnalyst
Candidateshouldhaveworkingexperiencewithbelowfunction.MinimumEducation
Level.Resumeshouldhaveclearlymentioned...Wed,18Mar201517:00:000700
SAPISRetailsProfessional
ISRcertificationispreferred.GoodCommunication,JoiningLocation
Mumbai/BangaloreExp:.SAPISRetailsProfessionalforCMM...Wed,18Mar2015
17:00:000700
SAPFICO
Like

Tweet

Share

ContactUs Partners TermsofService PrivacyPolicy Advertise

http://www.sapdev.co.uk/sapwebapps/sapwebdynpro/wdp_callurl.htm

3/3

Você também pode gostar