Application Development 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: 

Update was terminated in tr-BORGR

Former Member
0 Kudos

hi guru,

one production issue i got , where i am getting the at the time of goods receipt by tr-BORGR.

error is :update was terminated because of conversion of unit of measurement

so here goods receipt document is generating at the time of saving the document but is not updating in master table.

i saw in sm13 and i got one function module MABASN_UPDATE_RELATION_MAB_ASN where the error is coming.

status of error message is: PAB 042: Conversion of unit of measure not possible

type v1 and update return code (error no retry)

update key :4A9BAC62BD360737E10080000A203208

how to analyse this issue because it is a pure standard program ???

please suggest me.

3 REPLIES 3

Former Member
0 Kudos

hi,

can somebody reply for my question?

thanks

Former Member
0 Kudos

Hi,

Could you check in tables PABASN or LIPS if there are values for the conversion Numerator and Denominator for your VBELN (delivery number) values?

Seems like some config is missing.

cheers,

Anoop

0 Kudos

hi,

thanks for ur reply..

i am a abaper , so what is the solution i have to give to my fuctional consultant.?

if configuration missing can u give some hint.

i am trying to see in debugging mode , i activated update debugging also but

the below lines escaping .

please guide me..

SELECT * FROM pabasn INTO TABLE lt_pabasn_old

FOR ALL ENTRIES IN lt_seltab

WHERE vbeln EQ lt_seltab-vbeln.

ELSE. "mehrere Lieferungen

LOOP AT i_pabasn_new.

READ TABLE lt_seltab WITH KEY vbeln = i_pabasn_new-vbeln

posnr = i_pabasn_new-posnr.

IF sy-subrc GT 0.

lt_seltab-vbeln = i_pabasn_new-vbeln.

lt_seltab-posnr = i_pabasn_new-posnr.

APPEND lt_seltab.

ENDIF.

ENDLOOP.

IF i_pabasn_new-pabavm IS INITIAL.

IF i_pabasn_new-pabavm_d IS INITIAL

OR i_pabasn_new-vrkme IS INITIAL.

MESSAGE e042 RAISING no_qty_conversion_possible.