RSLPO_DFG_DTPTPL SAP (Table of DTP Templates) Table details

Dictionary Type: Table
Description: Table of DTP Templates




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




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

RSLPO_DFG_DTPTPL is a standard SAP Table which is used to store Table of DTP Templates data and is available within R/3 SAP systems depending on the version and release level.

The RSLPO_DFG_DTPTPL table consists of various fields, each holding specific information or linking keys about Table of DTP Templates data available in SAP. These include DTPTEMPLATE (Name of DTP Template), FOLDERID (ID of DTP Template Folder), MAXSIZE (DTP Extraction: Package Size), MAXERRORS (No. of records to be checked when handling incorrect data).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP RSLPO_DFG_DTPTPL table 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
DTPTEMPLATEIDDTP Template ID RSLPO_DFG_DTPTEMPLATEIDCHAR25RSSGUID25
DTPTEMPLATEName of DTP Template RSLPO_DFG_DTPTEMPLATECHAR30TEXT30
FOLDERIDID of DTP Template Folder RSLPO_DFG_DTPFOLDERIDCHAR25RSSGUID25
MAXSIZEDTP Extraction: Package Size RSBKMAXSIZEINT410RSBKMAXSIZE
MAXERRORSNo. of records to be checked when handling incorrect data RSNUMBER_AT_ERRINT410INT4
UPDMODEOpen Hub: InfoSpoke Extraction Mode RSBUPDMODECHAR2RSBUPDMODE
DELTAONLYONCEIndicator: Only Get Delta Once RSBKDELTAONLYONCECHAR1RS_BOOL
SINGLEREQUESTGet Data by Request RSBKSINGLEREQUESTCHAR1RSBKSINGLEREQUEST
NOAGGRRequest is incorrect, if aggregation takes place RSSM_NOAGGRCHAR1RS_BOOL
ERRORHANDLINGType of Error Handling During DTP Load Processes RSBKERRORHANDLINGCHAR1RSBKERRORHANDLING
USERDEFFILTERBoolean RS_BOOLCHAR1RS_BOOL
SOURCEOBJECTBW: Object Type (TLOGO) RSTLOGOCHAR4RSTLOGO
MD_KEYDATEBW Data Manager: Key date RSDRI_REFDATEDATS8RSDATE
CURR_CONVCurrency conversion RSDR0_CURR_CONVCHAR1RSDR0_CURR_CONVD
FETCHUNTILEOFIndicator: Retrieve Until No More New Data RSBKFETCHUNTILEOFCHAR1CHAR1
INIT_WO_DATAFlag: Delta Init Without Data RSBKINITSIMUCHAR1RS_BOOL
DSO_ATAB_ARCHIVEBW Data Manager: Extract from Database and Archive? RSDRI_USE_DB_AND_ARCHCHAR1RS_BOOL
DSO_ATABIndicator: Extract from Online Database RSDRI_USE_DBCHAR1RS_BOOL
DSO_ARCHIVEBW Data Manager: Extract from Archive? RSDRI_USE_ARCHCHAR1RSDRI_USE_ARCH
DSO_CLExtraction from the DataStore Change Log? RSDRI_CHANGELOG_EXTRACTIONCHAR1RS_BOOL
IC_USE_AGGRBW Data Manager: Use of Aggregates ? RSDRI_USE_AGGRCHAR1RS_BOOL
IC_ICTAB_ARCHIVEBW Data Manager: Extract from Database and Archive? RSDRI_USE_DB_AND_ARCHCHAR1RS_BOOL
IC_FROM_ICTABIndicator: Extract from Online Database RSDRI_USE_DBCHAR1RS_BOOL
IC_FROM_ARCHIVEBW Data Manager: Extract from Archive? RSDRI_USE_ARCHCHAR1RSDRI_USE_ARCH
WARNINGTSTATEDTP Request: Behavior If There Are Warnings in the Log RSBKWARNINGTSTATEFLAGCHAR1RSBKWARNINGTSTATEFLAG
AUTOQUALOKDTP Request: Overall Status Behavior RSBKAUTOQUALOKFLAGCHAR1RSBKAUTOQUALOKFLAG
AUTORESTARTAutomatically Repeat Red Requests in Process Chains RSBKAUTORESTARTCHAR1RSBKAUTORESTART
CHECK_SIDSRSODSOCHECKONLY RSODSOCHECKONLYCHAR1RS_BOOL
ONLYLASTREQUESTOnly retrieve last request RSBKFULLONLYLASTCHAR1RSBKFULLONLYLAST
SETTINGSXString XSTRINGVALRSTR0

Key field Non-key field



How do I retrieve data from SAP table RSLPO_DFG_DTPTPL using ABAP code

The following ABAP code Example will allow you to do a basic selection on RSLPO_DFG_DTPTPL to SELECT all data from the table
DATA: WA_RSLPO_DFG_DTPTPL TYPE RSLPO_DFG_DTPTPL.

SELECT SINGLE *
FROM RSLPO_DFG_DTPTPL
INTO CORRESPONDING FIELDS OF WA_RSLPO_DFG_DTPTPL
WHERE...

How to access SAP table RSLPO_DFG_DTPTPL

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