FTPS_HAFAS_IN_REQ SAP (Request Input Structure) Structure details

Dictionary Type: Structure
Description: Request Input Structure




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




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

FTPS_HAFAS_IN_REQ 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 "Request Input Structure" 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_HAFAS_IN_REQ TYPE FTPS_HAFAS_IN_REQ.

The FTPS_HAFAS_IN_REQ table consists of various fields, each holding specific information or linking keys about Request Input Structure data available in SAP. These include REQ_INITIAL (Initial = ' ', Continuous = 'X'), REQ_CONNECT (No Direct Connection = ' ', Direct Connection = 'X'), REQ_DIRECTION (Forward = ' ', Backward = 'X'), REQ_FW_COUNT (Number of Forward Requests).. 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_HAFAS_IN_REQ 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
REQ_MODE Single User = ' ', Multi = 'X'0
REQ_INITIAL Initial = ' ', Continuous = 'X'0
REQ_CONNECT No Direct Connection = ' ', Direct Connection = 'X'0
REQ_DIRECTION Forward = ' ', Backward = 'X'0
REQ_FW_COUNT Number of Forward Requests0
REQ_BW_COUNT Number of Backward Requests0
REQ_VIA_OUT Display Via: ' ' = Only When Changing Trains, 'X' = Always0
REQ_CHG_ALLOWED Train Changing Allowed = ' ', Not Allowed = 'X'0
REQ_ADD_CHARGE Connection with Additional Charges Allowed = ' ', Not = 'X'0
REQ_CONN_OUT Display All Connections = ' ', Suppress = 'X'0
REQ_LONG_WAIT Allow Long Waits When Changing Trains = ' ', Don't = 'X'0
REQ_IC_CHARGE Remark for ICs Without Additional Charges = ' '0
REQ_CNT_ELEM Max Number of Train Elements per Request0
REQ_CNT_CHNG Max Number of Train Changes per Request0
REQ_BORDER Border Connection0
REQ_SLEEPING Include Trains with Sleeping Options = ' ', no = 'X'0
SRCH_MODE Old Mode = ' ', With Optimal Changes = 'X'0
SRCH_CNT Exact Amount of Connections Only = ' ', Possibly More = 'X'0
REQDATE 0
REQTIME 0
CHG_MIN Allowed Time in Minutes for a More Convenient Connection0
OUT_FILTER Output Filter0
MAX_SECS Abort Multi-Request After This Many Seconds0

Key field Non-key field



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

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

How to access SAP table FTPS_HAFAS_IN_REQ

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