Hi Experts,
I need your advice in use of c_th_data (Hashed table) to read and process only delta records.Currently I run custom Planning function with some filters. So c_th_data reads data as per the filters applied. But I change only few records c_th_data has all the records satisfying filter condition. I need it to contain only the newly entered delta records.
With one approach I can add Delta flag infoobject in aggregation level. But If I filtered it by Delta Flag on aggregation level, I can not modify the Delta flag value say 'X'. I need your suggestions for reading c_th_data with Delta records only. Thanks in advance.