cancel
Showing results for 
Search instead for 
Did you mean: 

Rule Details in IS

krishnamohan_corp9
Participant
0 Kudos

Hi Experts,

I have few questions in IS.

1. Can anyone tell me where can I find the details of the rule, rule description, expression etc.(All the details in rule editor).

Ex: if I want my rule expression details, where can I find those details.

2. If I want to delete my rule in IS through SQL, where can I find my rule in the table & how can I delete my rule?

Regards

Krishna Mohan

Accepted Solutions (1)

Accepted Solutions (1)

mageshwaran_subramanian
Active Contributor
0 Kudos

Check the metadata repository table MMT_Rule

Answers (1)

Answers (1)

adrian_storen
Active Participant
0 Kudos

As Magesh said, data is in MMT_RULE and if you want the current version, you can use any of the views (eg MMB_RULE).  I've not been able to find an ER diagram of the IS repository to find all the relationships but have found what I need.

As per deleting through SQL, I would avoid that as it may leave components without relationships.