Hi ,
I want to realise the following scenario:
1) selecting a DSO and displaying DSO entries of active table of DSO in an editable ALV
2) Editing existing data and creating new Entries
3) update DSO according to changes in ALV
In step three i have an internal table which contains modified and new enties.
this table is from type of active table of corresponding DSO (cl_rsd_odso=>get_tablnm)
Is there any way to update entries in an DSO from entries in my internal table?
As i know there are three Kinds of DSO's.
are there different approachs to update entries in DSO dependent on DSO type.
as i am new to BI will be very thankful if someone can give me a tip to solve this problem.
thanks 😊