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

Implementing Matrix in SAP

Former Member
0 Likes
378

Hi All,

I have a application where i have to use Truth table. So can any one let me known how can i implement Matrix in SAP.

How may tables i have to use if i have to implement matrix in SAP. Please let me known how to accomplish it.

Thanks in advance,

Devananda A J

2 REPLIES 2
Read only

Former Member
0 Likes
337

isnt this a bit old fashioned? Try building an algorithm out of it. And well for a table you need exactly one table. Or how much dimensions your "Truth"-table got?

Read only

Former Member
0 Likes
337

Hi Florian,

The truth table has 3 dimensions, can u please let me known how to do it... The truth table looks like this..

condition1 condition2

Possibility1 true true

Possibility2 true false

Possibility3 false true

Possibility4 false false

and any more problem is the number of conditions to be tested varies during run time. That is if 3 conditions have to me check during run time it ll have 3 columns with 8 possibilities.

Thanks,

Devananda A J