SINSU SAP (SAPBPT: Inbox Structure Substitutes, Views) Structure details

Dictionary Type: Structure
Description: SAPBPT: Inbox Structure Substitutes, Views




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




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

SINSU 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: Inbox Structure Substitutes, Views" 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_SINSU TYPE SINSU.

The SINSU table consists of various fields, each holding specific information or linking keys about SAPBPT: Inbox Structure Substitutes, Views data available in SAP. These include CLASS (Class), CLDES (Description of class name), SAPNAM (SAPBPT: SAP name), USRNAM (User 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 SINSU 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
SELSelection field SIN_SELECTCHAR1SIN_SELECT
CLASSClass SIN_CLASSCHAR2Assigned to domainSIN_CLASS
CLDESDescription of class name SIN_CLDESCHAR30SIN_TXT030
SAPNAMSAPBPT: SAP name SIN_SAPNAMCHAR12SIN_USER
USRNAMUser name SIN_USERCHAR12SIN_USER
ADRNAMSAPBPT: Address name SIN_ADRNAMCHAR35SIN_ADRNAM
SUBNAMSAPBPT: Name of substitute SIN_SUBNAMCHAR12SIN_USER
SUBDESSAPBPT: Text length 255 SIN_TXT255CHAR255SIN_TXT255
SBDATSAPBPT: Start of substitution SIN_DAT_SBDATS8SIN_DATUM
SBTIMSAPBPT: Start of substitution SIN_TIM_SBTIMS6SIN_UZEIT
SEDATSAPBPT: End of substitution SIN_DAT_SEDATS8SIN_DATUM
SETIMSAPBPT: End of substitution SIN_TIM_SETIMS6SIN_UZEIT
SUBTYPESelection field SIN_SELECTCHAR1SIN_SELECT
PROTIFlag SIN_FLAGCHAR1SIN_FLAG
PROTOFlag SIN_FLAGCHAR1SIN_FLAG
PROTPFlag SIN_FLAGCHAR1SIN_FLAG
PROTGFlag SIN_FLAGCHAR1SIN_FLAG

Key field Non-key field



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

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

How to access SAP table SINSU

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