cancel
Showing results for 
Search instead for 
Did you mean: 

Generation of inspection reports in QE01 transaction

Former Member
0 Kudos

Hi,

One of my client requirement is to record test result and generate inspection report for the same using smart form.

Can anybody tell me the procedure or the way to generate inspection report for the results recorded.

Thanking in advance for the reply.

Regards

V. Srinivasa Ranganath

Accepted Solutions (0)

Answers (3)

Answers (3)

anand_rao3
Active Contributor
0 Kudos

It's better if you can develop altogether a new Z report using smart form by some custom development in ABAP.

This would ensure the report in the required format and contents (considering logos and other details). Input for this should be an inspection lot with F4 search enabled. Perhaps BAPI_INSPOPER_GETDETAIL is useful for this.

You may also create a separate Z t-code for this.

  1. Record results in either QA32, QE51N or QE71
  2. Get the print / report using new Z code.
Former Member
0 Kudos

If intension is to save time fo result recording then aske them to use QE51n or QE71 .

But doing RR & printing results in same screen is somthing can only be done by development.

former_member42743
Active Contributor
0 Kudos

QGA3 is the transaction to print out results.  It only supports SAPscript at this time, not Smartforms (at least to 6.0EHP4). 

The SAPscript form is QM_INSP_RESULT.  It is an example SAPscript provided by SAP and they expect you to copy it and develop your own form.

What businesses want to see on their inspection results form varies so much that SAP could never hope to deliver a form that makes a business happy.

FF