Execution tab

Production > Quality control > QC inspection plan > Edit QC inspection plan > QC inspection plan master data sheet > Execution

Top  Previous  Next

Edit QC-inspection plan

  Master data sheet

 Master data

 Parallel
 Release

 Rules

         Execution

 

You can store a script to manipulate the creation of a QC order:

return failure -> QC order will not be created
return success -> QC order will be created

 

PATH: Production > Quality control > QC inspection plan > Open an entry > "Master Data" tab > "Execution" tab.

QC_insp_plan_Executionn_SAPStyle

Window qs_qsartikelhaupt_edit.psr

 

Available variables

Variable

Meaning

e_qcorder

QC-order number to be generated (alphanumeric)

e_qsqcorder

QC-inspection plan to be used

e_qcbasetype

Origin document type

e_qcbaseorder

Origin document number

e_qccardcode

Origin document business partner number

e_qsitemcode

Item

 

Example:

Use this script to prevent QC order creation for business partner C5001:

 

if <e_qccardcode> = "C5001" then

 return failure

end if


Help URL: https://help.beascloud.com/beas202402/index.html?qce-execute.htm