T5DF3 SAP (Table Assignment and Window/Element Control for Form) Table details

Dictionary Type: Table
Description: Table Assignment and Window/Element Control for Form




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




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

T5DF3 is a standard SAP Table which is used to store Table Assignment and Window/Element Control for Form data and is available within R/3 SAP systems depending on the version and release level.

The T5DF3 table consists of various fields, each holding specific information or linking keys about Table Assignment and Window/Element Control for Form data available in SAP. These include BEWID (Statement Identifier), WINDOW (Entry of Window Name in SAPscript Form), ELEMENT (Element in Form Window in SAPscript), PSEQ (Print Sequence for Window Elements SAPscript).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP T5DF3 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
BEWIDStatement Identifier P01_BEWIDNUMC4T5DF0P01_BEWIDBEWID
WINDOWEntry of Window Name in SAPscript Form P01_WINDWCHAR8TDELEMFORM
ELEMENTElement in Form Window in SAPscript P01_ELEMTCHAR30TDEVENT
PSEQPrint Sequence for Window Elements SAPscript P01_PSEQNUMC3P01_NUMC3
BTABLPermitted Table P01_BTABLCHAR16P01_BTABL
BEWLAStatement Wage Type P01_BEWLACHAR4T5DF1P01_BEWLA
AREAIndicator for Print Area Within Window P01_AREANUMC1P01_AREA
RECSIndicator for Records to Be Imported P01_RECSNUMC1P01_RECS
COLSNumber of Columns to Be Displayed in the Form P01_COLSNUMC1P01_NUMC1
CPFLDComparison Field of Statement Table P01_CPFLDCHAR30Assigned to domainFDNAME
CPOPRRelational Operator P01_CPOPRCHAR2P01_CPOPR
CPTYPComparison Type P01_CPTYPCHAR1P01_CPTYP
CPVALComparison Value P01_CPVALCHAR40CHAR40
MOLGACountry Grouping MOLGACHAR2T500LMOLGAMOL

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5DF3
INTO CORRESPONDING FIELDS OF WA_T5DF3
WHERE...

How to access SAP table T5DF3

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