RSBKDTP_I SAP (Include Structure: Data Transfer Process Header Data) Structure details

Dictionary Type: Structure
Description: Include Structure: Data Transfer Process Header Data




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




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

RSBKDTP_I 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 "Include Structure: Data Transfer Process Header Data" 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_RSBKDTP_I TYPE RSBKDTP_I.

The RSBKDTP_I table consists of various fields, each holding specific information or linking keys about Include Structure: Data Transfer Process Header Data data available in SAP. These include SRCTP (Type of Source Object of a Data Transfer Process), SRCTLOGO (Object Type of Source Object in 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).. 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: Cannot Be Enhanced


SAP RSBKDTP_I 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
SRCTLOGOObject Type of Source Object in a Data Transfer Process RSBKSRCTLOGOCHAR4RSTLOGO
TGTName of the Data Target for a Data Transfer Process RSBKTGTNMCHAR45RSBKTGTNM
TGTTPType of Target Object for a Data Transfer Process RSBKTGTTPCHAR6Assigned to domainRSBKTGTTP
TGTTLOGOObject Type of Data Target for a Data Transfer Process RSBKTGTTLOGOCHAR4RSTLOGO
UPDMODEData Transfer Process: Extraction Mode RSBKUPDMODECHAR2RSBKUPDMODE
DELTAONLYONCEIndicator: Only Get Delta Once RSBKDELTAONLYONCECHAR1RS_BOOL
INITSIMUFlag: Delta Init Without Data RSBKINITSIMUCHAR1RS_BOOL
PROCESSMODEProcessing Mode RSBKPROCESSMODECHAR1RSBKPROCESSMODE
ERRORHANDLINGType of Error Handling During DTP Load Processes RSBKERRORHANDLINGCHAR1RSBKERRORHANDLING
NOAGGRRequest is incorrect, if aggregation takes place RSSM_NOAGGRCHAR1RS_BOOL
NUMBER_AT_ERRNo. of records to be checked when handling incorrect data RSNUMBER_AT_ERRINT410INT4
AUTOQUALOKSet Quality Status to 'OK' Automatically RSMAUTOQUALOKFLCHAR1RSBOOL
AUTORESTARTAutomatically Repeat Red Requests in Process Chains RSBKAUTORESTARTCHAR1RSBKAUTORESTART
WARNINGTSTATEDTP: Request Status If There Are Warnings in the Log RSBKWARNINGTSTATECHAR1RSBKSTATE
DTPTYPEType of Data Transfer Process RSBKDTPTYPECHAR4RSBKDTPTYPE
DTP_ORIGINALData Transfer Process ID RSBKDTPNMCHAR30RSBKDTPNM
DTP_STANDARDData Transfer Process ID RSBKDTPNMCHAR30RSBKDTPNM
GREENDeletion of Temp. Storage If Request Status Is 'Green' RSBKBUFFERDELETEGREENCHAR1RS_BOOL
TIMEINTERVALTime Interval RSBKTIMEINTERVALNUMC3PERCDAYS
DELETEDDeletion of temp. storage if req. status is 'deleted' RSBKBUFFERDELETEDELETEDCHAR1RS_BOOL
TIMEUNITTime Unit ( Days / Weeks / Months ) RSBKTIMEUNITNUMC1RSBKTIMEUNIT
AFTERDeletion of the Temporary Storage by Time Interval RSBKBUFFERDELETEAFTERCHAR1RS_BOOL
GREENDeletion of Temp. Storage If Request Status Is 'Green' RSBKBUFFERDELETEGREENCHAR1RS_BOOL
DELETEDDeletion of temp. storage if req. status is 'deleted' RSBKBUFFERDELETEDELETEDCHAR1RS_BOOL
BUFFERLEVELDTP Temporary Storage: Level of Detail RSBKBUFFERLEVELCHAR1RSBKBUFFERLEVEL
AFTERDeletion of the Temporary Storage by Time Interval RSBKBUFFERDELETEAFTERCHAR1RS_BOOL
BUFFERLEVELDTP Temporary Storage: Level of Detail RSBKBUFFERLEVELCHAR1RSBKBUFFERLEVEL
OBJSTATObject Status RSOBJSTATCHAR3RSOBJSTAT
CONTRELContent release RSCONTRELCHAR6CHAR6
OBJSTATObject Status RSOBJSTATCHAR3RSOBJSTAT
CONTTIMESTMPContent time stamp: Last modification to the object by SAP RSCONTTIMESTMPDEC15TZNTSTMPS
OWNEROwner (Person Responsible) RSOWNERCHAR12Assigned to domainXUBNAMERS_OWNER
CONTRELContent release RSCONTRELCHAR6CHAR6
BWAPPLBW Application (Namespace) RSBWAPPLCHAR10
CONTTIMESTMPContent time stamp: Last modification to the object by SAP RSCONTTIMESTMPDEC15TZNTSTMPS
OWNEROwner (Person Responsible) RSOWNERCHAR12Assigned to domainXUBNAMERS_OWNER
ACTIVFLActive and revised version do not agree RSACTIVFLCHAR1XFELD
BWAPPLBW Application (Namespace) RSBWAPPLCHAR10
TSTPNMLast changed by RSTSTPNMCHAR12USR02XUBNAME
ACTIVFLActive and revised version do not agree RSACTIVFLCHAR1XFELD
TIMESTMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS
TSTPNMLast changed by RSTSTPNMCHAR12USR02XUBNAME
TIMESTMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS

Key field Non-key field



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

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

How to access SAP table RSBKDTP_I

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