BAL_S_CBUC SAP (Application Log: 'USER_COMMAND' callback data) Structure details

Dictionary Type: Structure
Description: Application Log: 'USER_COMMAND' callback data




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




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

BAL_S_CBUC 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 "Application Log: 'USER_COMMAND' callback data" 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_BAL_S_CBUC TYPE BAL_S_CBUC.

The BAL_S_CBUC table consists of various fields, each holding specific information or linking keys about Application Log: 'USER_COMMAND' callback data data available in SAP. These include UCOMM_EXEC (Application Log: User command processed), EXIT (Application Log: Exit log display), REFRESH (Application Log: Refresh display), MARKS_DEL (Application Log: Deselect messages).. 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: Not classified


SAP BAL_S_CBUC 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
UCOMMFunction Code SYUCOMMCHAR70SYCHAR70
UCOMM_EXECApplication Log: User command processed BALEXECCHAR1BOOLEAN
EXITApplication Log: Exit log display BALEXITCHAR1BOOLEAN
REFRESHApplication Log: Refresh display BALREFRALCHAR1BOOLEAN
MARKS_DELApplication Log: Deselect messages BALMARKDELCHAR1BOOLEAN
LIST_SELApplication Log: Cursor is on message list BALLISTSELCHAR1BOOLEAN
LIST_HOTSPApplication Log: Hotspot clicked in list BALHOTSPOTCHAR1BOOLEAN
LIST_COLApplication Log: Cursor position in message list (column) BALLISTCOLINT410
LIST_ROWApplication Log: Cursor position in message list (line) BALLISTROWINT410
LIST_REFRApplication Log: Refresh message list BALREFRCHAR1BOOLEAN
LIST_TABIXApplication Log: Internal: Index of selected entry BALLISTTBXINT410
LIST_MSGH 0
LOG_HANDLEApplication Log: Log Handle BALLOGHNDLCHAR22SYSUUID_22
MSGNUMBERApplication log: Internal message serial number BALMNRNUMC6BALMNR
LIST_TMSGH 0
LIST_TABLEApplication Log: Table name of selected field BALSELTABCHAR30Assigned to domainAS4TAB
LIST_FIELDApplication Log: Selected field name BALSELFLDCHAR30Assigned to domainFDNAME
LIST_VALUEApplication Log: Contents of selected field BALSELVALCHAR100CHAR100
TREE_CLICKApplication Log: Something was selected in hierarchy tree BALTREESELCHAR1BOOLEAN
TREE_LEVELApplication Log: Selected chapter level BALTREELVLINT410
TREE_NODETree Control: Node Key TV_NODEKEYCHAR12TM_CHAR12
TREE_ITEMTree Control: Column Name / Item Name TV_ITMNAMECHAR12TM_CHAR12
TREE_TABLEApplication Log: Table name of selected field BALSELTABCHAR30Assigned to domainAS4TAB
TREE_FIELDApplication Log: Selected field name BALSELFLDCHAR30Assigned to domainFDNAME
TREE_VALUEApplication Log: Contents of selected field BALSELVALCHAR100CHAR100
TREE_LOGHApplication Log: Log Handle BALLOGHNDLCHAR22SYSUUID_22
TREE_SELF 0
TREE_PATH 0
TREE_MSGH 0
LOG_HANDLEApplication Log: Log Handle BALLOGHNDLCHAR22SYSUUID_22
MSGNUMBERApplication log: Internal message serial number BALMNRNUMC6BALMNR
TREE_ONTOPSingle-Character Indicator CHAR1CHAR1CHAR1
TREE_CHPOSSingle-Character Indicator CHAR1CHAR1CHAR1
MSGTYMessage Type SYMSGTYCHAR1SYCHAR01
MSGIDMessage Class SYMSGIDCHAR20Assigned to domainARBGB
MSGNOMessage Number SYMSGNONUMC3SYMSGNO
MSGV1Message Variable SYMSGVCHAR50SYCHAR50
MSGV2Message Variable SYMSGVCHAR50SYCHAR50
MSGV3Message Variable SYMSGVCHAR50SYCHAR50
MSGV4Message Variable SYMSGVCHAR50SYCHAR50

Key field Non-key field



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

As BAL_S_CBUC 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 BAL_S_CBUC as there is no data to select.

How to access SAP table BAL_S_CBUC

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