cancel
Showing results for 
Search instead for 
Did you mean: 

how to read the control Ind: Characteristic string value in QPMK-QMKCONTROL

Former Member
0 Kudos

Hi Experts,

Can you tell me how to read the string values in "QMKCONTROL" field in QPMK table. i.e. by reading the string can I understand the control indicators those I assigned to my MIC? Or there any method to know through tables.

Regards

UMAPATHI

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member207800
Active Contributor
0 Kudos

Try 'MOVE QPMK-STEUERKZ TO QMKST'

QMKST is the structure of characteristic control indicator.

Regards

Luke

former_member42743
Active Contributor
0 Kudos

I believe you mean the control indicators which are kept in the field QPMK-STEUERKZ. I don't see a field called QMKCONTROL in table QPMK.

Control Indicators for MIC: Field QPMK-STEUERKZ

Character position Meaning Values

1 Quant or Qual charac X is quant, Null is Qual.

2 Record measured Values X or Null, (set to null if 1 is qual)

3 Characteristic Attributes X or Null

4 Upper Spec X or Null

5 Lower Spec X or Null

6 Target Value X or Null

7 Scope = is Fixed, + is Larger, - is smaller, Null is No Scope

8 Long term inspection X or Null

9 Recording type + is individual, null is summarized, - is no recording, * is classed recording

10 Documentation Null is no documentation

. (period) is doc required if rejected

+ is doc required

11 Charac. req. or not X is required, Null is optional, + is after acceptance, - is after rejection

13 Additive charac. X or Null

14 Destructive charac. X or Null

15 Formula Null is no formula, X is calculated chara, 1 is input processing

16 Sampling proc. Required X or Null

17 Scrap Share/Q score X or Null

22 Test Equipment X or Null

23 Defects recording X or Null

24 RR Change Docs X or Null

25 SPC charac. X or Null

26 Print Null is print, X u2013 Do no print, * is do not print at skip

FF

Former Member
0 Kudos

For this you could take help of documentation of bapi BAPI_INSPECTIONPLAN_CREATE

following can tell you in detail:--->

SCOPE_IND: Inspection scope

" " Unrestricted inspection scope

"<">" Larger inspection scope permitted

"=" Fixed inspection scope

RESULT_RECORDING_TYPE: Recording type

"-" No recording

"*" Classed recording

"+" Single recording

" " Summarized recording

DOCU_REQU: Documentation required for inspection results

" " No documentation required

"." Documentation required

"+" Document all inspection results

CONFIRMATION_CATEGORY Characteristic category

" " Optional characteristic

"+" Required for the acceptance of the previous required characteristic

"-" Required for the rejection of the previous required characteristic

"X" Required characteristic

PRINT_IND: Print control

" " Print

"x" Do not print

"*" No print at skip