Thursday, May 21, 2015

Field PLMKB-QDYNREGEL. does not exist in the screen SAPLQPAA 0160

tag: LSMW quality inspection plan upload
error message: Field PLMKB-QDYNREGEL. does not exist in the screen SAPLQPAA 0160
solution:check the dynamic modification rule if existed in your template if you have set the the DMR level is not 3. if yes, delete all DMR you have set on MIC level(master inspection chars level). the error should be gone.

​or you can write a code to avoid this situation for field PLMKB-QDYNREGEL in step "Maintain Field Mapping and Conversion Rules", as below :

​QDYNREGEL                    Dynamic Modification Rule
                    Source:  ZBIPMK-QDYNREGEL (Dynamic Modification Rule)
                    Code:    if  ZBIPKO-QDYNHEAD = '3' .
                             if ZBIPMK-QDYNREGEL <> ''.
                             BIPMK-QDYNREGEL = ZBIPMK-QDYNREGEL.
                             else.
                             BIPMK-QDYNREGEL = '/'.
                             endif.
                             else .
                             BIPMK-QDYNREGEL = '/'.
                             endif.

​error message:Dynamic modification rule & is not compatible with sampling procedure - QP 254
solution: QDB1 create allowed relationship for DMR and sampling procedure.   or change to another sampling procedure.

No comments:

Post a Comment