DRF_S_RUNTIME_PARAMETER_EXT SAP (DRF external runtime parameter) Structure details

Dictionary Type: Structure
Description: DRF external runtime parameter




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




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

DRF_S_RUNTIME_PARAMETER_EXT 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 "DRF external runtime parameter" 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_DRF_S_RUNTIME_PARAMETER_EXT TYPE DRF_S_RUNTIME_PARAMETER_EXT.

The DRF_S_RUNTIME_PARAMETER_EXT table consists of various fields, each holding specific information or linking keys about DRF external runtime parameter data available in SAP. These include LANGUAGE_FILTER_INSTANCE (), APPL (Replication Model), OUTB_IMPL (Outbound Implementation), FOBJ (Filter Object).. 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 DRF_S_RUNTIME_PARAMETER_EXT 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
BAL 0
LANGUAGE_FILTER_INSTANCE 0
APPLReplication Model DRF_APPLCHAR10Assigned to domainDRF_APPLDRFAPPLDRF_SH_APPL
OUTB_IMPLOutbound Implementation DRF_OUTB_IMPLCHAR10Assigned to domainDRF_SERV_IMPLDRFSERVIMPL
FOBJFilter Object DRF_FILTER_OBJECTCHAR10Assigned to domainDRF_FILTER_OBJECTDRFFOBJ
BOBusiness Object Type MDG_OBJECT_TYPE_CODE_BSCHAR10Assigned to domainMDG_OBJECT_TYPE_CODE_BSSH_MDG_CC_OTC
DLMODReplication Mode DRF_DLMODCHAR1DRF_DLMOD
RUNMODRun Mode of Replication DRF_RUNMODCHAR1DRF_RUNMOD
COMM_CHANNELCommunication Channel MDG_COMM_CHANNELNUMC1MDG_COMM_CHANNEL
SERVICE_OPERATIONAvailable Service Operation for Replication DRF_SERV_OPERATIONCHAR10Assigned to domainDRF_SERV_OPERATION
PROXY_CLASSObject Type Name SEOCLSNAMECHAR30SEOCLSNAMECLASS
TESTRUNData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
RECONMODData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
RETURN_MESSAGEData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
FULLPATH File Download Full Path0
START_DATESystem Date SYDATUMDATS8SYDATS
START_TIMESystem Time SYUZEITTIMS6SYTIME
USMD_TRVARI 0
FILTER_TPFilter Application Time DRF_FILTER_TPNUMC1DRF_FILTER_TP
RUN_IDRun ID DRF_RUN_IDNUMC15DRF_RUN_ID
RERUN_IDRun ID DRF_RUN_IDNUMC15DRF_RUN_ID
IGNORE_CONFIGURED_FILTEROverride Filter Criteria with Manual Criteria DRF_OUT_IGNORE_FILTERCHAR1XFELD
DELETE_DATADistribution of Delete Requests DRF_TRANSFER_DELETIONSCHAR1XFELD
PARALLEL_ACTIVEData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
SERVER_GROUPLogon/Server Group Name RZLLI_APCLCHAR20RZLLI_ACN
MAX_NO_PARALLEL_TASKSMaximum number of work processes that can be used RZLLI_WPQTINT13RZLLI_WPQT
BUSINESS_SYSTEMBusiness System MDG_BUSINESS_SYSTEMCHAR60AIT_SYSTEMSAI_BUSINESS_SYSTEM
BUS_SYS_IDInternal ID of business system MDG_BUSINESS_SYSTEM_IDCHAR22SYSUUID_C22
LOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
RFCDESTLogical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL
FILE_PATHLogical File Path MDG_PATH_NAMECHAR60Assigned to domainPATHINTERNH_FILEPATH
FILE_NAMEPhysical file name DRF_FILE_NAMECHAR60TEXT60
DEF_STORAGE_SERVDownload to Presentation Server MDG_STORAGE_SERVERCHAR1X
UNICODE_SYSTEMSystem Supports Unicode MDG_UNICODE_SYSTEMCHAR1X
UNICODE_CODE_PAGSDOK Trex Codepage als character SDOK_TREX_CODEPAGE_CHARCHAR10
DEL_CPDelete Change Pointers DRF_DELETE_CPCHAR1XFELD
TIME_INTERVAL_SUPPLIEDLimit Changes via Time Interval DRF_CHANGE_TPCHAR1XFELD
CRT_DATE_LOWER_LIMITSystem Date SYDATUMDATS8SYDATS
CRT_TIME_LOWER_LIMITSystem Time SYUZEITTIMS6SYTIME
CRT_DATE_UPPER_LIMITSystem Date SYDATUMDATS8SYDATS
CRT_TIME_UPPER_LIMITSystem Time SYUZEITTIMS6SYTIME
TO_C_LANGUAGE 0
TO_C_NODE 0
ADDITIONAL_PARAMETER 0
EDITION_FROMMDG Edition DRF_MDG_EDITIONCHAR10ALPHADRF_MDG_EDITION
EDITION_TOMDG Edition DRF_MDG_EDITIONCHAR10ALPHADRF_MDG_EDITION
MSG_LINKMessage Number DRF_MESSAGE_LINKCHAR32SYSUUID_C
OUTB_PARAMETER 0
PARAMODParallel Run Mode DRF_PARAMODCHAR1DRF_PARAMOD
USMD_CREQUESTChange Request DRF_MDG_CREQUESTNUMC12ALPHADRF_MDG_CREQUEST

Key field Non-key field



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

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

How to access SAP table DRF_S_RUNTIME_PARAMETER_EXT

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