SM04DIC SAP (Fields for screens in SM04) Structure details

Dictionary Type: Structure
Description: Fields for screens in SM04




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




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

SM04DIC 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 "Fields for screens in SM04" 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_SM04DIC TYPE SM04DIC.

The SM04DIC table consists of various fields, each holding specific information or linking keys about Fields for screens in SM04 data available in SAP. These include MANDT2 (Client), BNAME1 (User Name), BNAME2 (User Name), TCODE1 (Transaction Code).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP SM04DIC 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
MANDT1Client MANDTCLNT3Assigned to domainMANDT
MANDT2Client MANDTCLNT3Assigned to domainMANDT
BNAME1User Name UBNAMECHAR12UBNAME
BNAME2User Name UBNAMECHAR12UBNAME
TCODE1Transaction Code TCODECHAR20Assigned to domainTCODETCD
TCODE2Transaction Code TCODECHAR20Assigned to domainTCODETCD
USER_KEYUser Key for Remote Logon USER_KEYCHAR512USER_KEY
CONVIDCPIC conversation ID CONVID2CHAR8CHAR8
SECUIDSecurity user ID SECUIDCHAR10CHAR10
SECPWDSecurity password SECPWDCHAR10CHAR10
SECTYPESecurity Type SECTYPEINT410
VBSINFOVB info in string form VBSINFOCHAR50CHAR50
VBGETINFO1 byte value VBSTAT1INT13INT1
VBDELINFOVB info in string form VBSINFOCHAR50CHAR50
VBV2INFOVB info in string form VBSINFOCHAR50CHAR50
COUNTERStatistics, counter field in raw statistical record STA_CNTREINT410STAT_CNTI0
TRACECOMPSTrace components TRACECOMPSCHAR20TRACECOMPS
POPUPMSGPopUp text TH_POPUPCHAR128CHAR128
WP_TYPEWork Process Type WPTYPECHAR3WPTYPE
FLAGGeneral Flag FLAGCHAR1FLAG
CLIENTClient MANDTCLNT3Assigned to domainMANDT
USERUser Name UBNAMECHAR12UBNAME
POOLEDGeneral Flag FLAGCHAR1FLAG
GLOBALGeneral Flag FLAGCHAR1FLAG

Key field Non-key field



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

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

How to access SAP table SM04DIC

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