EPSSDOC SAP (EPSS document structure) Structure details

Dictionary Type: Structure
Description: EPSS document structure




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




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

EPSSDOC 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 "EPSS document structure" 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_EPSSDOC TYPE EPSSDOC.

The EPSSDOC table consists of various fields, each holding specific information or linking keys about EPSS document structure data available in SAP. These include URL (EPSS URL), DOC_LINK (Name of a link in the text), HELP_INFO (), CALL (Help processor call type).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP EPSSDOC 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
PRIMARYSingle-Character Indicator CHAR1CHAR1CHAR1
URLEPSS URL EPSSURLCHAR256CHAR256
DOC_LINKName of a link in the text DOKU_LNKCHAR132TDSTXLLINE
HELP_INFO 0
CALLHelp processor call type HELPCALLCHAR1CHAR1
OBJECTScreen object ID HELPOBJECTCHAR1CHAR1
PROGRAMABAP Program Name PROGRAMMCHAR40PROGRAMMRID
DYNPRONumber of the following screen DYNNRCHAR4DYNNR
TABNAMETable Name TABNAMECHAR30AS4TABDTB
FIELDNAMEField Name FIELDNAMECHAR30FDNAMEDFD
FIELDTYPEData Type in ABAP Dictionary DATATYPE_DCHAR4DTYPEDATATYPE
KEYWORDText, 40 Characters Long TEXT40CHAR40TEXT40
FIELDLNGVersion Number Component CHAR2CHAR2CHAR2
FLDVALUEScreen Field Contents DYNFIELDVALUECHAR255F4CHAR255
MCOBJName of a Search Help SHLPNAMECHAR30SHLPNAMESHLPDD_SHLP
SPRASLanguage Key SPRASLANG1ISOLASPRASSPRH_T002
MENUFUNCTFunction Code CUA_CODECHAR20CUA_CODE
MESSAGEIDMessage identification MSGIDCHAR20ARBGB
MESSAGENRMessage number MSGNRCHAR3MSGNR
MESSAGEText length 300 TEXT300CHAR300CHAR300
TITLEText (79 characters) TEXT79_DCHAR79TEXT79
DYNPROFLDField name DYNFNAMCHAR132DYNFNAM
DYNPROFLAGSingle-Character Indicator CHAR1CHAR1CHAR1
CHECKTABLETable Name TABNAMECHAR30AS4TABDTB
CHECKFIELDField Name FIELDNAMECHAR30FDNAMEDFD
VALEXISTSingle-Character Indicator CHAR1CHAR1CHAR1
TCODETransaction Code TCODECHAR20TCODETCD
PFKEYGUI status CUASTATUSCHAR20GUI_STATUS
DOCUKEYCharacter field length 79 CHAR79CHAR79CHAR79
REPORTABAP Program Name PROGRAMMCHAR40PROGRAMMRID
DOCUIDDocument class DOKU_IDCHAR2DOKU_ID
DOCUOBJECTDocumentation Object DOKU_OBJCHAR60DOKU_OBJ
HEADERTEXTText Line TDLINECHAR132TDSTXLLINE
F1SYSHELSingle-Character Indicator CHAR1CHAR1CHAR1
MSGV1Message Variable SYMSGVCHAR50SYCHAR50
MSGV2Message Variable SYMSGVCHAR50SYCHAR50
MSGV3Message Variable SYMSGVCHAR50SYCHAR50
MSGV4Message Variable SYMSGVCHAR50SYCHAR50
SHOWDisplay field flag ANZFLDCHAR1CHAR1
POVPROCESS-ON-VALUE-REQUEST flag POVFLDCHAR1CHAR1
CUROWVertical Cursor Position SYCUROWINT410SYST_SHORT
CUCOLHorizontal Cursor Position SYCUCOLINT410SYST_SHORT
SY_DYNSingle-Character Indicator CHAR1CHAR1CHAR1
DYNPPROGABAP Program Name PROGNAMECHAR40PROGNAME
STEPLIndex of Current Step Loop Line SYSTEPLINT410SYST_BYTE
SELECTARTCHAR01 data element for SYST SYCHAR01CHAR1SYCHAR01
SOURCESource of EPSS document EPSSSOURCECHAR1CHAR1
MSGTYMessage Type SYMSGTYCHAR1SYCHAR01
MODEEPSS Display mode EPSSMODECHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table EPSSDOC

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