cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI or FM to update Quality Level

Sevin
Participant
0 Kudos

Hi All,

Is there a BAPI or FM I can use to update the quality level? I tried a BDC but it won't work for my needs because I can have more than quality level for the same vendor-material-plant and I can't account for all the variables in the BDC.

Any ideas how I can use table QDQLV to update the Quality Level?

Any advice/input would be appreciated.

Thanks,

Alas

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I am not sure whether you want to reset the quality or initialize or anythings else to do but following are the function modules available for quality level.

QDQV_COMPUTE_DELETE_DATE

QDQV_COMPUTE_RESET_DATE

QDQV_INITIALIZE

QDQV_INSP_STAGE_CHANGE_CHECK

QDQV_Q_LEVEL_CALL_FM_POST

QDQV_Q_LEVEL_CANCEL_CHAR

QDQV_Q_LEVEL_CANCEL_HEAD

QDQV_Q_LEVEL_CHAR_DEL

QDQV_Q_LEVEL_DB_READ

QDQV_Q_LEVEL_DELETE

QDQV_Q_LEVEL_LOT_CANCEL

QDQV_Q_LEVEL_LOT_DELETE

QDQV_Q_LEVEL_PT_CANCEL

QDQV_Q_LEVEL_PT_INS

QDQV_Q_LEVEL_PT_READ_ONLY

QDQV_Q_LEVEL_PT_UPD_W_INDEX

QDQV_Q_LEVEL_RESET

QDQV_Q_LEVEL_TIGHTEN

QDQV_Q_LEVEL_UD_CHAR

QDQV_Q_LEVEL_UD_HEAD

Sevin
Participant
0 Kudos

I had to change the reset date and/or the next stage to another stage in the DMR. I used a table of structure QDQLV and used FM QDBU_Q_LEVEL_POST followed by COMMIT WORK to accomplish what I needed to do.