RSCRT_S_IP_CTRL SAP (Internal Control Structure for Daemon) Structure details

Dictionary Type: Structure
Description: Internal Control Structure for Daemon




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




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

RSCRT_S_IP_CTRL 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 "Internal Control Structure for Daemon" 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_RSCRT_S_IP_CTRL TYPE RSCRT_S_IP_CTRL.

The RSCRT_S_IP_CTRL table consists of various fields, each holding specific information or linking keys about Internal Control Structure for Daemon data available in SAP. These include IS_PSA_TABLE (Single-Character Indicator), RNR (Request ID (Request Number)), CRNR (Request ID (Request Number)), LOGDPID (Logical InfoPackage variant (ID)).. 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 (Deep)


SAP RSCRT_S_IP_CTRL 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
DTAData target for transaction data (InfoCube, ODS object, ...) RSDDATATARGETCHAR30CHAR30RSDDATATARGET
IS_PSA_TABLESingle-Character Indicator CHAR1CHAR1CHAR1
RNRRequest ID (Request Number) RSREQUIDCHAR30CHAR30
CRNRRequest ID (Request Number) RSREQUIDCHAR30CHAR30
LOGDPIDLogical InfoPackage variant (ID) RSLOGDPIDCHAR30RSLOGDPID
STATUSStatus of InfoPackage: Near-Real-Time Data Transfer RSCRT_STATUSCHAR1RSCRT_STATUS_D
DP_NR_FIRSTData packet number RSDATAPIDNUMC6NUM6
REC_NR_FIRSTData record number RSARECORDINT410RSNUMRECORD
DP_NR_LASTData packet number RSDATAPIDNUMC6NUM6
REC_NR_LASTData record number RSARECORDINT410RSNUMRECORD
DATASOURCEDataSource RSOLTPSOURCERCHAR30RSOLTPSOURCE
LOGSYSSource system RSSLOGSYSCHAR10Assigned to domainALPHALOGSYS
INFOSOURCEInfoSource RSISOURCECHAR30RSISOURCERSS
TS_NEXTUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS
UPD_PERI_MINS2-Digit Numeric Value NUM2NUMC2NUM2
UPD_PERI_HOURS2-Digit Numeric Value NUM2NUMC2NUM2
REQ_CLOSE_HOURS2-Digit Numeric Value NUM2NUMC2NUM2
REQ_CLOSE_DAYS2-Digit Numeric Value NUM2NUMC2NUM2
TRULES_PROGABAP Program Name PROGNAMECHAR40PROGNAME
TRPROGIDUser field for cluster PC (national) CHAR25CHAR25CHAR25
TRCLASSBW generation tool: Program class for generated programs RSSG_PCLASCHAR20Assigned to domainRSSG_PCLAS
DP_SIZENumerical Character Field of Length 6 NUM6NUMC6NUM06
MAX_DP_NUMFour-digit number NUM4NUMC4NUM04
MAX_FAILFour-digit number NUM4NUMC4NUM04
CNT_FAILFour-digit number NUM4NUMC4NUM04
TRANSTRU_CHARTransfer structure character between source and Warehouse RSTRANSTRU_CHARCHAR27Assigned to domainEDILSEGTYP
COMSTRU_TECHCommunication structure technical name in the Dictionary RSCOMSTRU_TECHCHAR30RSCOMSTRU
UPDRULES_PROGABAP Program Name PROGNAMECHAR40PROGNAME
URPROGIDUser field for cluster PC (national) CHAR25CHAR25CHAR25
ICWRITE_PROGABAP Program Name PROGNAMECHAR40PROGNAME
WIPROGIDUser field for cluster PC (national) CHAR25CHAR25CHAR25
ODSWRITE_PROGABAP Program Name PROGNAMECHAR40PROGNAME
ODSPROGIDUser field for cluster PC (national) CHAR25CHAR25CHAR25
ODSACTIVATE_PROGABAP Program Name PROGNAMECHAR40PROGNAME
ODSACTPROGIDUser field for cluster PC (national) CHAR25CHAR25CHAR25
PSA_TABTYPEName of table type TTYPENAMECHAR30Assigned to domainTTYPENAMETTYP
PSA_TECHTechnical ODS name in the DB RSODSTECHCHAR16DBOBJ_NAME
CL_TABTYPEName of table type TTYPENAMECHAR30Assigned to domainTTYPENAMETTYP
CL_TECHTechnical ODS name in the DB RSODSTECHCHAR16DBOBJ_NAME
PARTNOPartition value for PSA table RSPARTVALINT410RSPARTVAL
PSAVERSIONActive version of the Operational Data Store RSODSVERSIONNUMC3NUMC3
LAST_DPSingle-Character Indicator CHAR1CHAR1CHAR1
CL_DP_NRData packet number RSDATAPIDNUMC6NUM6
CL_REC_NRData record number RSARECORDINT410RSNUMRECORD
PSA_NAMEName of the Persistant Staging Area RSODSNAMECHAR30TABNAME
CL_NAMEName of the Persistant Staging Area RSODSNAMECHAR30TABNAME
TRACE_UPLOADSNumc3, internal use NUMC3NUMC3NUMC3
TRACE_HOURS2-Digit Numeric Value NUM2NUMC2NUM2
TRACE_TRESHHOLDNumc3, internal use NUMC3NUMC3NUMC3
TRACE_OFFSingle-Character Indicator CHAR1CHAR1CHAR1
UPLOAD_FAILCount parameters NUMC4NUMC4NUMC4

Key field Non-key field



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

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

How to access SAP table RSCRT_S_IP_CTRL

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