SLIN_CHCK SAP (Description of SLIN Subtexts) Table details

Dictionary Type: Table
Description: Description of SLIN Subtexts




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




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

SLIN_CHCK is a standard SAP Table which is used to store Description of SLIN Subtexts data and is available within R/3 SAP systems depending on the version and release level.

The SLIN_CHCK table consists of various fields, each holding specific information or linking keys about Description of SLIN Subtexts data available in SAP. These include NR (Numbering of Subtests (Sequence of Display)Number), CHKID (Check IDToDo CheckId), GRPID (Checkman Group Affiliation), DESCRIPTION (Description of SLIN Group Overview).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table = SLIN_CHCK_T


SAP SLIN_CHCK 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
IDKey for SLIN_CHCK DB Table KeySLIN_CHCK_KEYCHAR3CHAR3
NRNumbering of Subtests (Sequence of Display) NumberSLIN_CHCK_NRNUMC2NUM02
CHKIDCheck ID ToDo CheckIdCRMCHKIDCHAR10CRMID
GRPIDCheckman Group Affiliation SLIN_GRPIDCHAR30SLIN_GRPID
DESCRIPTIONDescription of SLIN Group Overview SLIN_CHCK_DESCRIPTIONCHAR40TEXT40
DESCRIPTION_EDescription of SLIN Group Overview SLIN_CHCK_DESCRIPTIONCHAR40TEXT40
COMPONENT_INFOSInformation on Responsible Groups (Telephone, CSN Component) SLIN_CHCK_COMPONENT_INFOSCHAR1SLIN_CHCK_COMPONENT_INFOS
AUTHORShort Form of Person Responsible for Test SLIN_AUTHORCHAR2SLIN_AUTHOR
DATUMDate of Test Implementation SLIN_DATUMDATS8DATUM
POOL_KEYText Element Key for Test Description Descriptive Text (Text Pool)SLIN_POOL_KEYCHAR3CHAR3

Key field Non-key field



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

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

SELECT SINGLE *
FROM SLIN_CHCK
INTO CORRESPONDING FIELDS OF WA_SLIN_CHCK
WHERE...

How to access SAP table SLIN_CHCK

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