DSYCR SAP (List of Links Between Documentation Modules) Table details

Dictionary Type: Table
Description: List of Links Between Documentation Modules




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




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

DSYCR is a standard SAP Table which is used to store List of Links Between Documentation Modules data and is available within R/3 SAP systems depending on the version and release level.

The DSYCR table consists of various fields, each holding specific information or linking keys about List of Links Between Documentation Modules data available in SAP. These include PARENT_OBJ (Documentation Object), PARENT_LAN (Documentation language), PARENT_INV (Entry not visible for normal display), PARENT_TYP (Documentation 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP DSYCR 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
PARENT_CLSDocumentation: Class DOKU_CLSCHAR4Assigned to domainDOKU_CLS
PARENT_OBJDocumentation Object DOKU_OBJCHAR60DOKU_OBJ
PARENT_LANDocumentation language DOKU_LANGULANG1Assigned to domainISOLASPRAS
PARENT_INVEntry not visible for normal display DOKU_INVCHAR1DOKU_FLAG
PARENT_TYPDocumentation type DOKU_TYPCHAR1CHAR1
PARENT_VERVersion of Documentation Module DOKVERSNUMC4AS4VERS
LINK_TYPELink type for links between documentation/hypertext modules DOKU_LTYPECHAR1Assigned to domainDOKU_LTYPE
CHILD_CLSDocumentation: Class DOKU_CLSCHAR4Assigned to domainDOKU_CLS
CHILD_OBJDocumentation Object DOKU_OBJCHAR60DOKU_OBJ
CHILD_LANDocumentation language DOKU_LANGULANG1Assigned to domainISOLASPRAS
CHILD_INVEntry not visible for normal display DOKU_INVCHAR1DOKU_FLAG
CHILD_TYPDocumentation type DOKU_TYPCHAR1CHAR1
CHILD_VERVersion of Documentation Module DOKVERSNUMC4AS4VERS
INDIRECTIndicator for an indirect link DOKU_LKINDCHAR1DOKU_FLAG
PARENT_STSStatus of documentation module DOKSTATECHAR1AS4STATE
CHILD_STSStatus of documentation module DOKSTATECHAR1AS4STATE

Key field Non-key field



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

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

SELECT SINGLE *
FROM DSYCR
INTO CORRESPONDING FIELDS OF WA_DSYCR
WHERE...

How to access SAP table DSYCR

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