DRFD_SERVOUT_LOG SAP (Information for a DRF_OUTBOUND Run) Table details

Dictionary Type: Table
Description: Information for a DRF_OUTBOUND Run




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




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

DRFD_SERVOUT_LOG is a standard SAP Table which is used to store Information for a DRF_OUTBOUND Run data and is available within R/3 SAP systems depending on the version and release level.

The DRFD_SERVOUT_LOG table consists of various fields, each holding specific information or linking keys about Information for a DRF_OUTBOUND Run data available in SAP. These include RELID (Origin of Statistical Information (Area for Import/Export)), APPL (Replication Model), RUN_ID (Run ID), OUTB_IMPL (Outbound Implementation).. 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 DRFD_SERVOUT_LOG 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
RELIDOrigin of Statistical Information (Area for Import/Export) DRF_RELIDCHAR2DRF_RELID
APPLReplication Model DRF_APPLCHAR10Assigned to domainDRF_APPLDRFAPPLDRF_SH_APPL
RUN_IDRun ID DRF_RUN_IDNUMC15DRF_RUN_ID
OUTB_IMPLOutbound Implementation DRF_OUTB_IMPLCHAR10Assigned to domainDRF_SERV_IMPLDRFSERVIMPL
FOBJFilter Object DRF_FILTER_OBJECTCHAR10Assigned to domainDRF_FILTER_OBJECTDRFFOBJ
COUNTERCounter for Occurences DRF_COUNTERNUMC10
SRTF2Next record counter in EXPORT/IMPORT data tables INDX_SRTF2INT410SYBIN4
OBJECT_COUNT_INObject Count DRF_OBJECT_COUNTINT410INT4
OBJECT_COUNT_OUTObject Count DRF_OBJECT_COUNTINT410INT4
RUNTIMERuntime DRF_RUNTIMEINT410INT4
UNAMEUser Name SYUNAMECHAR12SYCHAR12
START_DATE(8-character) Date for SYST SYDATSDATS8SYDATS
START_TIMESystem Time SYUZEITTIMS6SYTIME
EXCEPTION_RAISEDException Raised DRF_EXCEPTION_RAISEDCHAR1CHAR1
CLUSTRLength field for user data in EXPORT/IMPORT tables INDX_CLSTRINT25SYBIN2
CLUSTDData field for IMPORT/EXPORT database tables INDX_CLUSTLRAW2886INDX_CLUST

Key field Non-key field



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

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

SELECT SINGLE *
FROM DRFD_SERVOUT_LOG
INTO CORRESPONDING FIELDS OF WA_DRFD_SERVOUT_LOG
WHERE...

How to access SAP table DRFD_SERVOUT_LOG

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