cancel
Showing results for 
Search instead for 
Did you mean: 

Delete master data from an InfoObject

Former Member
0 Kudos

Hello all,

i want to delete particular master data from an InfoObject. Therefore i use RSDMD_DEL_MASTER_DATA (http://www.se80.co.uk/sapfms/r/rsdm/rsdmd_del_master_data.htm). All data that have to be deleted was loaded into the tabble i_t_chavl. But when I execute the FM I always get the message that (only) one entry was deleted. Whats wrong? I want to delete all the entries of i_t_chavl.

Please help.

Regards,

Sergio

Accepted Solutions (0)

Answers (7)

Answers (7)

Former Member
0 Kudos

Hi,

Please check below program to delete Master data

RSDMDD_DELETE_BATCH.

Please check below link

http://scn.sap.com/thread/3227339

Thanks

Aakash

former_member182226
Contributor
0 Kudos

Hi Sergio,

If this infoObject is used in infoproviders and contains data then 1st you have to delete content of its corresponding infoprovider then delete master data.

  1. Check "where used list" for InfoObject
  2. Delete content of it's corresponding infoprovider
  3. select infoObject -> delete master data -> with SID

Regards,

Avinash

Former Member
0 Kudos

Hello Avinash,

the data is not in use (100%) but the FM doesn't want to delete them. It's possible delete the data from RSA1 but for my purpose I need the FM.

Regards,

Sergio

Former Member
0 Kudos

Hi Sergio,

You can delete Master data directly from RSA1. Right click on your infoobject and Select Delete Master data with SIDs Option

Former Member
0 Kudos

Hello Sergio

Go on particular Datasource>>> right click on it>>>>from the menu>>> Chose>>>delete Master data

Then choose'' With SIDs''  as you see below in the screen short

former_member186445
Active Contributor
0 Kudos

if the infoobject holds data that is still in use in an infoprovider you can't delete this data. first delete the contents of all targets where the infoobject is present, then you can delete the master data entries in the infoobject.

M.

Former Member
0 Kudos

the data is not in use.  when i activate "i_flg_delete_all" the FM delete all data. When I fill the table "i_t_chavl" with data that should be deleted the FM delete only one entry. 

Former Member
0 Kudos

Hi Sergio,

In SE14, give info object name and select activate and adjust database tables and select the radio button and delete data.

-Padmaja

Former Member
0 Kudos

I don't want to delete all master data. I will create a function where the user can select which data should be deleted (e.g. all data where 0country = france).

RamanKorrapati
Active Contributor
0 Kudos

Hi Sergio,

If you want delete info object whole master data, at RSA1, info provider, info object--> right click delete master data. its delete whole master data.

Thanks

former_member182470
Active Contributor
0 Kudos

Did you try to delete by right click of your infoobject--->Delete Master data-->Delete with SIDs

If you just want to knock it of all master data, you can goto master data table and delete from there.