cancel
Showing results for 
Search instead for 
Did you mean: 

Activate Characteristics Relationship only For One or two Layouts/Planning

Former Member
0 Kudos

Hi All,

I want to calculate certain keyfigures only for the delta part posted by the user.For this I'm using an Exit class- where I'm deriving the characteristic relationship for charecteristics Zdelta as X.So In my layout if I'll change the value for the keyfigure ,delta would be posted as a new record with ZDELTA as X.

For Example :-

Zdelta Version Amt

  1. 003 20

Now if I will change the amt to 25.Cube contained will be:-

Zdelta Version Amt

  1. 003 20

x 003 5

My Problem is to activate this characteristics Relationship only for this layout.Is their any way to activate and deactivate characteristics relationship apart from modeler,means through Function Module or ABAP code.

Rgds,

Indu

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

If i understand your problem correctly, u want to derive z_delta only wen u plan on this one layout. For this to happen, while defining characteristic relationship of type derivation, select that characteristic as source characteristic which is present only in this layout, nowhere else. Then this derivation runs only for this layout.

There is one how to guide document also for the functionality you are implementing. You can refer to that for any clarifications.

Bindu