cancel
Showing results for 
Search instead for 
Did you mean: 

Condition type calculation In sales Order

Former Member
0 Kudos

Dear Experts,

I have a scenario of calculating the value as shown below

Pricing Procedure

Transaction data

690 * 12 *1.25 * 71 /2080  = 353.293


12 , 1.25 and 2080 are constants

Something i can do with the calculation type , can you team please suggest me how to bring this value either by requirement type or calculation type

Regards,

Pratheep

Accepted Solutions (0)

Answers (2)

Answers (2)

adithya_velide
Participant
0 Kudos

Hi Prathaap,

            As Lakshmipathi sir said its totally ABAPer job. But you have to provide the information to ABAPer that from which fields the values should come from.so that the formula will be created and according to your need, you can use that in alt. calculation type.

         In your requirement,you said 12,1.25,2080 are the constants. so give the formula to ABAPer that,

                         {  ( ZPR1-amount * 12 * 1.25* ZNOR-amount )  /  2080   } .

this above formula has to maintain in a formula nd that will be maintained in alt. calculation type, so that you will get the value directly.

Thanks,

Adithya. 

Lakshmipathi
Active Contributor
0 Kudos

Discuss with your technical team and explain the logic who can add the required coding after creating a Calculation type routine.  Once the coding is over, assign this routine to your pricing procedure

G. Lakshmipathi