How do I initially populate the WebDynpro table associated with the BAPI?
I am new to webdynpro abap and have the following problem: I created a service that returns a set of all existing clients. This function works well if I test it in a litte program by just printing out the lines.
now i have created a webdynpro containing a table to display these clients. I also made a binding! And it works, but only if the event triggers the execute function ...
I need something like "execute initially" means that the function is executed when the table is initially loaded.
How can i do this?
+2
a source to share
1 answer
I'm not entirely sure I understood what you did, but it looks like you want to read about WDDOINIT at https://help.sap.com/saphelp_qim100/helpdata/en/49/ca1023d7d958c1e10000000a421937/frameset.htm
+2
a source to share