SINS02 SAP (SAPBPT: Structure for folder viewer config. (free texts)) Structure details

Dictionary Type: Structure
Description: SAPBPT: Structure for folder viewer config. (free texts)




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




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

SINS02 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 "SAPBPT: Structure for folder viewer config. (free texts)" 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_SINS02 TYPE SINS02.

The SINS02 table consists of various fields, each holding specific information or linking keys about SAPBPT: Structure for folder viewer config. (free texts) data available in SAP. These include DISPCOT (Columns for display), GROUCOL (Columns for hierarchy display (grouping)), GROUCOT (Columns for hierarchy display (grouping)), FILTCOL (Columns for filter).. 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: Not classified


SAP SINS02 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
DISPCOLColumns for display SIN_DISPCOCHAR50SIN_TXT050
DISPCOTColumns for display SIN_DISPCTCHAR50SIN_TXT050
GROUCOLColumns for hierarchy display (grouping) SIN_GROUCOCHAR50SIN_TXT050
GROUCOTColumns for hierarchy display (grouping) SIN_GROUCTCHAR50SIN_TXT050
FILTCOLColumns for filter SIN_FILTCOCHAR50SIN_TXT050
FILTCOTColumns for filter SIN_FILTCTCHAR50SIN_TXT050
SORTCOLColumns for sort criterion SIN_SORTCOCHAR50SIN_TXT050
SORTCOTColumns for sort criterion SIN_SORTCTCHAR50SIN_TXT050
REMACOLRemaining columns SIN_REMACOCHAR50SIN_TXT050
COMMCOLColumns SIN_COMMCOCHAR30SIN_TXT030
NUMBCOLSequential number of column involved SIN_NUMBCOCHAR50SIN_TXT050
CONFCOLConfigurations SIN_CONFCOCHAR50SIN_TXT050
SETTCOLSettings SIN_SETTCOCHAR50SIN_TXT050
CONICOLConfigurations with pushbutton option SIN_CONICOCHAR50SIN_TXT050
CLASSSYMBSymbol name SIN_SYMBNACHAR30SIN_TXT030
CONFPUShared configuration SIN_CONFPUCHAR20SIN_TXT020
CONFPRPrivate configurations SIN_CONFPRCHAR20SIN_TXT020
SELSelection field SIN_SELECTCHAR1SIN_SELECT

Key field Non-key field



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

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

How to access SAP table SINS02

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