FTPS_API SAP (API basic fields) Structure details

Dictionary Type: Structure
Description: API basic fields




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




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

FTPS_API 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 "API basic fields" 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_API TYPE FTPS_API.

The FTPS_API table consists of various fields, each holding specific information or linking keys about API basic fields data available in SAP. These include CHAR1 (), CHAR21 (), CTXTID (Context handler), ERROR_CODE (Return error code of API interface).. 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 FTPS_API 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
TEXT 0
CHAR1 0
CHAR21 0
CTXTID Context handler0
ERROR_CODEReturn error code of API interface API_ERROR_CODEINT410FTPD_ERROR_CODE
ERROR_TYPEType of API return error code API_ERROR_TYPECHAR1FTPD_ERROR_TYPE
INT2 0
BOOL1 0
INT1 0
LINENUMBERLine number API_LINENUMBERINT25FTPD_LINENUMBER
OFFICE_IDSales office code API_OFFICEIDCHAR12Assigned to domainFTPD_OFFICE_ID
HOTEL_INDEX Index for hotel availability0
PROPERTY_CODE Last three characters of property code0
CAR_INDEX Index for car list/avail0
ERROR_TEXT Text returned to describe error0
EXTENDED_ERROR Extended error code0
TERMINAL_ID START Terminal ID0
START_NAME Start Name0
PSGR_TYPEPassenger type description API_1A_PASSENGER_TYPECHAR4FTPD_PASSENGER_TYPE
RECLOCPassenger Name Record Locator PNR_RECORD_LOCATORCHAR20FTPD_PNR_RECORD_LOCATOR
AIR_NUMBERAir record unique identifier AIR_RECORD_NUMBERNUMC12
APIDATE 0
TRIP_NUMBERTrip Number REINRNUMC10REINR
PERSONAL_IDPersonnel Number PERNR_DNUMC8PERNRPER
CITY_CODE5 character code identifying a City Code API_1A_CITY_CODECHAR5

Key field Non-key field



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

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

How to access SAP table FTPS_API

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