2008 Dec 24 6:51 AM
Hi All,
I have got the requirement to print the usage decision text . The usage decision is made using tcode QA11.
In which table I will get the usage decsion code and its associated tex based on the inspection lot??
Thanks,
Supriya.
2008 Dec 24 7:13 AM
Hi,
Get Usage decision details from QAVE table and its associated text from QPCT table.
Get vkatart
vcodegrp
vcode
vaename
FROM qave for prueflos(Inspection Lot)
Get kurztext FROM qpct with katalogart = above vkatart AND
code = above vcode AND
sprache = sy-langu AND
codegruppe = above vcodegrp.
Regards
Bala Krishna
Hi All,
I have got the requirement to print the usage decision text . The usage decision is made using tcode QA11.
In which table I will get the usage decsion code and its associated tex based on the inspection lot??
Thanks,
Supriya.
2008 Dec 24 6:53 AM
Hi
I think it is QALS. Better press F1 on field and then go to technical settings.
Regards
Aditya
2008 Dec 24 6:54 AM
I have checked F1 help. But I am getting structure field. Also , I have checked using where used list.
But I cudnt find any table for it.
Supriya.
2008 Dec 24 6:57 AM
2008 Dec 24 6:57 AM
2008 Dec 24 6:58 AM
2008 Dec 24 7:01 AM
try out the table MCPLOS, field LTEXTKZ_VE for usage decision code text.
Hope this helps.
Thanks,
Saipriya
2008 Dec 24 7:03 AM
2008 Dec 24 7:13 AM
Hi,
Get Usage decision details from QAVE table and its associated text from QPCT table.
Get vkatart
vcodegrp
vcode
vaename
FROM qave for prueflos(Inspection Lot)
Get kurztext FROM qpct with katalogart = above vkatart AND
code = above vcode AND
sprache = sy-langu AND
codegruppe = above vcodegrp.
Regards
Bala Krishna
2008 Dec 24 7:15 AM
Hi,
Thanks for your reply.
But the long text for usage decision code is not appearing in QAVE table.
Plz suggest.
Supriya.
2008 Dec 24 7:19 AM
Thanks Bala.
Your solution worked in my case.
Thanks all of you for your help!!
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |