FTPS_ROOM_INFO SAP (Room Data) Structure details

Dictionary Type: Structure
Description: Room Data




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




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

FTPS_ROOM_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 "Room Data" 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_ROOM_INFO TYPE FTPS_ROOM_INFO.

The FTPS_ROOM_INFO table consists of various fields, each holding specific information or linking keys about Room Data data available in SAP. These include BEDS (Number of Beds), BED_TYPE (Bed Type), ROOM_RATE_CODE (Rate Code (Hotel-Specific)), RATE_CODE (Hotel Rate Category).. 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_ROOM_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
ROOMTYPEHotel Room Type HOTEL_ROOMTYPECHAR1FTPD_HOTEL_ROOMTYPE
BEDSNumber of Beds HOTEL_NUMBER_OF_BEDSCHAR1CHAR1
BED_TYPEBed Type HOTEL_BEDDING_TYPECHAR1FTPD_BEDDING_TYPE
ROOM_RATE_CODERate Code (Hotel-Specific) HOTEL_ROOM_RATE_CODECHAR3CHAR3
RATE_CODEHotel Rate Category HOTEL_RATE_PLAN_CODECHAR3Assigned to domainFTPD_HOTEL_RATE_CODE
BOOKING_CODEReservation Code for a Hotel Room HOTEL_BOOKING_CODECHAR10FTPD_HOTEL_BOOKING_CODE
RATE_CHANGE_INDPrice Change Due To Requested Period of Stay HOTEL_RATE_CHANGECHAR1CHAR1_X
GUARANTEE_NEEDEDReservation Guarantee Required HOTEL_GUARANTEE_NEEDEDCHAR1CHAR1_X
DEPOSIT_NEEDEDDeposit Required for Reservation HOTEL_DEPOSIT_NEEDEDCHAR1CHAR1_X
HOLD_INDGuarantee for Room Availability HOTEL_HOLD_INDCHAR1CHAR1_X
HOLD_TIMETime limit for guarantee of room availability HOTEL_HOLD_TIMETIMS6FTPD_TIME
SELL_RULE_INDReservation Rules Exist HOTEL_SELL_RULE_INDCHAR1CHAR1_X
MEALSHotel Meals HOTEL_MEALSCHAR1FTPD_HOTEL_MEALS
CORPORATE_ID_INDCompany Identification Required HOTEL_CORPORATE_ID_INDCHAR1CHAR1_X
QUALIFIED_INDRate Category Indicator: Authorization Required HOTEL_QUALIFIED_INDCHAR1CHAR1_X
MIN_STAY_INDMinimum Stay Required HOTEL_MIN_STAY_INDCHAR1CHAR1_X
TOTAL_RATE_INDTotal price HOTEL_TOTAL_RATE_INDCHAR1CHAR1_X
RATERate/Price Per Night HOTEL_RATECURR10(2) FTPD_PRICE
CURRENCYCurrency HOTEL_CURRENCYCUKY5Assigned to domainWAERS
STATUS Room Status0

Key field Non-key field



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

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

How to access SAP table FTPS_ROOM_INFO

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