TDP2 SAP (File functions) Table details

Dictionary Type: Table
Description: File functions




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




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

TDP2 is a standard SAP Table which is used to store File functions data and is available within R/3 SAP systems depending on the version and release level.

The TDP2 table consists of various fields, each holding specific information or linking keys about File functions data available in SAP. These include STYP (Activity Type), FCODE (Function code), RPGM (Function call), SPTYP (Function type (report, transaction etc.)).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified

Text table = TDP2T


SAP TDP2 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 MANDTCLNT3T000MANDT
STYPActivity Type VVSTYPCHAR1TDP6VVSTYPFPT
FCODEFunction code VVFCODECHAR4VVFCODE
RPGMFunction call VVRPGMCHAR40TRDIRPROGNAME
SPTYPFunction type (report, transaction etc.) VVSPTYPCHAR1VVSPTYP
SCTYPCardinality Category (1, N) VVSCTYPCHAR1VVSCTYP
SMTYPMode Type (X = Only in Change Mode) VVSMTYPCHAR1KENZX
SZREGTarget Register Indicator VVSZREGCHAR2TDP1VVSREG
SRTYPTarget register category indicator VVSRTYPCHAR1VVSRTYP
RINITForm routine initialization for transaction callup VVRINITCHAR20CHAR20
RINITPGMProgram for form routine initialization VVRINITPGMCHAR40TRDIRPROGNAME
SLPPrint Parameter Log Indicator VVSLPCHAR1KENZX
NPROTLog Level VVNPROTCHAR1CHAR01
SAPExecution Parameter Indicator VVSAPCHAR1KENZX
SPLTest Run Indicator VVSPLCHAR1VVMWKZ
SPBIndicator for Removal of Loan VVSPBCHAR1VVMWKZ
SBDReference Date Indicator VVSBDCHAR1VVMWKZ
SDPPrint Parameter Document Indicator VVSDPCHAR1KENZX
SDDPrinting Date Indicator VVSDDCHAR1VVMWKZ
XDOC1Document (doc. 1 - 5) VVXDOCCHAR10CHAR10
XDOCTYP1Document categ.(doc. 1 - 5) VVXDOCTYPCHAR15TTXBFBRFNM
SDKZ1Print Indicator (Doc. 1 - 5) VVDKZCHAR1VVMWKZ
XDOC2Document (doc. 1 - 5) VVXDOCCHAR10CHAR10
XDOCTYP2Document categ.(doc. 1 - 5) VVXDOCTYPCHAR15TTXBFBRFNM
SDKZ2Print Indicator (Doc. 1 - 5) VVDKZCHAR1VVMWKZ
XDOC3Document (doc. 1 - 5) VVXDOCCHAR10CHAR10
XDOCTYP3Document categ.(doc. 1 - 5) VVXDOCTYPCHAR15TTXBFBRFNM
SDKZ3Print Indicator (Doc. 1 - 5) VVDKZCHAR1VVMWKZ
XDOC4Document (doc. 1 - 5) VVXDOCCHAR10CHAR10
XDOCTYP4Document categ.(doc. 1 - 5) VVXDOCTYPCHAR15TTXBFBRFNM
SDKZ4Print Indicator (Doc. 1 - 5) VVDKZCHAR1VVMWKZ
XDOC5Document (doc. 1 - 5) VVXDOCCHAR10CHAR10
XDOCTYP5Document categ.(doc. 1 - 5) VVXDOCTYPCHAR15TTXBFBRFNM
SDKZ5Print Indicator (Doc. 1 - 5) VVDKZCHAR1VVMWKZ
SMPIndicator for table parameters VVSMPCHAR1KENZX
SMBTYPIndicator for Company Code Category of Table VVSMBTYPCHAR1VVBTYP
SOPMain File Parameter Indicator VVSOPCHAR1KENZX
SOBTYPMain File-Company Code Category Indicator VVSOBTYPCHAR1VVBTYP
SPPRollover date parameter indicator VVSPPCHAR1KENZX
SSDSearch date indicator VVSSDCHAR1KENZX
REPTYPIndicator for the evaluation category REPTYPCHAR2REPTYP

Key field Non-key field



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

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

SELECT SINGLE *
FROM TDP2
INTO CORRESPONDING FIELDS OF WA_TDP2
WHERE...

How to access SAP table TDP2

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