FTPS_API_RAIL_FAU_OUT SAP (Output structure to format pricing entry) Structure details

Dictionary Type: Structure
Description: Output structure to format pricing entry




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




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

FTPS_API_RAIL_FAU_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 "Output structure to format pricing entry" 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_FAU_OUT TYPE FTPS_API_RAIL_FAU_OUT.

The FTPS_API_RAIL_FAU_OUT table consists of various fields, each holding specific information or linking keys about Output structure to format pricing entry data available in SAP. These include DB_TARIFF_TYPE (Traffic type for the DB domestic route), DB_REDUCTION (Reduction type for the DB domestic route), TCV_TRAFFIC_TYPE (Traffic type number), TCV_TARIFF_TYPE (Traffic type for the foreign rail parts).. 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_FAU_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
DB_TRAFFIC_TYPE Traffic type number0
DB_TARIFF_TYPE Traffic type for the DB domestic route0
DB_REDUCTION Reduction type for the DB domestic route0
TCV_TRAFFIC_TYPE Traffic type number0
TCV_TARIFF_TYPE Traffic type for the foreign rail parts0
TCV_REDUCTION Reduction type for the foreign rail parts0
TRAIN_CLASS Class of service (1 or 2)0
NUMBER_OF_TICKETS Number of identical tickets to be issued0
NUMBER_OF_ADULTS Number of adult using the ticket0
NUMBER_OF_CHLDREN Number of child using ticket0
FORM_OF_PAYMENT (use table ZART)0
MWST 0:No VAT, 1:Full VAT, 2:Reduced VAT0
AGE_OF_CHILDREN 0
VALID_FROM_DAYS 0
VALID_FROM_MONTH 0
VALID_FROM_YEAR 0
VALID_UNTIL_DAYS 0
VALID_UNTIL_MONTH 0
VALID_UNTIL_YEAR 0
DIRECTION_ID E:Single/One-Way, R:Return, V:Diff. routes outward & return0
OUTW_OPERATION_CODE '0 ':No ICE used in Germany outward journey, '1 ':ICE used0
OUTW_BHF_DEP_STATION Departure Station0
OUTW_BHF_DEST_STATION Destination Station0
OUTW_BHF_VIA_STATION1 Via Station 10
OUTW_BHF_VIA_STATION2 Via Station 20
OUTW_FV_DEP_STATION Departure Station0
OUTW_FV_DEST_STATION Destination Station0
OUTW_FV_VIA_STATION1 Via Station 10
OUTW_FV_VIA_STATION2 Via Station 20
OUTW_GRZ Insignficant0
RETN_OPERATION_CODE '0 ':No ICE used in Germany outward journey, '1 ':ICE used0
RETN_BHF_DEP_STATION Departure Station0
RETN_BHF_DEST_STATION Destination Station0
RETN_BHF_VIA_STATION1 Via Station 10
RETN_BHF_VIA_STATION2 Via Station 20
RETN_FV_DEP_STATION Departure Station0
RETN_FV_DEST_STATION Destination Station0
RETN_FV_VIA_STATION1 Via Station 10
RETN_FV_VIA_STATION2 Via Station 20
RETN_GRZ Insignficant0
TICKET_NR Ticket number for connecting / add. tickets / extra fare0
SENIOR_PASS_NR Senior pass number0
BUCHUNGSART Irrevelant0
NAME Surname for Interrail tariffs0
FIRSTNAME Firstname for Interrail tariffs0
DATE_OF_BIRTH Date of birth DDMMYY0
AIRLINE_TICKET_NR Airline ticket# of corresp. ticket for Rail & FLy tariffs.0
PASS_NR Pass#, e.g. for interrails tariffs0
COUNTRY_OF_RESIDENCE e.g. for interrails tariffs0
ETC_ZONE interrail zone 2 or 3 letter code0
CFL_ALLERDU_TAGES Luxembourg Rail System, Irrevelant for DB system0
CFL_ALLERDU_MONATS 0
CFL_ALLERDU_JAHRES 0
CFL_ALLERAU_TAGES 0
CFL_ALLERAU_MONATS 0
CFL_ALLERAU_JAHRES 0
CFL_RETOURDU_TAGES 0
CFL_RETOURDU_MONATS 0
CFL_RETOURDU_JAHRES 0
CFL_RETOURAU_TAGES 0
CFL_RETOURAU_MONATS 0
CFL_RETOURAU_JAHRES 0
ERG_MWST_CHAR Reply - (do not fill these fields) contains reply of DB host0
K_KLASSE Carriage class0
DST_NR Currently not used0
SLTR_NR Currently not used0
PRUEFZAHL Currently not used0
BELEGART Currently not used0
K_MUSTER Currently not used0
K_SATZART Currently not used0
DST_BEZ_1 Currently not used0
DST_BEZ_2 Currently not used0
K_TARIF_BEZ_DB TCV tariff desc. for the DB proportion e.g. ICE0
K_TARIF_BEZ_TCV TCV tariff desc. for the TCV proportion0
K_ZAHLUNGSART_BEZ Form of payment0
K_ERM_TEXT_DB Reduction text for the DB proportion0
K_ERM_TEXT_TCV Reduction text for the TCV proportion0
K_HIN_VON Decoded dep. station of outward journey0
K_HIN_NACH Decoded dest. station of outward journey0
K_RCK_VON Decoded dep. station of return journey0
K_RCK_NACH Decoded dest. station of return journey0
K_SEE_CODE_HIN Code# of the outward sea route0
K_SEE_CODE_RCK Code# of the return sea route0
K_E_GELT_TAG First day of validity0
K_L_GELT_TAG Last day of validity0
K_WKZ Currency code0
K_PREIS Edited price0
K_RUECKGABE_IR Currently not used0
K_SE_KURZ_BEZ_H Currently not used0
K_SE_KURZ_BEZ_R Currently not used0
BLAETTERN_KZ Currently not used0
FENSTER Currently not used0
VERSION_DB DB Version number incl. '-'0
RESERVE Currently not used0
GLST_UNSICHER Currently not used0
STRECKE_UNSICHER Currently not used0
BUS_TEILSTRECKE Currently not used0

Key field Non-key field



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

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

How to access SAP table FTPS_API_RAIL_FAU_OUT

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