PTRM_IMG_HTLCAT_STY SAP (Enterprise-Specific Hotel Catalog) Structure details

Dictionary Type: Structure
Description: Enterprise-Specific Hotel Catalog




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




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

PTRM_IMG_HTLCAT_STY 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 "Enterprise-Specific Hotel Catalog" 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_PTRM_IMG_HTLCAT_STY TYPE PTRM_IMG_HTLCAT_STY.

The PTRM_IMG_HTLCAT_STY table consists of various fields, each holding specific information or linking keys about Enterprise-Specific Hotel Catalog data available in SAP. These include HTLCODES (), PROFILES (), MANDT (Client), HOTEL_ID (Hotel Catalog Item (enterprise-specific)).. 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 PTRM_IMG_HTLCAT_STY 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
PROFILE_DESCText (20 Characters) TEXT20CHAR20TEXT20
HTLCODES 0
PROFILES 0
MANDTClient MANDTCLNT3Assigned to domainMANDT
HOTEL_IDHotel Catalog Item (enterprise-specific) HOTEL_IDCHAR8Assigned to domainFTPD_HOTEL_INDEX
PROVIDERProvider Code PROVIDER_CODECHAR3TA21PFTPD_PROVIDER_CODE
LOCIDIATA location IATA_LOCATIONCHAR3TA21LFTPD_IATA_LOCATION
PROPERTYHotel Code (Key for an Individual Hotel) HOTEL_PROPERTYCHAR6FTPD_HOTEL_PROP
NAMEName of Hotel HOTEL_NAMECHAR40TEXT40
STRASSEStreet and house number of hotel HOTEL_STREETCHAR60TEXT60
STRASSE2Street and house number of hotel HOTEL_STREETCHAR60TEXT60
LAND1Country Key LAND1CHAR3T005LAND1LND
PLZPostal Code POST_CODECHAR10Assigned to domainPOST_CODEPSCPSTC
ORTHotel location HOTEL_LOCATIONCHAR30TEXT30
ORTSTEILDistrict of hotel HOTEL_SUBLOCATIONCHAR30TEXT30
TELEFONTelephone Number TELNR_BASCHAR14TELNR_BAS
FAXHotel: Fax Number HOTEL_FAXNRCHAR14TELNR_BAS
LANDXCountry Name LANDXCHAR15TEXT15
LOC_NAMEIATA Location Name IATA_LOCATION_NAMECHAR30TEXT30
PROV_NAMEProvider Name PROVIDER_NAMECHAR30TEXT30
AREA_LOCHotel Area HOTEL_AREA_LOCCHAR1FTPD_HOTEL_AREA
TRANS_LOCTransportation Option to Hotel HOTEL_TRANS_LOCCHAR1FTPD_HOTEL_TRANSPORT
AVAILABLEHotel: Access via GDS or Asterix HOTEL_AVAILABILITYCHAR1FTPD_HOTEL_AVAILABILITY
RFCDESTRFC Destination Asterix ASTERIX_RFCDESTCHAR32Assigned to domainRFCDEST
URLURL (Uniform Resource Locator) of Information Source INFO_URLCHAR255TEXT255
TRIM_HOTEL_IDHotel Catalog Item (Enterprise-specific) PTRM_IMG_HOTEL_IDCHAR8ALPHAPTRM_IMG_HOTEL_ID
LOC_DESCLocation Description: Code Name PTRM_IMG_LOCDESCCHAR40TEXT40

Key field Non-key field



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

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

How to access SAP table PTRM_IMG_HTLCAT_STY

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