cancel
Showing results for 
Search instead for 
Did you mean: 

User Exits for QE11 Results Recording

Former Member
0 Kudos

Hi Experts,

I'm having the scenario for results recording as follows.

I'm using variant configuration, while creation of sales order user will enter the configuration i.e. Manfacturing range. Based on the manfacturing range system will calculate the remaining parameters like burst pressure maximum and minimum based on the dependencies we written.

While doing the results recording, the system is giving error if out of the range values entered.

But here, if suppose Manfacturing Range = -5% range

Then the Burst pressure Maximum = 15 psig

Burst Pressure Minimum = 12.5 psig

For this range, they have some calculation while doing results recording.

For this range +/- 2 % will be allowed i.e.

Burst Pressure Maximum = 15.3 psig

Burst Pressure Minimum = 12.25 psig

This range will be applicable in Quality Department.

So, while doing the results recording system has to give the error out of this range means.

For this is there any User Exit or Enhancement is available or not.

Please help me.

Naren

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

I think you can use the multiple specification for the mareal function to meet this.

Step1 : Quality Management -> Basic Settings -> Maintain Settings at Client Level

Inspection Specification -> Multiple Specifications check box to be flagged.

Step 2: Quality Management ->Quality Planning -> Inspection Planning ->General -> Multiple Specification->

Define Object Types for Multiple Specifications e.g.Manufacturing range

Step3 : Quality Management -> Quality Planning > Inspection Planning > General > Multiple Specifications

> Define Objects for Multiple Specifications e.g. 5%, 10% etc

Step 4 : Activate Multiple spec Quality Management > Quality Inspection > Inspection Lot Creation > Define Default Values for Inspection Type

Step 5 : flag Multiple spec check box in material master inspection set up

Step 6 : In quality plan header data click on multiple specification

step 7 : Assign the material to the task list

Step 8 > Enter the depedent characteristics for the specification

Answers (1)

Answers (1)

Former Member
0 Kudos

hi,

as i understand ur range is -5%,

and max=15

min=12.5

+/- 2% allowed .

but once u fixed 15 as max, and when enterd 15.3 in result than definitel system through an error of out of range limits.

so calculate accordingly and then maintain in ur master it will be like this:

MAX1-MIN1= Value

2% of than value=Value 2

then new tolerrance in master

Max2 = Max1 +Value 2

Min2 = Min 1-Value 2

Regards