T185 SAP (Screen sequence control: Paths between processing locations) Table details

Dictionary Type: Table
Description: Screen sequence control: Paths between processing locations




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




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

T185 is a standard SAP Table which is used to store Screen sequence control: Paths between processing locations data and is available within R/3 SAP systems depending on the version and release level.

The T185 table consists of various fields, each holding specific information or linking keys about Screen sequence control: Paths between processing locations data available in SAP. These include FCODE (Function Code), BLDGR (Screen group), PANEL (Name of the current screen display), KOPGR (Screen sequence group in doc. header).. 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: Not classified


SAP T185 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
AGIDVApplication areas AGIDVCHAR40Assigned to domainPROGRAMM
FCODEFunction Code FCODECHAR20FCODE
BLDGRScreen group BLDGRCHAR2BLDGR
PANELName of the current screen display PANELCHAR4PANEL
KOPGRScreen sequence group in doc. header KOPGRCHAR4KOPGR
POSGRGroup of doc.items for screen sequence POSGRCHAR4POSGR
FBLDGRSubsequent screen group FBLDGRCHAR2BLDGR
FPANELDescription of the subsequent screen FPANELCHAR4PANEL
FFCODEFunction Code FCODECHAR20FCODE
STUFEIncrease or purge next screen memory STUFEDEC1STUFE
DUNKELProcess subsequent screen in background DUNKELCHAR1XFELD
RUFENTransaction/report call with return RUFENCHAR1XFELD
NMODULThe next module to be called NMODULCHAR30MODULN
BMODULModule to be called up with return (F3) BMODULCHAR30MODULN
NPROGProgram which contains module NMODUL NPROGCHAR40PROGRAM_ID
BPROGProgram used for return BPROGCHAR40PROGRAM_ID
QUELLESource of parameters for subsequent screen QUELLECHAR1QUELLE
STNEUAccess mode for storage of the screen sequence STNEUDEC1STUFE
CRMFUNCFunction name FUNCNAMECHAR30Assigned to domainFUNCNAMELIB

Key field Non-key field



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

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

SELECT SINGLE *
FROM T185
INTO CORRESPONDING FIELDS OF WA_T185
WHERE...

How to access SAP table T185

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