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

BAPI_INSPECTIONPLAN_CREATE - loading BAPI1191_CHA_C-LW_PLS_LMT

Former Member
0 Likes
720

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

4 REPLIES 4
Read only

Former Member
0 Likes
618

In BAPI_INSPECTIONPLAN_CREATE is having the field QUANTITATIVE_IND in the structure E1BP1191_CHA_C.

Pass the value'X' in this field.

Read only

0 Likes
618

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

Read only

Former Member
0 Likes
618

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

Read only

0 Likes
618

Hi Gry,

You have to pass both field vales

MEAS_VALUE_CONFIRM_IND and

QUANTITATIVE_IND

uday.