RSBK_OLD_TRANSFER SAP (Old Transfer Methodes for DTP) Structure details

Dictionary Type: Structure
Description: Old Transfer Methodes for DTP




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




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

RSBK_OLD_TRANSFER 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 "Old Transfer Methodes for DTP" 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_RSBK_OLD_TRANSFER TYPE RSBK_OLD_TRANSFER.

The RSBK_OLD_TRANSFER table consists of various fields, each holding specific information or linking keys about Old Transfer Methodes for DTP data available in SAP. These include SRCTP (Type of Source Object of a Data Transfer Process), TGT (Name of the Data Target for a Data Transfer Process), TGTTP (Type of Target Object for a Data Transfer Process), R_TRANSFO ().. 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 RSBK_OLD_TRANSFER 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
SRCName of the Data Source for a Data Transfer Process RSBKSRCNMCHAR45RSBKSRCNM
SRCTPType of Source Object of a Data Transfer Process RSBKSRCTPCHAR6RSBKSRCTP
TGTName of the Data Target for a Data Transfer Process RSBKTGTNMCHAR45RSBKTGTNM
TGTTPType of Target Object for a Data Transfer Process RSBKTGTTPCHAR6Assigned to domainRSBKTGTTP
R_TRANSFO 0
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 RSBK_OLD_TRANSFER using ABAP code?

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

How to access SAP table RSBK_OLD_TRANSFER

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