T444C SAP (Settings for Flexible Transaction Calls for each MRP Element) Table details

Dictionary Type: Table
Description: Settings for Flexible Transaction Calls for each MRP Element




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




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

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

The T444C table consists of various fields, each holding specific information or linking keys about Settings for Flexible Transaction Calls for each MRP Element data available in SAP. These include TGROUP (Transaction group), NAVPR (Navigation profile), DELKZ (MRP element), NAVNR (Sequence number for transaction calls).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)

Text table = T444V


SAP T444C 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
NAVPRNavigation profile NAVPRCHAR10T444ANAVPR
DELKZMRP element DELKZCHAR2DELKZ
NAVNRSequence number for transaction calls NAVNRNUMC2NUMC2
TCODETransaction code NAV_TCODECHAR20TSTCTCODE
ICON_IDIcon (symbol) NAV_ICONIDCHAR4ICONICON
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
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 T444C using ABAP code

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

SELECT SINGLE *
FROM T444C
INTO CORRESPONDING FIELDS OF WA_T444C
WHERE...

How to access SAP table T444C

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