Hi,
I would like to hide some rows in a table. I know how to delete the rows, but that does not help as I would like to save the all the data (also the hidden rows) to R/3. That means I want to retain all the data and only show parts of it to the users.
An example follows (2 tables, master/detail):
Data consists of 10 rows (detail).
Master table has 3 lines. By clicking on one of these rows the detail table shows only rows belonging to the selected master row of the 10 detail rows that exist. All other rows are hidden. By clicking save I would like to save ALL the data to R/3, also the hidden rows.
Could I do this with a filter ? I tried the context type visibility thing (WDVisibility.NONE) but that does not seem to work for rows.
Should I use a cache of all the data and then save that instead of the shown data ?
(sidenote: I've managed to make this master/detail to work by deleting the details lines from the detail table, so I don't have problems with the events or the master/detail setting as it is)
Any help greatly appreciated!
Kind Regards,
Jari Pakarinen