views:

91

answers:

1

Hello SAP-Gurus,

im fairly new to webdynpro abap and have the following problem: I created a service returning a set of all existing customers. This function works well, if i test it in a litte program simply printing out the lines.

now i created a webdynpro containing a table to display these customers. I also did the binding! AND it works, but only if an event fires the execute...function.

What i need is kind of "execute initially", means that the function gets executed when the table initially loads.

How can i do this?

Best regards Philipp

+2  A: 

I'm not entirely sure I understood what you did, but it sounds like you want to read about WDDOINIT at http://help.sap.com/saphelp_nw04s/helpdata/en/45/c87f413e70010de10000000a1550b0/frameset.htm...

vwegert
yes, i got a reply at sdn.sap.com yesterday who mentioned the WDDOINIT of the View as well.to call the execute_<bapi> method from WDDOINIT works fine!thank you, too.
Philipp Andre