‎2014 Oct 02 4:29 PM
I'm attempting to use BAPI_CHARACT_CREATE to create characteristics and I'm encountering an issue when I try to use the 'AU' unit of measure (activity unit). When I provide AU to the bapi, I don't get an error, but the uom on the characteristic is blank. If I use other uom's (EA, etc), the characteristic properly displays the uom.
When entering characteristics via the front end (tcode: CT04), I'm able to use AU and the characteristic saves and stores the value correctly.
Is there something "special" about the AU unit of measure that prevents its' use with BAPI's? I've noticed that AU is not configured in the CUNI tcode like the others, but it obviously exists somewhere since it's available via the uom drop down lists.
Any and all suggestions are welcome.
Thanx in advance.
er
‎2014 Oct 03 5:27 PM
Issue Resolved.
The 'AU' unit of measure was failing validation when the characteristic was being created. The BAPI checks again table T006A with a table key of LANGUAGE and UOM. The AU value is a translated value for the EN language and the actual key value in the table is 'LE'. Once I use the LE value in my load, the AU unit of measure was properly applied.
‎2014 Oct 03 5:27 PM
Issue Resolved.
The 'AU' unit of measure was failing validation when the characteristic was being created. The BAPI checks again table T006A with a table key of LANGUAGE and UOM. The AU value is a translated value for the EN language and the actual key value in the table is 'LE'. Once I use the LE value in my load, the AU unit of measure was properly applied.