Translated attribute value on order item
On version 8.1 the requirement is to retrieve from the database the translated attribute value for an order line item. In the Sales Order>Line Items>Attribute list applet the "Value" field correctly displays the translated attribute value based on the Object Manager language. In Tools the BC "Order Item XA" has the "Value" field as calculated and the Siebel log file does not show the SQL to get the correct value.
The order item attribute database record in S_ORDER_ITEM_XA stored the LIC value of the attribute in the column CHAR_VAL and the attribute Id in ATTR_ID which links to the ROW_ID of the S_ISS_OBJ_ATTR table but how do you get the translated attribute value from there?