Hi Amir,
Not used, but tried to find some technical info. let see whether its help you or not.
Actually once you select that check box its automatically insert one attribute as shown above.
Attribute name was 0RECORDMODE..
Its holds a value length of 1("X" or " "), its just like indicater. if you are familiar with ABAP. you can debug this below program.
X = indicate true
" " = indiacte false
Data element - RSDATRRECMODE
Prorgam name - SAPLRSD_GUI_IOBJ_MAINT
Field technical name - ATR_RECORDMODE(delete masterdata with 0recordmode)
Table - RSDGSCIOBJ
Table type - RSD_T_IOBJ_CMP -
Thanks
Have you checked this?
http://explore-sapbw.blogspot.com/2012/01/new-tool-for-master-data-deletion-in.html
Regards,
Suman
Hi Amir,
Check below link explaining different ways to delete masterdata.
Srikanth.
although i have not used this but i think this is similar to RECODEMODE concept we had in DSO to take care of delta functionality and record changes..
may be suitable for those master data which are having delta capability..
Thanks and regards
Kiran
This works similar to that of record mode.change ur original value to new value and as dso udates the modified data.
Go to dso->manage->contents tab ->change log and check the value for recordmode to be n-new image.
u can also find the various values available for record mode by seeing the p table generated when u check the delete master data with 0record mode and.
the following link helps you to know about record mode in detail check it out...
Hi Amir,
were you able to identify what functionality this option has?
I wondered this option tody, too. But I only found your question but no answer.
Regards,
Christoph
Add a comment