FTPS_CONTACT_DATA_DYNPRO SAP (Contact Data for Booking Data Screen) Structure details

Dictionary Type: Structure
Description: Contact Data for Booking Data Screen




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




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

FTPS_CONTACT_DATA_DYNPRO 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 "Contact Data for Booking Data Screen" 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_FTPS_CONTACT_DATA_DYNPRO TYPE FTPS_CONTACT_DATA_DYNPRO.

The FTPS_CONTACT_DATA_DYNPRO table consists of various fields, each holding specific information or linking keys about Contact Data for Booking Data Screen data available in SAP. These include MAIL_NEW (New E-Mail Address), PHONE_OLD (Existing Telephone/Cell Phone Number), PHONE_NEW (New Telephone Number), CC_OLD (Existing Credit Card).. 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: Can be enhanced (character-type)


SAP FTPS_CONTACT_DATA_DYNPRO 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
MAIL_OLDExisting E-Mail Address FITP_CONTACT_SCREEN_MAIL_OLDCHAR64CHAR64
MAIL_NEWNew E-Mail Address FITP_CONTACT_SCREEN_MAIL_NEWCHAR128TEXT128
PHONE_OLDExisting Telephone/Cell Phone Number FITP_CONTACT_SCREEN_PHONE_OLDCHAR64CHAR64
PHONE_NEWNew Telephone Number FITP_CONTACT_SCREEN_PHONE_NEWCHAR128CHAR128
CC_OLDExisting Credit Card FITP_CONTACT_SCREEN_CC_OLDCHAR64CHAR64

Key field Non-key field



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

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

How to access SAP table FTPS_CONTACT_DATA_DYNPRO

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