cancel
Showing results for 
Search instead for 
Did you mean: 

Calculated Characteristic

Former Member
0 Kudos

Hi,

Can anyone guide how to create and assign the calculated characteristics as per following formula u2013

MIC1

MIC2

MIC3

MIC4 = ( MIC1 x 0.23 + MIC2 / 4 + MIC3 - C2 )

Thanks in advance

Sumedha

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi,

U need to maintain the formula without any space, first u need to set the formula indicator in control indicator against the MIC4.

Formula assignment will be like this against line item of assigned MIC's :

0010- MIC1

0020- MIC2

0030- MIC3

0040- MIC4

C0010*0.23C0020/4C0030-C0020

I hope u r prblm solved.

Regards

Former Member
0 Kudos

Thanks a lot. It clarified my doubt.

Former Member
0 Kudos

One more thing...can we increase the space given to put the formula, since I have a very long formula to enter which can't be entered in two rows in formula tab, I can't break formula in two MICs. Kindly suggest -

(C00100.0116+ C00200.0238C0030*0.0347C00400.0441+C00500.047C0060*0.0576C00700.0606+C00800.0776+ C00900.0195+C001000.00442)/100

regards

sumedha

Former Member
0 Kudos

hi,

Use this :

QPAA0001 Enhancements: Formula checking / editing

Give ur Requirement to an ABAP'r, this exit helps you in this referrence.

Regards

Former Member
0 Kudos

Sure I will check with my ABAPer..

Can I use one calulated char. MIC A in another calculated char MIC B formula.

e.g.

formula I am using for MIC A is (MIC1MIC2MIC3)*0.256/34

formula I am using for MIC B is MIC A *2

Former Member
0 Kudos

Yes, u will use like this also.

if u will use this concept of assigning the formula than there is no need to use FM or exit, u may split ur formula and assigned it accordingly.

But your querry is that u don't want to split the formula that's why i have given u this user exit.

Regards

Edited by: D GURU on Dec 5, 2011 2:00 PM

Answers (1)

Answers (1)

former_member221025
Active Contributor
0 Kudos

For yr reference