Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8451

Re: Unit of measure ****** is not defined:This error occurs only for EA

$
0
0

Thank you Swati and Athreya

 

"This error was coming from PO_UNIT, failure".

 

In the data the value to PO_UNIT (MARA-BSTME) was passed without conversion.So it was throwing error.

 

  wa_clientdata-po_unit = wa_mara-bstme<<<<< throwing error


I used the FM

call function 'CONVERSION_EXIT_CUNIT_INPUT'

     exporting

       input    = wa_mara-bstme

       language = sy-langu

     importing

       output   = wa_clientdata-po_unit.

 

And now "NO ERROR"

.

 

 

Regards,

Lakshmi


Viewing all articles
Browse latest Browse all 8451

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>