FTPS_PNR_HOTEL_RES_OUT SAP (PNR Hotel) Structure details

Dictionary Type: Structure
Description: PNR Hotel




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




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

FTPS_PNR_HOTEL_RES_OUT 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 "PNR 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_PNR_HOTEL_RES_OUT TYPE FTPS_PNR_HOTEL_RES_OUT.

The FTPS_PNR_HOTEL_RES_OUT table consists of various fields, each holding specific information or linking keys about PNR Hotel data available in SAP. These include CHAIN_CODE (Hotel Chain), LOCATION (Hotel Location), PROPERTY_CODE (Hotel Code (Key for an Individual Hotel)), CHECKIN_DATE (Arrival Date Hotel).. 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_PNR_HOTEL_RES_OUT 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
LINE_NUMBER Line Number in PNR0
CHAIN_CODEHotel Chain HOTEL_PROVIDERCHAR3Assigned to domainFTPD_PROVIDER_CODE
LOCATIONHotel Location HOTEL_SLOCATIONCHAR3Assigned to domainFTPD_IATA_LOCATION
PROPERTY_CODEHotel Code (Key for an Individual Hotel) HOTEL_PROPERTYCHAR6FTPD_HOTEL_PROP
CHECKIN_DATEArrival Date Hotel HOTEL_DATE_ARRDATS8FTPD_DATE
CHECKIN_TIME Checkin Time0
CHECKOUT_DATEDeparture Date Hotel HOTEL_DATE_DEPDATS8FTPD_DATE
CHECKOUT_TIME Depart. Time0
NAMEName of Hotel HOTEL_NAMECHAR40TEXT40
NUMBER_OF_ROOMSNumber of Hotel Rooms HOTEL_NUMBER_OF_ROOMSINT13FTPD_INT1
OCCUPANCYNumber of hotel occupants HOTEL_OCCUPANCYINT13FTPD_INT1
STATUS_CODEHotel Status HOTEL_STATUSCHAR2FTPD_SERVICE_STATUS
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
CONFIRMATION_NRHotel Reservation Number HOTEL_CONFIRMATION_NUMBERCHAR17FTPD_HOTEL_CONF_NUMBER
BOOKING_SOURCEIdentification for booking/reservations BOOKING_SOURCECHAR40CHAR40
CORPORATE_IDCompany identification for room reservation HOTEL_CORPORATE_IDCHAR30FTPD_CORPORATION_ID
MEMBERSHIP_IDCustomer number PROV_PROGRAM_NRCHAR20CHAR20
SUPPLEMENTAL_INFOAdditional hotel information HOTEL_ADD_INFOCHAR132FTPD_INFO
NAME_IN_SEG Name of Traveler0
TOTAL_RATE_INDTotal price HOTEL_TOTAL_RATE_INDCHAR1CHAR1_X
RATE_QUOTE_RATERate/Price Per Night HOTEL_RATECURR10(2) FTPD_PRICE
RATE_QUOTE_CURRCurrency HOTEL_CURRENCYCUKY5Assigned to domainWAERS
DEPOSIT_CREDIT_CARD_CODE Deposit: Credit Card Company0
DEPOSIT_CREDIT_CARD_NUMBER Deposit: Credit Card Number0
DEPOSIT_CREDIT_CARD_DATE Deposit: Credit Card Date0
DEPOSIT_AMOUNT Deposit: Amount0
DEPOSIT_CURR Deposit: Total0
GUARANTEE_CREDIT_CARD_VENDOR Guaranteed Reservation: Credit Card Company0
GUARANTEE_CREDIT_CARD_NUMBER Guaranteed Reservation: Credit Card Number0
GUARANTEE_CREDIT_CARD_DATE Guaranteed Reservation: Credit Card Date0
GUARANTEE_AMOUNT Guaranteed Reservation: Total0
GUARANTEE_CURR Guaranteed Reservation: Amount0
COMP_ACC_SELLDirect Access to Reservation System of Hotel COMPLETE_ACCESS_INDCHAR1FTPD_BOOLEAN
ADDRESSHotel Address (address string separated by #) HOTEL_ADDRESSCHAR132TEXT132
PASSENGER_ID Assigned Traveler0

Key field Non-key field



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

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

How to access SAP table FTPS_PNR_HOTEL_RES_OUT

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