cancel
Showing results for 
Search instead for 
Did you mean: 

Current URL

Former Member
0 Kudos

Hi,

I have a component with two different applications. How can I figure out which application is running on the portal.

Thanks

Nidhi

Accepted Solutions (1)

Accepted Solutions (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Try using the if_wd_application runtime api. This should give you the current application name.

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/43/036b1fdc7e22f2e10000000a1553f7/frameset.htm

Answers (2)

Answers (2)

Former Member
0 Kudos

See the URL in the explorer on which the application is running:

http://(YOUR SERVER NAME).com:8026/sap/bc/webdynpro/sap/(APPLICATION NAME)?sap-language=EN

APPLICATION NAME IS PART OF THE ÚRL

Former Member
0 Kudos

Hi,

For the companent you have Component Interface.

And for Interface you each Inbound Plug.

Whatever Application do you want just set the Inbound Plug there Default.

-Rick