cancel
Showing results for 
Search instead for 
Did you mean: 

Deletion of master data (RSDMD126) in BW

Former Member
0 Kudos

Hi,

We are trying to delete master data (data type CHAR) of an info object used in a transactional cube. The info object carries 10 types. Type 3 is to be deleted. The transaction data using type 3 is reposted (IP) to type 4. Than the transactional data on type 3 is deleted from the cube with selective deletion.

When trying to delete type 3 (with or without SID) we get a message RSDMD126 that master data is still used in the dimension table (SID 67). We tried RSRV, reactivation of cube, reupload of master data etc. The only way to delete the master data was to delete the content of the cube which is not feasible for us.

Any ideas how to delete/regenerate the SID database table?

Thanks

Stefan

Accepted Solutions (1)

Accepted Solutions (1)

mr_v
Active Contributor
0 Kudos

Check whether the following helps.

Infoobject --> right clikc --> maintain master data

Select rows u wanted to delete and click 'Delete' icon. And SAVE.

If system prompt u 'some master data cannot be deleted' .. continue with this message.

then goto tcode SLG1-- enter Object: RSDMD and Subobject: MD_DEL and User: ur userID and F8

In the next screen Expand node and dbl click 'Problem class additional information'

This will give u which ever objects using SIDs of this master data.

U should delete this SID according to that list.

Then U should delete particular data from DSO/Cubes.

Once data deleted from cube, then

Use Tcode RSRV -> Tests in Transaction RSRV -> All Elementary Tests -> Transaction Data -> Entries Not Used in the dimension of an InfoCube (Dbl Click)

From the right side window, expand u201CEntries Not Used in the Dimension of an InfoCubeu201D Node &

Enter InfoCube (like 0SD_C01), click u201CTransferu201D

Now, click u201CExecuteu201D (Toolbar)u2026 and the results displayed in the right side window..

Now, click u201CCorrect erroru201D (Toolbar)

Former Member
0 Kudos

Hi Mr. V.

Worked perfectly! Thanks for you help. Answer rewarded.

Greetings

Stefan

Answers (2)

Answers (2)

Former Member
0 Kudos

You could consider NOT DELETING TYPE 3:

there is no transactional data associated with this value, so you can inhibit type3 from appearing in queires to final user. In practical terms the system would behave as if there were no type3 at all.

Regards

Germá

Former Member
0 Kudos

Hi,

SE14-> enter table name and select tables option -> exe del database table and then adjust and activate

Thanks,