admin管理员组文章数量:1030422
SAP QM初阶如何从ABAP角度区分定性检验特性和定量检验特性
SAP QM初阶如何从ABAP角度区分定性检验特性和定量检验特性
SAP QM模块中主检验特性(MIC)分两种,定量特性(Quantitative MIC) 和定性特性(Qualitative MIC)。
比如MIC 50000072是一个Qualitative MIC,
而MIC 50000071 是一个Quantitative MIC,
在MIC维护界面上,是通过2个check box来区分。但是在底层数据库层面,这2个checkbox并不是各自对应一个单独的字段。
从ABAP的角度,如何判断某个MIC是定量特性还是定性特性?
检验特性所在的Table QPMK
可以通过字段QPMK_STEUERKZ(Control ind:Characteristic)来判断某个MIC是定量特性还是定性特性:
If the first character of this field value is X, then it is a quantitative MIC;
If the first character of this field value is EMPTY, then it is a qualitative MIC;
应该来说,SAP QM 模块里面MIC主数据设置里,各种indicator很多,但是并不是每个Indicator在数据库层面都有一个字段与之对应。SAP是通过一个通用的indicator字段QPMK_STEUERKZ来记录某个MIC的主数据里面多个indicator的值。这是一个很独特的方式,也是有些让人乍一看不太容易理解的地方。
对于QPMK_STEUERKZ这个字段值,如下是一些简要的说明:
Only quantitative
XX = X
Only Qualitative
= X
Quantitative with lower limit
XX X = X
Quantitative with upper limit
XX X = X
Quantitative with check value
XX X= X
Quantitative with upper & lower limit
XX XX = X
Quantitative with Upper & check value
XX X X= X
Quantitative with lower & check value
XX XX= X
Quantitative with lower/Upper/Check value
XX XXX= X
Quantitative with only sampling procedure
XX = X X
Quantitative with uppper/lower/check with sampling procedure
XX XXX= X X
Qualitative with only charac. attribute
X = X
Qualitative with only sampling
= X X
Qualitative with sampling & charac. attribute
X = X X
2025-4-16 写于上海市。
SAP QM初阶如何从ABAP角度区分定性检验特性和定量检验特性
SAP QM初阶如何从ABAP角度区分定性检验特性和定量检验特性
SAP QM模块中主检验特性(MIC)分两种,定量特性(Quantitative MIC) 和定性特性(Qualitative MIC)。
比如MIC 50000072是一个Qualitative MIC,
而MIC 50000071 是一个Quantitative MIC,
在MIC维护界面上,是通过2个check box来区分。但是在底层数据库层面,这2个checkbox并不是各自对应一个单独的字段。
从ABAP的角度,如何判断某个MIC是定量特性还是定性特性?
检验特性所在的Table QPMK
可以通过字段QPMK_STEUERKZ(Control ind:Characteristic)来判断某个MIC是定量特性还是定性特性:
If the first character of this field value is X, then it is a quantitative MIC;
If the first character of this field value is EMPTY, then it is a qualitative MIC;
应该来说,SAP QM 模块里面MIC主数据设置里,各种indicator很多,但是并不是每个Indicator在数据库层面都有一个字段与之对应。SAP是通过一个通用的indicator字段QPMK_STEUERKZ来记录某个MIC的主数据里面多个indicator的值。这是一个很独特的方式,也是有些让人乍一看不太容易理解的地方。
对于QPMK_STEUERKZ这个字段值,如下是一些简要的说明:
Only quantitative
XX = X
Only Qualitative
= X
Quantitative with lower limit
XX X = X
Quantitative with upper limit
XX X = X
Quantitative with check value
XX X= X
Quantitative with upper & lower limit
XX XX = X
Quantitative with Upper & check value
XX X X= X
Quantitative with lower & check value
XX XX= X
Quantitative with lower/Upper/Check value
XX XXX= X
Quantitative with only sampling procedure
XX = X X
Quantitative with uppper/lower/check with sampling procedure
XX XXX= X X
Qualitative with only charac. attribute
X = X
Qualitative with only sampling
= X X
Qualitative with sampling & charac. attribute
X = X X
2025-4-16 写于上海市。
本文标签: SAP QM初阶如何从ABAP角度区分定性检验特性和定量检验特性
版权声明:本文标题:SAP QM初阶如何从ABAP角度区分定性检验特性和定量检验特性 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://it.en369.cn/jiaocheng/1747651339a2198921.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论