Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Tables for usage decision

Former Member
0 Likes
23,830

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.

1 ACCEPTED SOLUTION
Read only

former_member585060
Active Contributor
0 Likes
12,817

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

10 REPLIES 10
Read only

Former Member
0 Likes
12,817

Hi

I think it is QALS. Better press F1 on field and then go to technical settings.

Regards

Aditya

Read only

Former Member
0 Likes
12,817

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.

Read only

0 Likes
12,817

hi,

check QAVE table.

Read only

Former Member
0 Likes
12,817

Hi

Try to use the link

http://www.sap-img.com/quality/important-qm-tables.htm

Regards

Aditya

Read only

Former Member
0 Likes
12,817

The table might be QAVE for usage decision code

Read only

0 Likes
12,817

try out the table MCPLOS, field LTEXTKZ_VE for usage decision code text.

Hope this helps.

Thanks,

Saipriya

Read only

0 Likes
12,817

The dataelemen for usage decision code text is QLTEXTAVE.

Read only

former_member585060
Active Contributor
0 Likes
12,818

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

Read only

Former Member
0 Likes
12,817

Hi,

Thanks for your reply.

But the long text for usage decision code is not appearing in QAVE table.

Plz suggest.

Supriya.

Read only

Former Member
0 Likes
12,817

Thanks Bala.

Your solution worked in my case.

Thanks all of you for your help!!