UAEXPLOSIONLIST SAP (Hit List of Evaluated Multilevel BOM) Structure details

Dictionary Type: Structure
Description: Hit List of Evaluated Multilevel BOM




ABAP Code to SELECT data from UAEXPLOSIONLIST
Related tables to UAEXPLOSIONLIST
Access table UAEXPLOSIONLIST




Structure field list including key, data, relationships and ABAP select examples

UAEXPLOSIONLIST is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Hit List of Evaluated Multilevel BOM" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_UAEXPLOSIONLIST TYPE UAEXPLOSIONLIST.

The UAEXPLOSIONLIST table consists of various fields, each holding specific information or linking keys about Hit List of Evaluated Multilevel BOM data available in SAP. These include REF_OBJECT (), CSTG_NUM (), CSTG_TYPE (), CSTG_DATE ().. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP UAEXPLOSIONLIST structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
LEVEL 0
REF_OBJECT 0
CSTG_NUM 0
CSTG_TYPE 0
CSTG_DATE 0
VERSION 0
VLTN_VRNT 0
ENTER_MAN 0
COSTING_VARIANT 0
LOTSIZE 0
LOTSIZE_UNIT 0
ITEMIZATION_EXISTS 0
ASSEMBLY 0
COST_COMPONENT_SPLIT_EXISTS 0
COST_COMPONENT_CUMULATION 0
NO_AUTHORITY 0
MATERIAL 0
PLANT 0
ITEM_CATEGORY 0
COST_ELEMENT 0
ORIGIN_GROUP 0
COST_COMPONENT 0
PRICE_QUANTITY_UNIT 0
CO_AREA_CURRENCY_KEY 0
CO_AREA_CURRENCY_PRICE_UNIT 0
CO_AREA_CURRENCY_TOTAL_PRICE 0
CO_AREA_CURRENCY_FIXED_PRICE 0
CO_AREA_CURRENCY_TOTAL_VALUE 0
CO_AREA_CURRENCY_FIXED_VALUE 0
CCODE_CURRENCY_KEY 0
CCODE_CURRENCY_PRICE_UNIT 0
CCODE_CURRENCY_TOTAL_PRICE 0
CCODE_CURRENCY_FIXED_PRICE 0
CCODE_CURRENCY_TOTAL_VALUE 0
CCODE_CURRENCY_FIXED_VALUE 0
QUANTITY 0
BASE_UNIT_OF_MEASURE 0
ASSEMBLY_SCRAP_QUANTITY 0
COMPONENT_SCRAP_QUANTITY 0
COST_CENTER 0
ACTIVITY_TYPE 0
WORK_CENTER 0
WORK_CENTER_PLANT 0
OPERATION 0
SUB_OPERATION 0
BOM_ITEM_NUMBER 0
PROCESS_NUMBER 0
PURCHASING_INFORMATION_RECORD 0
PURCHASING_ORGANIZATION 0
DESCRIPTION 0
PROFIT_CTR 0
MATERIAL_EXTERNAL 0
MATERIAL_GUID 0
MATERIAL_VERSION 0
LOTSIZE_INDEPENDENT 0
VLTN_DATE 0
COAREA 0
MIXED_COSTING 0
PROC_ALT 0
PROC_ALT_TEXT 0
PROC_ALT_CSTG_NUM 0
VAL_TYPE 0
BASE_PLANNING_OBJECT_NUMBER 0
SERVICE_NUMBER 0
ACTIVE 0
REQUIREMENT_QTY_VAR_1000 0
REQUIREMENT_QTY_VAR 0
REQUIREMENT_QTY_FIX 0
INFORECORD_TYPESingle-Character Indicator CHAR1CHAR1CHAR1
CO_AREA_CURRENCY_VAR_PRICE 0
CO_AREA_CURRENCY_VAR_VALUE 0
CCODE_CURRENCY_VAR_PRICE 0
CCODE_CURRENCY_VAR_VALUE 0
CO_AREA_CURRENCY_PRICE_UNIT_UM 0
CCODE_CURRENCY_PRICE_UNIT_UM 0
CO_AREA_CURR_FIXED_PRICE_1000 0
CO_AREA_CURR_VAR_PRICE_1000 0

Key field Non-key field



How do I retrieve data from SAP structure UAEXPLOSIONLIST using ABAP code?

As UAEXPLOSIONLIST is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on UAEXPLOSIONLIST as there is no data to select.

How to access SAP table UAEXPLOSIONLIST

Within an ECC or HANA version of SAP you can also view further information about UAEXPLOSIONLIST and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!