Question:
Does anyone know of a way (ABAP, FM, etc) to delete only master data that is in the Modified version (i.e. waiting to be activated)?
We have loaded data in from R/3 but do not want to activate it now - can the M data be removed just leaving the (A)ctive version?
Thanks.
Answer:
Hmmm, i wouldnt advise any of my clients to do so, but writing an ABAP would be very simple. Check fgor your infoobject which tables are used (time-dependent or not..). Then just do loop over it where you put all those with an 'm' in an internal table, and loop again over this internal table to delete them from the infoobject tables