U444B SAP (User Settings for Flexible Transaction Calls) Table details

Dictionary Type: Table
Description: User Settings for Flexible Transaction Calls




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




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

U444B is a standard SAP Table which is used to store User Settings for Flexible Transaction Calls data and is available within R/3 SAP systems depending on the version and release level.

The U444B table consists of various fields, each holding specific information or linking keys about User Settings for Flexible Transaction Calls data available in SAP. These include TGROUP (Transaction group), UNAME (User Name), NAVNR (Sequence number for transaction calls), TCODE (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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP U444B 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
MANDTClient MANDTCLNT3T000MANDT
TGROUPTransaction group TGROUPCHAR4TGROUP
UNAMEUser Name UNAMECHAR12UNAME
NAVNRSequence number for transaction calls NAVNRNUMC2NUMC2
TCODETransaction code NAV_TCODECHAR20TSTCTCODE
TEXTMenu text NAV_TEXTCHAR40GUI_TEXT
ICON_IDIcon (symbol) NAV_ICONIDCHAR4ICONICON
ICON_TEXTIcon text NAV_ICONTEXTCHAR40GUI_TEXT
QUICKINFOText for Quickinfo NAV_QUICKCHAR60GUI_INFO
ICON_NAMEIcon (symbol) NAV_ICONCHAR30ICONNAME
ANFBDTransaction call with initial screen ANFBDCHAR1XFELD
PID01Parameter ID 1 for Defaults for Required Entry Fields NAV_PIDCHAR20Assigned to domainMEMORYID
PIDV1Parameter Value for Parameter ID 1 NAV_PARVALCHAR40XUPARVAL
PID02Parameter ID 2 for Defaults for Required Entry Fields NAV_PID2CHAR20Assigned to domainMEMORYID
PIDV2Parameter Value for Parameter ID 2 NAV_PARVAL2CHAR40XUPARVAL
PID03Parameter ID 3 for Defaults for Required Entry Fields NAV_PID3CHAR20Assigned to domainMEMORYID
PIDV3Parameter Value for Parameter ID 3 NAV_PARVAL3CHAR40XUPARVAL
BESKZCondition for procurement type BESKZ_IFCHAR1BESKZ
MTARTCondition for material type MTART_IFCHAR4T134MTART
DISGRCondition for MRP group DISGR_IFCHAR4Assigned to domainDISGR
DISMMCondition for MRP type DISMM_IFCHAR2T438ADISMM
TRANSApplication component for transaction TRANS_IFCHAR1TRANSGR
AEXTSTransaction Call in an External System AEXTSCHAR1XFELD
ANMODTransaction Call in New Session ANMODCHAR1XFLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM U444B
INTO CORRESPONDING FIELDS OF WA_U444B
WHERE...

How to access SAP table U444B

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