FTPS_API_RAIL_FIN_OUT SAP (Structure to format pricing response) Structure details

Dictionary Type: Structure
Description: Structure to format pricing response




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




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

FTPS_API_RAIL_FIN_OUT 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 "Structure to format pricing response" 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_RAIL_FIN_OUT TYPE FTPS_API_RAIL_FIN_OUT.

The FTPS_API_RAIL_FIN_OUT table consists of various fields, each holding specific information or linking keys about Structure to format pricing response data available in SAP. These include DISCOUNT_PERCENTAGE (Reduction rate on standard fare), DISCOUNT_DESCRIPTION (Description of reduction (child ...)), FOP_CODE (FOP Code (Use ZART Table)), DISTANCE (Route distance in Kms).. 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_RAIL_FIN_OUT 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
TRAFFIC_DESCRIPTION (Single or Return)0
DISCOUNT_PERCENTAGE Reduction rate on standard fare0
DISCOUNT_DESCRIPTION Description of reduction (child ...)0
FOP_CODE FOP Code (Use ZART Table)0
DISTANCE Route distance in Kms0
DEPARTURE_STATION Departures staion0
DESTINATION_STATION Arrival Station0
BUS_DEPARTURE Bus departure station0
BUS_DESTINATION Bus arrival station0
BUS_ROUTE_TEXT Bus route description0
NON_DB_TARIFF Foreign Tariff data0
NON_DB_DATA1 See page number0
NON_DB_DATA2 See page number0
IN_VALID_FROM_DATE valid from date of first leg0
IN_VALID_TO_DATE valid to date of first leg0
RETURN_VALID_FROM_DATE valid from date of return leg0
RETURN_VALID_TO_DATE valid to date of return leg0
LAST_TICKET_DATE last day of tkt validity0
VALIDITY_MONTH_WEEK validity for weekly and monthly tkt0
K_ANZ_GRUPPE Not Usedot UsedNot Used0
CURRENCY_CODE Currency code for all amounts0
TOTAL_PRICE total price for tkt0
DETOUR_CRITERIA detour or transition criteria0
K_SE_KURZ_BEZ_H Not Usedot UsedNot Used0
K_SE_KURZ_BEZ_R Not Usedot UsedNot Used0
K_FV_ERG_MWST VAT of the ICE route0
ADMINISTRATIVE_OFFICE_NUMBER 0
TICKET_COUNTER_NUMBER 0
BELEGART Not Usedot UsedNot Used0
DOCUMENT_NUMBER 0
CLASS_OF_SERVICE 0
ADMINISTRATIVE_OFFICE1 0
ADMINISTRATIVE_OFFICE2 0
BLAETTERN_KZ Not Usedot UsedNot Used0
FENSTER Not Usedot UsedNot Used0
VERSION_NUMBER 0
RESERVE Not Usedot UsedNot Used0
AUTOMATIC_EQUALIZATION 0
STRECKE_UNSICHER Not Usedot UsedNot Used0
BUS_PROPORTION_CRITERIA 0

Key field Non-key field



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

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

How to access SAP table FTPS_API_RAIL_FIN_OUT

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