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

QA33 Error

Former Member
0 Likes
601

Hi Gurus,

I am facing a problem with QA33 T-Code .

In QA33, some materials dont contain the "short text for inpsection object"

Please tell me how is QALS getting populated whihc include and where to look for it

I am looking especially talking abt QALS-KTEXTMAT which

is displayed as blank for some of the materials

Please guide

Points guaranteed ....

Thanks

Aryan

3 REPLIES 3
Read only

nishanthbhandar
Contributor
0 Likes
487

QA33 only selects data.If you are getting blank for the short text then it is blank in the QALS table also.If you want to know where it is getting populated then you need to look into the Create transaction for inspection lot.

Read only

Former Member
0 Likes
487

Hi,

Check this include.<b>LQPRSL10</b>

line number#147

this is the perfrom.

*   Materialkurztext (KTEXTMAT)
    perform text_mat_lesen using       g_probentab-matnr
                                       g_probentab-werks
                           changing    g_probentab-ktextmat.

they are using the FM <b>MATERIAL_READ_MAQM</b>

Check it.

Regards

vijay

Read only

Former Member
0 Likes
487

Hi All,

Thanks for the replies ..

I also got one more info in include LQPL1F19 I find

MOVE MTQSS-MAKTX TO QALS-KTEXTMAT

Please help me in finding where and how MTQSS-MAKTX is getting populated..,

Thanks