‎2006 Jun 12 11:26 AM
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
‎2006 Jun 12 11:34 AM
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.
‎2006 Jun 12 11:48 AM
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
‎2006 Jun 12 12:19 PM
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