‎2007 May 03 9:35 PM
All,
I am trying to Load inspection plans. Everything is loading fine except 2 fields:
BAPI1191_CHA_C-LW_PLS_LMT & BAPI1191_CHA_C-UP_PLS_LMT. Is there an indicator field within the BAPI to tell it to load these? Functional people do not have knowledge of this BAPI. Please help.
Thanks,
Gary
‎2007 May 03 11:28 PM
In BAPI_INSPECTIONPLAN_CREATE is having the field QUANTITATIVE_IND in the structure E1BP1191_CHA_C.
Pass the value'X' in this field.
‎2007 May 04 3:01 PM
Udaya,
Do you mean BAPI1191_CHA_C-QUANTITATIVE_IND? I already have this set. It seems to effect UP_TOL_LMT & LW_TOL_LMT but according to functionals the UP_PLS_LMT & LW_PLS_LMT are not being populated.
Gary
‎2007 May 04 5:19 PM
I found the additional indicator field. It is BAPI1191_CHA_C-MEAS_VALUE_CONFIRM_IND.
BAPI1191_CHA_C-QUANTITATIVE_IND effects the UP_TOL_LMT & LW_TOL_LMT but BOTH
MEAS_VALUE_CONFIRM_IND and
QUANTITATIVE_IND are required to populate the UP_PLS_LMT & LW_PLS_LMT.
Thanks,
Gary
‎2007 May 05 4:42 AM
Hi Gry,
You have to pass both field vales
MEAS_VALUE_CONFIRM_IND and
QUANTITATIVE_IND
uday.