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: 

BAPI_CHARACT_CREATE does not update unit of measure value

priya_ramani
Participant
0 Kudos

Hi Experts ,

Am using BAPI_CHARACT_CREATE to create characteristics as BDC is has some issues , by this bapi all values are saving , but it is unable to update UOM field in CT04 .

UOM in CT04 has 6 CHARS but BAPI has no field of 6 CHARS , bapi has one UNIT of measure which is 3 chars , can you suggest .


Please find screens .


1 REPLY 1

former_member400468
Active Participant
0 Kudos

Hi!

Just use FM CONVERSION_EXIT_CUNIT_INPUT to convert your UOM into internal format (3 CHARS)

E. Gubenko