class zcl_inspectionplan implementation. method create. * 定义字符类型 field-symbols <ls_data> type ty_data. * BAPI IMPORTING 参数变量定义 data ls_testrun type bapiflag. data lv_profile type bapi1012_control_data-profile. * BAPI TABLES 参数定义 data ls_task type bapi1191_tsk_c. data lt_t...
I am creating Inspection plan using BAPI BAPI_INSPECTIONPLAN_CREATE I am able to create Inspection plan But Some of below feilds not updating in Inspection Characteristics UP_PLS_LMT (Upper Plausibility Limit) LW_PLS_LMT (Lower Plausibility Limit) I had Passed field DEC_PLACES field also in ...