T7XSSSERLNK SAP (ESS: Confirmation screen links) Table details

Dictionary Type: Table
Description: ESS: Confirmation screen links




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




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

T7XSSSERLNK is a standard SAP Table which is used to store ESS: Confirmation screen links data and is available within R/3 SAP systems depending on the version and release level.

The T7XSSSERLNK table consists of various fields, each holding specific information or linking keys about ESS: Confirmation screen links data available in SAP. These include LINKLISTKEY (Key for the link list on the confirmation screen), SHOWHPLINK (Show ESS homepage link), SHOWAPLINK (Show areapage link), SHOWRESTARTLINK (Show application restart link).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table = T7XSSSERLNKT


SAP T7XSSSERLNK 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 MANDTCLNT3Assigned to domainMANDT
LINKLISTKEYKey for the link list on the confirmation screen XSS_SER_LINKLISTCHAR30CHAR30
SHOWHPLINKShow ESS homepage link XSS_SER_SHOWHPLINKCHAR1XFELD
SHOWAPLINKShow areapage link XSS_SER_SHOWAPLINKCHAR1XFELD
SHOWRESTARTLINKShow application restart link XSS_SER_SHOWRESTARTLINKCHAR1XFELD
SERVICELINK1Service Key Short (Table Key) XSS_SER_SERVICESHORTCHAR40T7XSSSERSRVXSS_SER_CHAR40
SERVICELINK2Service Key Short (Table Key) XSS_SER_SERVICESHORTCHAR40T7XSSSERSRVXSS_SER_CHAR40
SERVICELINK3Service Key Short (Table Key) XSS_SER_SERVICESHORTCHAR40T7XSSSERSRVXSS_SER_CHAR40
SERVICELINK4Service Key Short (Table Key) XSS_SER_SERVICESHORTCHAR40T7XSSSERSRVXSS_SER_CHAR40
SERVICELINK5Service Key Short (Table Key) XSS_SER_SERVICESHORTCHAR40T7XSSSERSRVXSS_SER_CHAR40
SHOWSRVKEYRESTRTShow Service Key Restart Link XSS_SER_SHOWSERVICEKEYRESTARTCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM T7XSSSERLNK
INTO CORRESPONDING FIELDS OF WA_T7XSSSERLNK
WHERE...

How to access SAP table T7XSSSERLNK

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