cancel
Showing results for 
Search instead for 
Did you mean: 

Getting error IMPORT_WRONG_END_POS while changing the order

Former Member
0 Kudos

Hi All,

in Capital investment order, i am trying to change the operation data for service (PM03) for which PR has been created already,

i am getting abap runtime error.

FM is active for order type and PO has not been created yet.

Runtime Errors IMPORT_WRONG_END_POS

Except. CX_SY_IMPORT_MISMATCH_ERROR

and these are the problem lines.

195 IMPORT BANF_HHM FROM MEMORY ID 'BANF_HHM'. "956751

>>>>> IF l_order_fistl <> BANF_HHM-fistl OR "956751

197 l_order_fipos <> BANF_HHM-fipos OR "956751

198 l_order_fonds <> BANF_HHM-fonds OR "956751

199 l_order_fkber <> BANF_HHM-fkber OR "956751

200 l_order_grant <> BANF_HHM-grant. "956751

201 l_FM_changed_to_original_value = YX. "956751

202 ENDIF. "956751

203 FREE MEMORY ID 'BANF_HHM'. "956751

204 IF NOT flg_FM_changed IS INITIAL "note 767333

205 OR NOT l_FM_changed_to_original_value IS INITIAL. "956751

206 IF CAUFVD-flg_hhm IS INITIAL. "note 767333

207 CAUFVD-flg_hhm = YX. "note 767333

208 PERFORM CAUFV_UPD(SAPLCOBH) USING CAUFVD. "note 767333

209 ENDIF. "note 767333

210 * Check, if FM data are allowed for re-derivation"note 767333

211 * (->only allowed, when no purchase order exists)"note 767333

212 PERFORM CHECK_PURCHASE_ORDER_EXISTS "note 767333

213 CHANGING PURCHASE_REQUI_EXISTS "note 767333

214 PURCHASE_ORDER_EXISTS. "note 767333

215 * In case of existing purchase requisitions, "note 767333

We are using 604 release.

Pls help.

Sandeep

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

,

AddyOnline
Explorer
0 Kudos

Hi

Did you get the solution. We got the same error and nothing we can think of.

Any advise.