SINTIT SAP (SAPBPT: Inbox) Structure details

Dictionary Type: Structure
Description: SAPBPT: Inbox




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




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

SINTIT 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" 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_SINTIT TYPE SINTIT.

The SINTIT table consists of various fields, each holding specific information or linking keys about SAPBPT: Inbox data available in SAP. These include RSYSTEM (Column title), RFCDES (Column title), CLASS (Column title), CLDES (Column title).. 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: Can be enhanced (character-type)


SAP SINTIT 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
MANDTColumn title SIN_SPATITCHAR100SIN_TXT100
RSYSTEMColumn title SIN_SPATITCHAR100SIN_TXT100
RFCDESColumn title SIN_SPATITCHAR100SIN_TXT100
CLASSColumn title SIN_SPATITCHAR100SIN_TXT100
CLDESColumn title SIN_SPATITCHAR100SIN_TXT100
OBJTPColumn title SIN_SPATITCHAR100SIN_TXT100
TPDESColumn title SIN_SPATITCHAR100SIN_TXT100
OBJNAMColumn title SIN_SPATITCHAR100SIN_TXT100
OBJDESColumn title SIN_SPATITCHAR100SIN_TXT100
INDATColumn title SIN_SPATITCHAR100SIN_TXT100
INTIMColumn title SIN_SPATITCHAR100SIN_TXT100
CRDATColumn title SIN_SPATITCHAR100SIN_TXT100
CRTIMColumn title SIN_SPATITCHAR100SIN_TXT100
REDATColumn title SIN_SPATITCHAR100SIN_TXT100
RETIMColumn title SIN_SPATITCHAR100SIN_TXT100
CHDATColumn title SIN_SPATITCHAR100SIN_TXT100
CHTIMColumn title SIN_SPATITCHAR100SIN_TXT100
OBJPRColumn title SIN_SPATITCHAR100SIN_TXT100
RECPRColumn title SIN_SPATITCHAR100SIN_TXT100
FORADRColumn title SIN_SPATITCHAR100SIN_TXT100
CRADRColumn title SIN_SPATITCHAR100SIN_TXT100
ACDATColumn title SIN_SPATITCHAR100SIN_TXT100
ACTIMColumn title SIN_SPATITCHAR100SIN_TXT100
STATSOColumn title SIN_SPATITCHAR100SIN_TXT100
STATWFColumn title SIN_SPATITCHAR100SIN_TXT100
PROCESSColumn title SIN_SPATITCHAR100SIN_TXT100
OBJACColumn title SIN_SPATITCHAR100SIN_TXT100
ACDOColumn title SIN_SPATITCHAR100SIN_TXT100
ATTACHColumn title SIN_SPATITCHAR100SIN_TXT100
WIOBJIDColumn title SIN_SPATITCHAR100SIN_TXT100
GROUPIDColumn title SIN_SPATITCHAR100SIN_TXT100
WIREJECTColumn title SIN_SPATITCHAR100SIN_TXT100
TASKColumn title SIN_SPATITCHAR100SIN_TXT100
DHSTATColumn title SIN_SPATITCHAR100SIN_TXT100
DISTRIBColumn title SIN_SPATITCHAR100SIN_TXT100
TOLATEColumn title SIN_SPATITCHAR100SIN_TXT100
SUBSTColumn title SIN_SPATITCHAR100SIN_TXT100
OBJSNDColumn title SIN_SPATITCHAR100SIN_TXT100
OBJCHNColumn title SIN_SPATITCHAR100SIN_TXT100
OBJRDColumn title SIN_SPATITCHAR100SIN_TXT100
RESUBColumn title SIN_SPATITCHAR100SIN_TXT100
SNDEXColumn title SIN_SPATITCHAR100SIN_TXT100
SNDCPColumn title SIN_SPATITCHAR100SIN_TXT100
SNDBCColumn title SIN_SPATITCHAR100SIN_TXT100
OBJRRColumn title SIN_SPATITCHAR100SIN_TXT100
PRIFBColumn title SIN_SPATITCHAR100SIN_TXT100
FORFBColumn title SIN_SPATITCHAR100SIN_TXT100
OBJLAColumn title SIN_SPATITCHAR100SIN_TXT100
RECCNTColumn title SIN_SPATITCHAR100SIN_TXT100
RRDCNTColumn title SIN_SPATITCHAR100SIN_TXT100
RRRCNTColumn title SIN_SPATITCHAR100SIN_TXT100
RRPCNTColumn title SIN_SPATITCHAR100SIN_TXT100
RARCNTColumn title SIN_SPATITCHAR100SIN_TXT100
RAPCNTColumn title SIN_SPATITCHAR100SIN_TXT100
RATCNTColumn title SIN_SPATITCHAR100SIN_TXT100
RCPCNTColumn title SIN_SPATITCHAR100SIN_TXT100
RBCCNTColumn title SIN_SPATITCHAR100SIN_TXT100
SDDATColumn title SIN_SPATITCHAR100SIN_TXT100
SDTIMColumn title SIN_SPATITCHAR100SIN_TXT100
RBDATColumn title SIN_SPATITCHAR100SIN_TXT100
RBTIMColumn title SIN_SPATITCHAR100SIN_TXT100
FOLNAMColumn title SIN_SPATITCHAR100SIN_TXT100
FOLDESColumn title SIN_SPATITCHAR100SIN_TXT100
OBJRSColumn title SIN_SPATITCHAR100SIN_TXT100
DLDATColumn title SIN_SPATITCHAR100SIN_TXT100
FOLRGTPColumn title SIN_SPATITCHAR100SIN_TXT100
OBJLENColumn title SIN_SPATITCHAR100SIN_TXT100
DYNCOL1Column title SIN_SPATITCHAR100SIN_TXT100
DYNCOL2Column title SIN_SPATITCHAR100SIN_TXT100
DYNCOL3Column title SIN_SPATITCHAR100SIN_TXT100
DYNCOL4Column title SIN_SPATITCHAR100SIN_TXT100
DYNCOL5Column title SIN_SPATITCHAR100SIN_TXT100
DYNCOL6Column title SIN_SPATITCHAR100SIN_TXT100

Key field Non-key field



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

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

How to access SAP table SINTIT

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