In Beas Service layer you've access to the complete Quality control system from Beas.
All details see Beas Help |
Beas create the QC Order automatically based on SAP Documents Do you create SAP Documents outside the Beas environment, you can use the transaction notification function for create the QC Order.
Additional different functions available, example for create QC order manually GET QCOrder/CreateQcOrder() -> Create non SAP document related QC Order More details see QCOrder
Note: It is not possible to create QC order with POST Command |
It is possible to change some fields in QC Order or to release it. This is possible with PUT command and a release is possible with different QCOrder-Functions. More details see QCOrder |
Add a sample is possible with GET QCOrder/CreateSample(). See QCOrder For release a sample: GET QCOrderSamples/Release1() or via PUT command. See QCOrderSamples
Note: Electronic signature not supported in back-end. This must be developed in Front-end. |
It is possible to set value, set ok flag or to release by function or put command
Example: GET QCOrderMeasurement/setValue(1024,1,10,3.4)
Change Block Reason to "WrongColor" put QCOrderMeasurement(1407) {"BlockageReasonId":"WrongColor"}
Note: Electronic signature not supported in back-end. This must be developed in Front-end. It is not possible to create new measurement positions or to change main measurement definitions. |
The BSL deliver follow functions - Read all related Items / Batches / Serials / BinCode informations with
- Return the default target warehouse (exmaple: If you activte Rejected, you can have another warehouse) with |
- 4 eyes concept: Electronic signature not checked. This is part of Front end - QC Attachments not supported |