cancel
Showing results for 
Search instead for 
Did you mean: 

Reading Application ID in WD ABAP application

Former Member
0 Kudos

Hi All,

I have three Application ID's ID1, ID2 and ID3 and i set this in my URL which i make use of to call this application which in turn sets application parameter value, may i know how i can read this ID in my view ?

Regards,

Anoop

Accepted Solutions (0)

Answers (1)

Answers (1)

thomas_szcs
Active Contributor
0 Kudos

Hi Anoop,

If I understood you right, you have a URL parameter for which you would like to get the value. You can achieve this by defining the parameter in the startup plug of your window. The parameter will be filled automatically by the runtime.

Best regards,

Thomas

Former Member
0 Kudos

Hi Thomas,

Thanks for your suggestion, shall try it. By the let me rephrase my question once again: I would like to read the application ID in my webdynpro view, so how can i do it ??

Regards,

Anoop

P.S: I know i need to award points shall do it once i find info useful.

thomas_szcs
Active Contributor
0 Kudos

Hi Anoop,

You could transfer the value using the context. There are two different options possible:

(a) Create a node at the component controller and map it to your window and view.

(b) Create a node at the window, declare a controller usage at the view and map the node into the view.

Best regards,

Thomas