FTPS_HRS_HOTEL SAP (HRS Hotel) Structure details

Dictionary Type: Structure
Description: HRS Hotel




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




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

FTPS_HRS_HOTEL 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 "HRS 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_HRS_HOTEL TYPE FTPS_HRS_HOTEL.

The FTPS_HRS_HOTEL table consists of various fields, each holding specific information or linking keys about HRS Hotel data available in SAP. These include RENOVATION_YEAR (Character field, 8 characters long), CHILD_DISCOUNT (Field of length 16), SERVICE (Field of length 16), SERVICE_TEXT (Char 80).. 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 (Deep)


SAP FTPS_HRS_HOTEL 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
REFERENCE 0
RENOVATION_YEARCharacter field, 8 characters long CHAR8CHAR8CHAR8
CHILD_DISCOUNTField of length 16 CHAR16CHAR16CHAR16
SERVICEField of length 16 CHAR16CHAR16CHAR16
SERVICE_TEXTChar 80 CHAR80CHAR80CHAR80
COSTRUCT_YEARCharacter field, 8 characters long CHAR8CHAR8CHAR8
CHILD_DIS_RATEField of length 16 CHAR16CHAR16CHAR16
SENIOR_DISCOUNTField of length 16 CHAR16CHAR16CHAR16
ADD_BED_PRICEField of length 16 CHAR16CHAR16CHAR16
CATEGORYField of length 16 CHAR16CHAR16CHAR16
SENIOR_DIS_TYPEField of length 16 CHAR16CHAR16CHAR16
PHONEField of length 16 CHAR16CHAR16CHAR16
BUS_VAC2_TO 0
DAYCharacter field, 8 characters long CHAR8CHAR8CHAR8
YEARCharacter field, 8 characters long CHAR8CHAR8CHAR8
MONTHCharacter field, 8 characters long CHAR8CHAR8CHAR8
CURE_TAXIField of length 16 CHAR16CHAR16CHAR16
TIP_TEXTComment CHAR50CHAR50TEXT50
FAXField of length 16 CHAR16CHAR16CHAR16
POSTAL_CODECharacter field, length 70 CHAR70CHAR70CHAR70
NAMECharacter field, length 70 CHAR70CHAR70CHAR70
BUS_VAC2_FROM 0
DAYCharacter field, 8 characters long CHAR8CHAR8CHAR8
YEARCharacter field, 8 characters long CHAR8CHAR8CHAR8
MONTHCharacter field, 8 characters long CHAR8CHAR8CHAR8
ADD_BED_TYPEField of length 16 CHAR16CHAR16CHAR16
CITY30 Characters CHAR30CHAR30CHAR30
CHILD_FREE_MAX_AGECharacter field, 8 characters long CHAR8CHAR8CHAR8
NUM_OF_ROOMS 0
NOTEchar120 CHAR120CHAR120CHAR120
LANGUAGENot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
DISTANCE 0
AREA_CODEField of length 16 CHAR16CHAR16CHAR16
GEO_POSITION 0
LONGITUDEField of length 16 CHAR16CHAR16CHAR16
ACCURACY30 Characters CHAR30CHAR30CHAR30
LATITUDEField of length 16 CHAR16CHAR16CHAR16
CHILD_DIS_TYPEField of length 16 CHAR16CHAR16CHAR16
RECEPTION_TO 0
HOURNot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
MINUTENot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
HOTEL_NUMBERField of length 16 CHAR16CHAR16CHAR16
STREETCharacter field, length 70 CHAR70CHAR70CHAR70
BREAKFAST_TYPEField of length 16 CHAR16CHAR16CHAR16
BREAKFAST_PRICE 0
CURRENCYCharacter field, length 64 CHAR64CHAR64CHAR64
VALUECharacter field, length 64 CHAR64CHAR64CHAR64
NO_FRACTIONCharacter field, 8 characters long CHAR8CHAR8CHAR8
NAME2Character field, length 70 CHAR70CHAR70CHAR70
EQUIPMENT 0
TAXField of length 16 CHAR16CHAR16CHAR16
BUS_VACATION_TO 0
DAYCharacter field, 8 characters long CHAR8CHAR8CHAR8
YEARCharacter field, 8 characters long CHAR8CHAR8CHAR8
MONTHCharacter field, 8 characters long CHAR8CHAR8CHAR8
HOTEL_COUNTRYNot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
ADD_BED_BREAKFField of length 16 CHAR16CHAR16CHAR16
RECEPTION2_TO 0
HOURNot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
MINUTENot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
DISTRICTCharacter field, length 70 CHAR70CHAR70CHAR70
RECEPTION2_FROM 0
HOURNot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
MINUTENot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
CURRENCY3-Byte field CHAR3CHAR3CHAR3
SENIOR_DIS_RATEField of length 16 CHAR16CHAR16CHAR16
TIP_MARK30 Characters CHAR30CHAR30CHAR30
INFO 0
TAX_TEXTChar 20 CHAR20CHAR20CHAR20
CHAINField of length 16 CHAR16CHAR16CHAR16
RECEPTION_FROM 0
HOURNot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
MINUTENot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
BUS_VACATION_FROM 0
DAYCharacter field, 8 characters long CHAR8CHAR8CHAR8
YEARCharacter field, 8 characters long CHAR8CHAR8CHAR8
MONTHCharacter field, 8 characters long CHAR8CHAR8CHAR8

Key field Non-key field



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

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

How to access SAP table FTPS_HRS_HOTEL

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