SIN2S01 SAP (SAPoffice: Configurations - Editor) Structure details

Dictionary Type: Structure
Description: SAPoffice: Configurations - Editor




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




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

SIN2S01 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 "SAPoffice: Configurations - Editor" 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_SIN2S01 TYPE SIN2S01.

The SIN2S01 table consists of various fields, each holding specific information or linking keys about SAPoffice: Configurations - Editor data available in SAP. These include CONFDESC (Configuration Name), PBCONF (Flag for pushbutton configuration), CONFTYPE (Description of class name), CBOX1 (Configuration Name).. 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 SIN2S01 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
MARKSelection field SIN_SELECTCHAR1SIN_SELECT
CONFDESCConfiguration Name SIN_CONFCHAR20SIN_TXT020
PBCONFFlag for pushbutton configuration SIN_PBCONFCHAR1SIN_FLAG
CONFTYPEDescription of class name SIN_CLDESCHAR30SIN_TXT030
CBOX1Configuration Name SIN_CONFCHAR20SIN_TXT020
CONFTYP1FCode of the functions of the integrated inbox SIN_FCODECHAR4CHAR4
CONFTXT1Configuration Name SIN_CONFCHAR20SIN_TXT020
CBOX2Configuration Name SIN_CONFCHAR20SIN_TXT020
CONFTYP2FCode of the functions of the integrated inbox SIN_FCODECHAR4CHAR4
CONFTXT2Configuration Name SIN_CONFCHAR20SIN_TXT020
COLDES1Column Description SIN_COLDESCHAR30SIN_TXT030
LENG1Column width SIN_LENGNUMC3SIN_NUMC3
FILTCONTFCode of the functions of the integrated inbox SIN_FCODECHAR4CHAR4
MARK1Selection field SIN_SELECTCHAR1SIN_SELECT
MARK2Selection field SIN_SELECTCHAR1SIN_SELECT
COLDES2Column Description SIN_COLDESCHAR30SIN_TXT030
COLTYP1Description of class name SIN_CLDESCHAR30SIN_TXT030
COLTYP2Description of class name SIN_CLDESCHAR30SIN_TXT030
COLSORTUSort sequence SIN_SOORCHAR1SIN_FLAG
COLSORTDSort sequence SIN_SOORCHAR1SIN_FLAG
MOABFCode of the functions of the integrated inbox SIN_FCODECHAR4CHAR4
MOBAFCode of the functions of the integrated inbox SIN_FCODECHAR4CHAR4
MOCUFCode of the functions of the integrated inbox SIN_FCODECHAR4CHAR4
MOCDFCode of the functions of the integrated inbox SIN_FCODECHAR4CHAR4
C1MAFCode of the functions of the integrated inbox SIN_FCODECHAR4CHAR4
C1DAFCode of the functions of the integrated inbox SIN_FCODECHAR4CHAR4
C2MAFCode of the functions of the integrated inbox SIN_FCODECHAR4CHAR4
C2DAFCode of the functions of the integrated inbox SIN_FCODECHAR4CHAR4

Key field Non-key field



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

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

How to access SAP table SIN2S01

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