/ISDFPS/EXEC_TCD SAP (Internal Table for the Call Transaction) Table details

Dictionary Type: Table
Description: Internal Table for the Call Transaction




ABAP Code to SELECT data from /ISDFPS/EXEC_TCD
Related tables to /ISDFPS/EXEC_TCD
Access table /ISDFPS/EXEC_TCD




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

/ISDFPS/EXEC_TCD is a standard SAP Table which is used to store Internal Table for the Call Transaction data and is available within R/3 SAP systems depending on the version and release level.

The /ISDFPS/EXEC_TCD table consists of various fields, each holding specific information or linking keys about Internal Table for the Call Transaction data available in SAP. These include SKIP_FIRST_SCR (General Flag), RFC_DEST (SAPOSCOL destination), LEAVE_TO_TCD (General Flag).. 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: Cannot Be Enhanced


SAP /ISDFPS/EXEC_TCD 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
TCODETransaction Code TCODECHAR20Assigned to domainTCODETCD
SKIP_FIRST_SCRGeneral Flag FLAGCHAR1FLAG
RFC_DESTSAPOSCOL destination RFC_DESTCHAR32Assigned to domainRFC_DESTDES
LEAVE_TO_TCDGeneral Flag FLAGCHAR1FLAG

Key field Non-key field



How do I retrieve data from SAP table /ISDFPS/EXEC_TCD using ABAP code

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

SELECT SINGLE *
FROM /ISDFPS/EXEC_TCD
INTO CORRESPONDING FIELDS OF WA_/ISDFPS/EXEC_TCD
WHERE...

How to access SAP table /ISDFPS/EXEC_TCD

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