BAMUIDTL SAP (Application Analysis: UI: Detail Lists) Table details

Dictionary Type: Table
Description: Application Analysis: UI: Detail Lists




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




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

BAMUIDTL is a standard SAP Table which is used to store Application Analysis: UI: Detail Lists data and is available within R/3 SAP systems depending on the version and release level.

The BAMUIDTL table consists of various fields, each holding specific information or linking keys about Application Analysis: UI: Detail Lists data available in SAP. These include GRPID (Application Analysis: Analysis Group), OBJID (Application Analysis: Analysis Object (ID)), PROFILENO (Application Analysis: UI Number of Display Profile), OBJTYPE (Application analysis: Object or analysis type).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified

Text table = BAMUIDTLCT


SAP BAMUIDTL table 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
APPLApplication Analysis: Application BAMAPPLCHAR2BAMGROUPSBAMAPPL
GRPIDApplication Analysis: Analysis Group BAMGROUPCHAR5BAMGROUPSBAMGROUP
OBJIDApplication Analysis: Analysis Object (ID) BAMOBJIDCHAR5BAMOBJID
PROFILENOApplication Analysis: UI Number of Display Profile BAMPROFILENUMC2BAMPROFILE
OBJTYPEApplication analysis: Object or analysis type BAMOBJTYPECHAR3BAMOBJTYPE
SORTCOLNOApplication analysis: UI: Column item for presorting BAMSTCOLNONUMC2Assigned to domainBAMCOLNO
SORTDIRECTApplication analysis: UI: Sort direction for pre-sorting BAMSTDIRCHAR1BAMSORTDIR
SHOW_TOTALApplication analysis: UI: Totals line relevant for display? BAMSHOWTTLCHAR1XFELD
TEXT_KFAppl. analysis: UI: Key field for long text determination. BAMTXTKFNUMC3BAMFIELDNO
TEXT_TABLEApplication Analysis: UI: Table for long text determination BAMTXTTABLCHAR30DD02LAS4TAB
TEXT_FIELDApplication analysis: UI: Field for long text determination BAMTXTFLDCHAR30DD03LFDNAME
TEXT_TFLDApplication analysis: UI: Field containing the long text BAMTXTTFLDCHAR30DD03LFDNAME
TEXT_WCLSApplication analysis: UI: Static enhancement of WHERE clause BAMTXTWCLSCHAR60TEXT60
TEXT_LEFTApplication analysis: UI: Display text on left side? BAMTXTLEFTCHAR1BAMCROSS

Key field Non-key field



How do I retrieve data from SAP table BAMUIDTL using ABAP code

The following ABAP code Example will allow you to do a basic selection on BAMUIDTL to SELECT all data from the table
DATA: WA_BAMUIDTL TYPE BAMUIDTL.

SELECT SINGLE *
FROM BAMUIDTL
INTO CORRESPONDING FIELDS OF WA_BAMUIDTL
WHERE...

How to access SAP table BAMUIDTL

Within an ECC or HANA version of SAP you can also view further information about BAMUIDTL 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!