Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Linear Equation in SAP

Former Member
0 Likes
710

Hi Gurus,

I got a requirement to develop Simulator Process in which we are using Linear Equation for solving.

Linear Equation is wat we studied in School days...

3x + 2y + 7z = 20. (meaning: 20 is my target.. i want to know how much of x, y, z is added to achieve my target)

5x + 6y + 6z = 50.

6x + 2y + 2z = 10.

...

...

...

...

...

i want to know the values of x, y, z(this variable will be up to 10 also).

I know to solve manually.

Can you tell me is ther any function module to acheive this...

Or any easy way to develop in SAP?????

Thanks n Regards

Aravindh Mani

Hi Gurus,

I got a requirement to develop Simulator Process in which we are using Linear Equation for solving.

Linear Equation is wat we studied in School days...

3x + 2y + 7z = 20. (meaning: 20 is my target.. i want to know how much of x, y, z is added to achieve my target)

5x + 6y + 6z = 50.

6x + 2y + 2z = 10.

...

...

...

...

...

i want to know the values of x, y, z(this variable will be up to 10 also).

I know to solve manually.

Can you tell me is ther any function module to acheive this...

Or any easy way to develop in SAP?????

Thanks n Regards

Aravindh Mani

2 REPLIES 2
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
563

try to code it yourself ... apply the steps you know ...

Read only

Former Member
0 Likes
563

Hi,

I dont think there is a standard FM for this. You can better try to code the logic manually for this.

Regards,

Vik