How to save result of com object method into table?
I’ve created a com object, and i have method GetList wich should return me a list of values, but compiler says i cannot do it, is there are other ways to do it? TYPES : BEGIN OF ty_itab, id type id, str type string. TYPES END OF ty_itab. data : invlist type STANDARD TABLE OF …
How to save result of com object method into table? Read More »