cancel
Showing results for 
Search instead for 
Did you mean: 

RMCLMDEL to delete one charactristic from a class

Former Member
0 Kudos

dear all  

i have two class MV_SUBSTATION and MV_RMU  for functional location 003(type)

, i have also one charactristic (NORTH) which assighned to the both classes   , so i want to  remove it with its values  from the MV_RMU  and due to it has mor than 400 values , i will use RMCLMDEL function .......

my question is : if i use this funcion  ,any side effects will be there specially on MV_SUBATATION-->NORTH vlues ?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello,

no side effects are expected.  Running RMCLMDEL you only will delete the assignement of the characterisitc in the class MV_RMU.

In the RMCLMDEL screen , define the class , class type and characteristic code.

Just check if the class+characteristic is not assigned to a abap program , report , exit...

regards