TPDA_DYNPROS_FIELDS SAP () Structure details

Dictionary Type: Structure
Description:




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




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

TPDA_DYNPROS_FIELDS is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_TPDA_DYNPROS_FIELDS TYPE TPDA_DYNPROS_FIELDS.

The TPDA_DYNPROS_FIELDS table consists of various fields, each holding specific information or linking keys about data available in SAP. These include FVALUE (TPDA: Value of Variable), ABAP_VALUE (TPDA: Value of Variable), SPECIALS (TPDA: Icon with Long Text), NAME ().. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP TPDA_DYNPROS_FIELDS structure 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
FNAMEName of a Screen Element SCRFNAMECHAR132DYNFNAM
FVALUETPDA: Value of Variable TPDA_VAR_VALUESTRG0
ABAP_VALUETPDA: Value of Variable TPDA_VAR_VALUESTRG0
SPECIALSTPDA: Icon with Long Text TPDA_ICONCHAR46TPDA_ICON
NAME 0
GROUP1 0
GROUP2 0
GROUP3 0
GROUP4 0
REQUIRED 0
INPUT 0
OUTPUT 0
INTENSIFIED 0
INVISIBLE 0
LENGTH 0
ACTIVE 0
DISPLAY_3D 0
VALUE_HELP 0
REQUEST 0
VALUES_IN_COMBO 0
COLOR 0
ILEN 0
CONT_ROWS2 byte integer (signed) INT2INT25INT2
CONT_LINES2 byte integer (signed) INT2INT25INT2
SWITCHIDID of Switch in Switch Framework SFW_SWITCHIDCHAR30Assigned to domainSFW_SWITCHIDSFW
SWITCHED 0
SWITCH_REACTIONReaction to Switch SFW_SHOWHIDECHAR1SFW_SHOWHIDE
SWITCH_REACTIONTEXT 0
SWITCH_STATEValue of the Switch Position SFW_SETTINGCHAR1SFW_SETTING
SWITCH_STATETEXT 0
IGNOREFIELD 0
CONVERSIONEXIT 0
FIELDEXIT 0
FOREIGNKEY 0
FIELDEXITNAME 0
CONVERSIONEXITNAME 0
AREA 0
PROPERTYACTIVE 0
TOOLTIPACTIVE 0
PROPERTYBAG 0
TOOLTIP 0
CONTAINERNAME 0
FIELDTYPE 0
MATCHCODE 0

Key field Non-key field



How do I retrieve data from SAP structure TPDA_DYNPROS_FIELDS using ABAP code?

As TPDA_DYNPROS_FIELDS is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on TPDA_DYNPROS_FIELDS as there is no data to select.

How to access SAP table TPDA_DYNPROS_FIELDS

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