/SDF/TEMPCOMP SAP (Template Component Table for SDCC Download) Table details

Dictionary Type: Table
Description: Template Component Table for SDCC Download




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




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

/SDF/TEMPCOMP is a standard SAP Table which is used to store Template Component Table for SDCC Download data and is available within R/3 SAP systems depending on the version and release level.

The /SDF/TEMPCOMP table consists of various fields, each holding specific information or linking keys about Template Component Table for SDCC Download data available in SAP. These include DWNLD_SID (Name of SAP System), COMP_NAME (Text, 40 Characters Long), COMP_HOST (Text, 40 Characters Long), COMP_INST_ID (Text, 40 Characters Long).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP /SDF/TEMPCOMP 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
DWNLD_INSTNR10 digit number NUM10NUMC10NUM10
DWNLD_SIDName of SAP System SYSYSIDCHAR8SYCHAR08
COMP_NAMEText, 40 Characters Long TEXT40CHAR40TEXT40
COMP_HOSTText, 40 Characters Long TEXT40CHAR40TEXT40
COMP_INST_IDText, 40 Characters Long TEXT40CHAR40TEXT40
CCMS_INSTNR10 digit number NUM10NUMC10NUM10
CCMS_SIDName of SAP System SYSYSIDCHAR8SYCHAR08
MT_SYSIDName of SAP System SYSYSIDCHAR8SYCHAR08
SOLMAN_INSTNR10 digit number NUM10NUMC10NUM10
SOLMAN_SIDName of SAP System SYSYSIDCHAR8SYCHAR08
LANDSCAPE_IDCharacter field of length 40 CHAR40CHAR40CHAR40
AUTO_ENTRYSingle-Character Indicator CHAR1CHAR1CHAR1

Key field Non-key field



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

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

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

How to access SAP table /SDF/TEMPCOMP

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