T185V SAP (Screen sequence control: Processing location(s)) Table details

Dictionary Type: Table
Description: Screen sequence control: Processing location(s)




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




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

T185V is a standard SAP Table which is used to store Screen sequence control: Processing location(s) data and is available within R/3 SAP systems depending on the version and release level.

The T185V table consists of various fields, each holding specific information or linking keys about Screen sequence control: Processing location(s) data available in SAP. These include BLDGR (Screen group), PANEL (Name of the current screen display), DYNNR (Screen number), WINX1 (X-coordinate 1 (left) of window).. 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 = T185W


SAP T185V 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
BLDGRScreen group BLDGRCHAR2BLDGR
PANELName of the current screen display PANELCHAR4PANEL
DYNNRScreen number DYNPRONRNUMC4DYNPRONR
WINX1X-coordinate 1 (left) of window WINX1DEC2WINXI
WINY1Y-coordinate 1 (above) of window WINY1DEC2WINYI
WINX2X-coordinate 2 (right) of window WINX2DEC2WINXI
WINY2Y-coordinate 2 (below) of window WINY2DEC2WINYI
LEAVEReturn from called screen should be automatic LEAVECHAR1XFELD
DYBS1Screen module 1 number DYBS1NUMC4DYNPRONR
DYBS1X1X-coordinate 1 (left) of the screen module 1 DYBS1X1DEC2WINXI
DYBS1Y1Y-coordinate 1 (above) of the screen module 1 DYBS1Y1DEC2WINYI
DYBS1X2X-coordinate 2 (right) of the screen module 1 DYBS1X2DEC2WINXI
DYBS1Y2Y-coordinate 2 (above) of the screen module 1 DYBS1Y2DEC2WINYI
DYBS2Screen module 2 DYBS2NUMC4DYNPRONR
DYBS2X1X-coordinate 1 (left) of the screen module 2 DYBS2X1DEC2WINXI
DYBS2Y1Y-coordinate 1 (above) of the screen module 2 DYBS2Y1DEC2WINYI
DYBS2X2X-coordinate 2 (right) of the screen module 2 DYBS2X2DEC2WINXI
DYBS2Y2Y-coordinate 2 (above) of the screen module 2 DYBS2Y2DEC2WINYI
MENUE_STCSAP menu in TSTC MENUE_STCCHAR5MENUE_STC
TCODETransaction Code TCODECHAR20TSTCTCODETCD
REPIDABAP Program Name REPIDCHAR40PROGNAME
STATUSMenu Painter: Status code GUI_STATUSCHAR20GUI_STATUSCUA
CTITELKey for CUA screen titles CTITELCHAR20GUI_TITLE
PARA1Parameter 1 for CUA title PARA1CHAR16PARAMETER
PARA2Parameter 2 for CUA title PARA2CHAR16PARAMETER
PARA3Parameter 3 for CUA title PARA3CHAR16PARAMETER
PARA4Parameter 4 for CUA title PARA4CHAR16PARAMETER
CMODULModule used for CALL CMODULCHAR30MODULN
CPROGCALL program CPROGCHAR40PROGRAM_ID
CDYNPROScreen number in function module CDYNPRONUMC4DYNPRONR

Key field Non-key field



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

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

SELECT SINGLE *
FROM T185V
INTO CORRESPONDING FIELDS OF WA_T185V
WHERE...

How to access SAP table T185V

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