FTPS_WEB_TA23APIS SAP (Parameters for Advanced Passenger Information Service (APIS)) Structure details

Dictionary Type: Structure
Description: Parameters for Advanced Passenger Information Service (APIS)




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




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

FTPS_WEB_TA23APIS 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 "Parameters for Advanced Passenger Information Service (APIS)" 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_WEB_TA23APIS TYPE FTPS_WEB_TA23APIS.

The FTPS_WEB_TA23APIS table consists of various fields, each holding specific information or linking keys about Parameters for Advanced Passenger Information Service (APIS) data available in SAP. These include MANDATORY (Checkbox), FC_DOC_TYPE (APIS Field Control for Document: Type of Document), FC_DOC_NUM (APIS Field Control for Document: Passport Number), FC_DOC_EXPIRY (APIS Field Control for Document: Expiration Date).. 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_WEB_TA23APIS 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
COUNTRYCountry Key LAND1CHAR3Assigned to domainLAND1LND
MANDATORYCheckbox XFELDCHAR1XFELD
FC_DOC_TYPEAPIS Field Control for Document: Type of Document APIS_FC_DTCHAR1AUSWL
FC_DOC_NUMAPIS Field Control for Document: Passport Number APIS_FC_DNCHAR1AUSWL
FC_DOC_EXPIRYAPIS Field Control for Document: Expiration Date APIS_FC_DECHAR1AUSWL
FC_DOC_ISSUINGAPIS Field Control for Document: Issued By Country APIS_FC_DICHAR1AUSWL
FC_PASS_LAST_NAMAPIS Field Control for Passport: Last (Family) Name APIS_FC_PLCHAR1AUSWL
FC_PASS_FIRST_NAAPIS Field Control for Passport: First (Given) Name APIS_FC_PFCHAR1AUSWL
FC_PASS_SEC_NAMEAPIS Field Control for Passport: Middle Name APIS_FC_PSCHAR1AUSWL
FC_PASS_DBIRTHAPIS Field Control for Passport: Date of Birth APIS_FC_PBCHAR1AUSWL
FC_PASS_GENDERAPIS Field Control for Passport: Gender APIS_FC_PGCHAR1AUSWL
FC_PASS_B_PLACEAPIS Field Control for Passport: Place of Birth APIS_FC_PPCHAR1AUSWL
FC_VISA_NUMBERAPIS Field Control for Visa: Document Number APIS_FC_VNCHAR1AUSWL
FC_VISA_COUNTRYAPIS Field Control for Visa: Country APIS_FC_VCCHAR1AUSWL
FC_VISA_ISS_COUNAPIS Field Control for Visa: Country Issued BY APIS_FC_VICHAR1AUSWL
FC_VISA_ISS_DATEAPIS Field Control for Visa: Date of Issue APIS_FC_VDCHAR1AUSWL
FC_ADR_COUNTRYAPIS Field Control for Address: Country APIS_FC_ACCHAR1AUSWL
FC_ADR_CITYAPIS Field Control for Address: City APIS_FC_ATCHAR1AUSWL
FC_ADR_DETAILSAPIS Field Control for Address: Street APIS_FC_ADCHAR1AUSWL
FC_ADR_STATEAPIS Field Control for Address: State/County APIS_FC_ASCHAR1AUSWL
FC_ADR_ZIPAPIS Field Control for Address: Postal (Zip) Code APIS_FC_AZCHAR1AUSWL
TEXTText, 255 Characters TEXT255CHAR255TEXT255
FC_DOC_NATIOAPIS Field Control for Passport: Nationality APIS_FC_PNCHAR1AUSWL

Key field Non-key field



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

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

How to access SAP table FTPS_WEB_TA23APIS

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