FTPS_API_RAIL_FAU_IN SAP (Input structure to format pricing entry) Structure details

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




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




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

FTPS_API_RAIL_FAU_IN 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 "Input 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_IN TYPE FTPS_API_RAIL_FAU_IN.

The FTPS_API_RAIL_FAU_IN table consists of various fields, each holding specific information or linking keys about Input 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_IN 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 0
DST_NR 0
SLTR_NR 0
PRUEFZAHL 0
BELEGART 0
K_MUSTER 0
K_SATZART 0
DST_BEZ_1 0
DST_BEZ_2 0
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 0
K_ERM_TEXT_TCV 0
K_HIN_VON 0
K_HIN_NACH 0
K_RCK_VON 0
K_RCK_NACH 0
K_SEE_CODE_HIN 0
K_SEE_CODE_RCK 0
K_E_GELT_TAG 0
K_L_GELT_TAG 0
K_WKZ 0
K_PREIS 0
K_RUECKGABE_IR 0
K_SE_KURZ_BEZ_H 0
K_SE_KURZ_BEZ_R 0

Key field Non-key field



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

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

How to access SAP table FTPS_API_RAIL_FAU_IN

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