FITS_DYNPROTEXT_C SAP (Dynpro Fields for Customizing Views) Structure details

Dictionary Type: Structure
Description: Dynpro Fields for Customizing Views




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




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

FITS_DYNPROTEXT_C 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 "Dynpro Fields for Customizing Views" 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_FITS_DYNPROTEXT_C TYPE FITS_DYNPROTEXT_C.

The FITS_DYNPROTEXT_C table consists of various fields, each holding specific information or linking keys about Dynpro Fields for Customizing Views data available in SAP. These include GEODEST_TYP (Text of a Domain), GEOORG (Location Text), GEODEST (Location Text), CABIN_RULE (Text of a Domain).. 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: Not classified


SAP FITS_DYNPROTEXT_C 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
GEOORG_TYP Text of a Domain0
GEODEST_TYP Text of a Domain0
GEOORG Location Text0
GEODEST Location Text0
CABIN_RULE Text of a Domain0
CATEGORY Text of a Domain0
MSGTY Text of a Domain0
COLOR Text of a Domain0
REACTION Text of a Domain0
ROOMTYPE Text of a Domain0
BEDTYPE Text of a Domain0
HOTEL_CAT Text of a Domain0
FLIGHT_CLASS Text of a Domain0
LOCTYPE Text of a Domain0
LOCATION Location Text0
LOCATIONTYPE Text of a Domain0
HOTELCLASS Text of a Domain0
LOCATION_TYP Text of a Domain0
FARETYPE Text of a Domain0
FARENATURE Text of a Domain0
CABIN Text of a Domain0
CHOSEN_PRIO Name of a Chosen Priority0
DEPLOCTYPE Text of a Domain0
ARRLOCTYPE Text of a Domain0
DEPLOC Location Text0
ARRLOC Location Text0
CURRENCY Currency Text0
DISC_NATURE Text of a Domain0
ICON_NAMEIcon name ICON_NAMECHAR30ICONNAME
ICON_NAME1ICONNAME1 ICON_NAME1CHAR30ICONNAME

Key field Non-key field



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

As FITS_DYNPROTEXT_C 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 FITS_DYNPROTEXT_C as there is no data to select.

How to access SAP table FITS_DYNPROTEXT_C

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