cancel
Showing results for 
Search instead for 
Did you mean: 

Calculated characteristic of control indicators

Former Member
0 Kudos

Hello ,

I want to ask you please about the calculated characteristic that we check while creating master inspection characteristic.

If we check "Characteristic calculated" then when we want to assign this Characteristic to control plan, the system requires us to grasp the amount calculated by formula based on other characteristics for example we calculate the surface from measuring the height and width.

But in our case the amount that we want to calculate is not a result of a formula , we take the result from a table

for example :

Z is the characteristic required

X/Y12
10004355
10012260
10021170

We measure X and Y

If X = 1000 and Y = 1 so the result is Z=43

My question is : is it possible to insert this table in SAP and get the result from ??

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

former_member235613
Participant
0 Kudos

We had a similar requirement. We created a Z table for the data and a Z-formula for results recording. SAP's z-formula implementation just attaches a function module to the formula. So when you calculate it just triggers the function module and it can do whatever you want pretty much. ours reads infofield2 which we maintain the characteristic numbers in that we want to read results from, then reads the z-table based on the results for those 2 characteristics and records the result from the Z table.

Former Member
0 Kudos

So where can we create this z table and Z formula ?

Is there a transaction ?

former_member235613
Participant
0 Kudos

The Z-table will have to be created by an ABAPer. Same with the function module for your Z formula. The formula itself you create in config Quality Management>Quality Inspection>Results Recording>Define Parameters for Calculated Characteristics.

Answers (0)