Hi Bill,
thanks, however that code is just call of COMPUTE_SINGLE method within the same class from example. Within the example code which is provided in COMPUTE_TABLE method there is this comment:
* COMPUTE_TABLE allows more flexibility than COMPUTE_SINGLE,
* e.g. to split an entry of C_T_DATA into two entries
* or to delete an entry or to add an entry
So es per the comment I'm looking for way how to manipulate the table w/o necessity to call COMPUTE_SINGLE. As they say delete/add entry I guess there has to be a way how to process data in C_T_DATA itab in kind of mass way... e.g. looping over the table and adding/deleting the content based on WHERE condition of LOOP.
PS: well I guess itab should be accessible via field symbol <l_s_data>.
However as FS is declared as type any you are really not able to access its components.
Thanks,
m./