SIN_T_LINK SAP (Navigation Area of SAPBPT Workplace) Table details

Dictionary Type: Table
Description: Navigation Area of SAPBPT Workplace




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




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

SIN_T_LINK is a standard SAP Table which is used to store Navigation Area of SAPBPT Workplace data and is available within R/3 SAP systems depending on the version and release level.

The SIN_T_LINK table consists of various fields, each holding specific information or linking keys about Navigation Area of SAPBPT Workplace data available in SAP. These include UNAME (User Name), NODE_KEY (Tree Control: Node Key), RELATKEY (Tree Control: Node Key), RELATSHIP (Natural Number).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP SIN_T_LINK 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
UNAMEUser Name SYUNAMECHAR12SYCHAR12
NODE_KEYTree Control: Node Key TV_NODEKEYCHAR12TM_CHAR12
RELATKEYTree Control: Node Key TV_NODEKEYCHAR12TM_CHAR12
RELATSHIPNatural Number INT4INT410INT4
HIDDENFlag (X or Blank) AS4FLAGCHAR1AS4FLAG
DISABLEDFlag (X or Blank) AS4FLAGCHAR1AS4FLAG
ISFOLDERFlag (X or Blank) AS4FLAGCHAR1AS4FLAG
N_IMAGETree Control: Icon / Image TV_IMAGECHAR46TV_IMAGE
EXP_IMAGETree Control: Icon / Image TV_IMAGECHAR46TV_IMAGE
STYLENatural Number INT4INT410INT4
LAST_HITEMTree Control: Column Name / Item Name TV_ITMNAMECHAR12TM_CHAR12
NO_BRANCHFlag (X or Blank) AS4FLAGCHAR1AS4FLAG
EXPANDERFlag (X or Blank) AS4FLAGCHAR1AS4FLAG
TEXTDescription of class entries and subclass entries SIN_WPDESCHAR70SIN_TXT070
FOLRGFolder area SIN_FOLRGCHAR1SIN_FLAG
CLASSClass SIN_CLASSCHAR2Assigned to domainSIN_CLASS
SUBCLASSSubclass SIN_SUBCLCHAR12SIN_SUBCL
CLDEPClass values SIN_CLDEPCHAR255SIN_CLDEP
OWNEROwner of folder, of folder area SIN_OWNERCHAR12SYCHAR12
EXPANDEDFlag SIN_FLAGCHAR1SIN_FLAG
PROTECTFlag SIN_FLAGCHAR1SIN_FLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM SIN_T_LINK
INTO CORRESPONDING FIELDS OF WA_SIN_T_LINK
WHERE...

How to access SAP table SIN_T_LINK

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