Good morning!
Is it possible to create a datawindow at runtime and pass it as a parameter to another function or event?
Thanks!
Good morning!
Is it possible to create a datawindow at runtime and pass it as a parameter to another function or event?
Thanks!
lo_ds = Create DataStore .// Instantiate DS
lo_ds.data object = "dw_object" // Load DW object
// What ever processing ...
<Object>.<UserEvent> ( lo_ds ) // Pass DS + DWO to another object's event