Hello ,
I am trying to do lsmw for qp01 transaction (inspection charactoristics.)
I am using Recording method to upload the data.
i am using these fields.
1) first screen i.e header :
MATNR C(018) Material
WERKS C(004) plant
STTAG DDMY(008) Key Date.
following 2 fields are for selecting line and clicking the pushbutton.
ENTRY_ACT C(011) Entry
FLG_SEL_01 C(001) FLG_SEL_01
2) Inspection charactoristic screen :
VERWMERKM_03 C(008) VERWMERKM_03
VERWMERKM C(008) VERWMERKM
QPMK_WERKS C(004) QPMK_WERKS
PMETHODE C(008) PMETHODE
QMTB_WERKS C(004) QMTB_WERKS
KURZTEXT C(040) Description
SOLLWERT C(016) SOLLWERT
TOLERANZOB C(016) TOLERANZOB
My data is in .txt file.
When i run the lsmw , when i process this session , then in inspection charactoristic screen it uploads values of master inspection charactoristics from datafile and takes automaticaly short text insp. charactoristics but system show a window to enter the Target value for quantitative charactoristics Upper specification limit and lower specification limit values for mic's .
But i have already given these values in my .txt file.
It is not taken from my .txt file. Again asking me to enter the values.
Please tell me solution for this problem.