cancel
Showing results for 
Search instead for 
Did you mean: 

Web dynpro

manubhutani
Active Contributor
0 Kudos

Hii

I hav made a web dynpro application with the help of a document

and the code WDDOINIT is

method WDDOINIT .

  • data declaration

data: Node_sflight type REF TO IF_WD_CONTEXT_NODE, Itab_sflight type standard table of SFLIGHT.

  • get data from table SFLIGHT

select * from SFLIGHT into table Itab_sflight.

  • navigate from <CONTEXT> to <SFLIGHT> via lead selection

Node_sflight = wd_Context->get_Child_Node( Name = `SFLIGHT_NODE` ).

  • bind internal table to context node <SFLIGHT>

Node_sflight->Bind_Table( Itab_sflight ).

endmethod.

but i didnt get the manin og the code..

can anybody helm me out..?

Accepted Solutions (0)

Answers (1)

Answers (1)

bhavesh_kantilal
Active Contributor
0 Kudos

You are on the wrong forums.

Post it here on the WebDynpro Forums.

https://www.sdn.sap.com/irj/sdn/developerareas/webdynpro

Regards

Bhavesh