/SDF/T_CONFFILES SAP (Files to be read for Service Download) Table details

Dictionary Type: Table
Description: Files to be read for Service Download




ABAP Code to SELECT data from /SDF/T_CONFFILES
Related tables to /SDF/T_CONFFILES
Access table /SDF/T_CONFFILES




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

/SDF/T_CONFFILES is a standard SAP Table which is used to store Files to be read for Service Download data and is available within R/3 SAP systems depending on the version and release level.

The /SDF/T_CONFFILES table consists of various fields, each holding specific information or linking keys about Files to be read for Service Download data available in SAP. These include ACTIVE (text), READMODE (text), AREA (Component the file refers to), SYSTEMID (SID identifier, possible).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP /SDF/T_CONFFILES 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
IDNatural Number INT4INT410INT4
ACTIVEtext ALERTCHAR1CHAR1
READMODEtext ALERTCHAR1CHAR1
AREA Component the file refers to0
SYSTEMID SID identifier, possible0
DESTINATIONLogical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL
F_DIRText, 255 Characters TEXT255CHAR255TEXT255
F_NAMEText, 255 Characters TEXT255CHAR255TEXT255
SECTION_SText, 255 Characters TEXT255CHAR255TEXT255
S_DIFF_1Data for tables to call 'SAPOSCOL' INT4_DATAINT410SYST_LONG
SECTION_EText, 255 Characters TEXT255CHAR255TEXT255
S_DIFF_2Data for tables to call 'SAPOSCOL' INT4_DATAINT410SYST_LONG
DEL_SPACEtext ALERTCHAR1CHAR1
DEL_CHARtext ALERTCHAR1CHAR1
LIM_LINESData for tables to call 'SAPOSCOL' INT4_DATAINT410SYST_LONG
SEARCH_STRINGText, 255 Characters TEXT255CHAR255TEXT255
DELIMITERText (20 Characters) TEXT20CHAR20TEXT20

Key field Non-key field



How do I retrieve data from SAP table /SDF/T_CONFFILES using ABAP code

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

SELECT SINGLE *
FROM /SDF/T_CONFFILES
INTO CORRESPONDING FIELDS OF WA_/SDF/T_CONFFILES
WHERE...

How to access SAP table /SDF/T_CONFFILES

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