Hi All,
I am calling qa32 from my z report using call transaction.I have passed the following parameters to call the transaction
SET PARAMETER ID 'QLS' FIELD WA_QALS-PRUEFLOS.
SET PARAMETER ID 'WRK' FIELD WA_QALS-WERK.
SET PARAMETER ID 'MAT' FIELD WA_QALS-MATNR.
SET PARAMETER ID 'CHA' FIELD WA_QALS-CHARG.
SET PARAMETER ID 'QHK' FIELD WA_QALS-HERKUNFT.
But the transaction is displaying all the values related to the plant and not for the individua Insp lot no.
What are the actual parametrs need to be passsed.
Can Any One Help
Regards
Basu
Hi BAngolkar,
If you want to display all the values relating to the individual Insp lot no then give only the parameter id QHK.
Regards,
Ramachandran Sivaraman
Add a comment