Skip to Content
0
Former Member
Sep 21, 2005 at 05:09 PM

Method to initialize the controller

44 Views

Dear all,

I'm creating a simple webdynpro project. I have four import parameters in the rfc which will act as search criterion in the search view. Now at the step of writing code in the Implementation tab of the controler. In the method <b>public void wdDoInit()</b>, How will i create element fo these parameters??

for example in the demo example for the flightlist for the input parameter destination_from it is give:-

Bapi_Flight_Getlist_Input input = new Bapi_Flight_Getlist_Input();

wdContext.nodeBapi_Flight_Getlist_Input().bind(input);

Bapisfldst bapisfldstFrom = new Bapisfldst();

input.setDestination_From(bapisfldstFrom);

<b>how wud i do same for my input parameter docdate_from??</b>

please suggest.

Thanks,

Anup.