cancel
Showing results for 
Search instead for 
Did you mean: 

'Default Plug' and 'URL Parameters' in Web Dynpro ABAP

Amey-Mogare
Contributor
0 Kudos

Hi,

I want to define some application URL parameters for my Web Dynpro ABAP application. Now I know from WDJ that I can define and read and implement in Default plug of interface view.

Where do I do it in WDA?

Thanks and regards,

Amey Mogare

Accepted Solutions (1)

Accepted Solutions (1)

abhimanyu_lagishetti7
Active Contributor
0 Kudos

Go to Window -> Methods tab-> handle default

in the parameter section add the parameter ( which u r passing in the URL ) of type string

Framework automatically passes the url parameter into this parameter and thus you can access inside the method and store it in global variable and access anywhere in the component.

Abhi

Amey-Mogare
Contributor
0 Kudos

Thank you Abhi, that was perfect !!

Regards,

Amey Mogare

Answers (0)