/OLFS/DET_ATTRIBUTE_VALUE
to dynamically determine a mapped value based on predefined mapping tables. Below is an explanation of its structure and purpose:p_SOURCE
: Source system identifier (e.g., 'LV2'
).P_DEST
: Destination system identifier (e.g., 'LV1'
).lv_attr
: The attribute name to determine (e.g., 'SYSTEM 1 GL ACCOUNT'
).lt_container
: Table used to hold input mapping elements (key-value pairs).wa_container
: Work area to define mapping elements such as SRC_BUKRS
(company code), SRC_BLART
(document type), and SRC_HKONT
(GL Account)./OLFS/DET_ATTRIBUTE_VALUE
to determine the mapped value based on:p_SOURCE
).P_DEST
).lv_attr
).lt_container
.SRC_BUKRS
: Company code (e.g., '1212'
).SRC_BLART
: Document type (e.g., 'ZA'
).SRC_HKONT
: GL Account (e.g., '9999999990'
).lv_map_value
: The determined mapped value (e.g., a GL Account).lv_table
: The last mapping table accessed to determine the value.SY-SUBRC <> 0
), an appropriate error message is displayed using the system message variables.