Question

I am 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?

Was it helpful?

Solution

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_erp60_sp/helpdata/en/45/c87f413e70010de10000000a1550b0/frameset.htm...

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top