FTPS_XI_HOTEL_HEADER_INFO SAP (Hotel Header for screen 1110 (SAPLFITP_DIRECT_HOTEL)) Structure details

Dictionary Type: Structure
Description: Hotel Header for screen 1110 (SAPLFITP_DIRECT_HOTEL)




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




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

FTPS_XI_HOTEL_HEADER_INFO 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 "Hotel Header for screen 1110 (SAPLFITP_DIRECT_HOTEL)" 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_XI_HOTEL_HEADER_INFO TYPE FTPS_XI_HOTEL_HEADER_INFO.

The FTPS_XI_HOTEL_HEADER_INFO table consists of various fields, each holding specific information or linking keys about Hotel Header for screen 1110 (SAPLFITP_DIRECT_HOTEL) data available in SAP. These include MANDT (Client), PERNR (Personnel Number), REINR (Trip Number), PLANNR (Travel Plan Number (Sequential Number)).. 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: Can be enhanced (character-type or numeric)


SAP FTPS_XI_HOTEL_HEADER_INFO 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
REINRTrip Number REINRNUMC10REINR
PLANNRTravel Plan Number (Sequential Number) PLAN_NRNUMC2Assigned to domainFTPD_PLAN_NR
VARIANTPlan variant number (sequential number) VARIANT_NRNUMC2FTPD_VARIANT_NR
VARIANTVRSVersion of travel plan VARIANT_VERSIONNUMC2Assigned to domainFTPD_VARIANT_VERSION
ITEMTravel Request Item Number (Sequential Number) ITEMPOS_NRNUMC3Assigned to domainFTPD_ITEM_ID
SERVICEHotel number HOTEL_SERVICE_NRNUMC3Assigned to domainFTPD_HOTEL_ID
DATE_ARRArrival Date Hotel HOTEL_DATE_ARRDATS8FTPD_DATE
DATE_DEPDeparture Date Hotel HOTEL_DATE_DEPDATS8FTPD_DATE
NAMEName of Hotel HOTEL_NAMECHAR40TEXT40
ROOMSNumber of Hotel Rooms HOTEL_NUMBER_OF_ROOMSINT13FTPD_INT1
BEDSNumber of Beds HOTEL_NUMBER_OF_BEDSCHAR1CHAR1
PRIORITYPriority of trip rule PROFIL_PRIROITYCHAR1FTPD_PROF_PRIORITY
HIGHEST_PRIORITYPriority of trip rule PROFIL_PRIROITYCHAR1FTPD_PROF_PRIORITY
ADD_INFOText field length 200 CHAR200CHAR200CHAR200
LOC_TEXTLocation for Hotel Search HRS_HOTEL_LOCATIONCHAR64TEXT64
COUNTRYHRS Country Code HRS_HOTEL_COUNTRYCHAR3INTCA3
SINGLE_DOUBLERoom Occupancy HRS_HOTEL_OCCUPANCYCHAR12FTPD_HRS_HOTEL_OCCUPANCY
SEARCH_RADIUSRadius for Hotel Search HRS_HOTEL_SEARCH_RADIUSNUMC4FTPD_SEARCH_RADIUS
HOTEL_NUMBERHRS Hotel Number HRS_HOTEL_NUMBERCHAR10CHAR10
BOOKING_NRHRS Booking Number HRS_HOTEL_BOOKING_NRCHAR32CHAR32
BOOKING_PWHRS Booking Password HRS_HOTEL_BOOKING_PWCHAR32CHAR32
RATE_NUMBERHRS Rate HRS_HOTEL_RATE_NUMBERCHAR10CHAR10
.INCLU--AP 0
LOC_CODEHotel location code - Provider Specific HOTEL_LOCATION_CODECHAR20CHAR20
CORPORATE_RATEHotel Rate Type HOTEL_RATE_TYPECHAR1FTPD_HOTEL_RATE_TYPE
RATE_NAMEDirect Hotel/Room Rate Name FTPD_HOTEL_RATE_NAMECHAR40CHAR40

Key field Non-key field



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

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

How to access SAP table FTPS_XI_HOTEL_HEADER_INFO

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