cancel
Showing results for 
Search instead for 
Did you mean: 

Processing of URL parameters during WebDynpro call

alexander_maetzing
Active Participant
0 Kudos

Hi all,

I have a running WebDynpro application where the data fetching is done via RFC in the wddoinit of the component controller. Only one view is neccessary to display the data. Now I want to call this WebDynpro component using a URL which delivers a parameter for the data fetching process.

Unfortunately it looks like that first the wddoinit of the CompController is done, then the wddoinit of the ViewController and finally the WindowController's handledefault eventhandler (where I can get access to the parameter). So the parameter is available long time after the data fetching. Is there any possibility to pass the URL parameter before the wddoinit of the ComponentController is processed? Or do I have to rewrite completely the logic?

Best regards, Alexander

Accepted Solutions (1)

Accepted Solutions (1)

abhimanyu_lagishetti7
Active Contributor
0 Kudos

Before all the initialization i don't see any way you can get the Application Parameter.

You have to write the code after HANDLEDEFAULT

Abhi

Answers (0)