AMI_HOTEL_TYPE SAP ( Hotel booking definition ) Structure details

Dictionary Type: Structure
Description: Hotel booking definition




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




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

AMI_HOTEL_TYPE 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 booking definition " 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_AMI_HOTEL_TYPE TYPE AMI_HOTEL_TYPE.

The AMI_HOTEL_TYPE table consists of various fields, each holding specific information or linking keys about Hotel booking definition data available in SAP. These include TYPE (Segment type. E.g. 'HOTEL' for GDS standard hotel segment, '), CONTROLLER (), TYPE (Segment type. E.g. 'HOTEL' for GDS standard hotel segment, '), THIRD_PARTY_INFO ().. 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 AMI_HOTEL_TYPE 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
CONTROLLER 0
TYPE Segment type. E.g. 'HOTEL' for GDS standard hotel segment, '0
CONTROLLER 0
TYPE Segment type. E.g. 'HOTEL' for GDS standard hotel segment, '0
THIRD_PARTY_INFO 0
CHECK_IN_DATEXSD Time (UTC): yyyy-mm-ddThh:mm:ssZ [ext.] XSDDATETIME_ZDEC15XSDDATETIME_Z
CHECK_OUT_DATEXSD Time (UTC): yyyy-mm-ddThh:mm:ssZ [ext.] XSDDATETIME_ZDEC15XSDDATETIME_Z
LOCATION 0
CONTROLLER 0
BASE 0
CONTROLLER 0
LOCATION_CODE 0
CONTROLLER 0
CODE Code0
NAME Name0
CITY_CODE 0
CONTROLLER 0
CODE Code0
NAME Name0
COUNTRY_CODE 0
CONTROLLER 0
CODE Code0
NAME Name0
STATE_CODE 0
CONTROLLER 0
CODE Code0
NAME Name0
AREA 0
CONTROLLER 0
CODE Code0
NAME Name0
TRANSPORTATION 0
CONTROLLER 0
CODE Code0
NAME Name0
HOTEL_INFO 0
CONTROLLER 0
HOTEL_OCCUPANCY 0
CONTROLLER 0
CODE Code0
NAME Name0
HOTEL 0
CONTROLLER 0
BASE 0
CONTROLLER 0
NAME Name0
ADDRESS 0
CONTROLLER 0
ADDRESS_LINE 0
ZIP_CODE Zip code/Postal code0
CITY City/Town0
STATE State/Region0
COUNTRY Country code0
GEO_CODE 0
CONTROLLER 0
LATITUDE Latitude0
LONGITUDE Longitude0
PHONE Phone number 0
FAX Fax number 0
EMAIL Email address 0
TELEX 0
CODE Code0
COMPANY 0
CONTROLLER 0
CODE Code0
NAME Name0
ACCESS_TYPE GDS specific information. Access type to 0
ADDITIONAL_INFO Additional information regarding the0
CHECK_IN_POLICY_INFO 0
CONTROLLER 0
CODE Code0
NAME Name0
CANCELLATION_POLICY_INFO 0
CONTROLLER 0
FREE_FLOW_TEXT Free flow text0
ROOM_TYPE 0
CONTROLLER 0
CODE Code0
GDS_ROOM_TYPE GDS room type 0
ROOM_CODE Room identifier code 0
BED_TYPE Type of bed 0
ROOM_RATE_DESCRIPTION_LIST 0
SPECIAL_RATE_TYPE 0
CONTROLLER 0
CODE Code0
NAME Name0
SPECIAL_RATE_LIST 0
MEAL_TYPE 0
CONTROLLER 0
CODE Code0
NAME Name0
SMOKING_PREFERENCE Smoking preference. Value can be0
CHECK_IN_PREFERENCE 0
CONTROLLER 0
VALUE Check-in or check-out preference0
TIMEXSD Time: hh:mm:ss[.sss] [ext.] XSDTIME_TTIMS6XSDTIME_T
CHECK_OUT_PREFERENCE 0
CONTROLLER 0
VALUE Check-in or check-out preference0
TIMEXSD Time: hh:mm:ss[.sss] [ext.] XSDTIME_TTIMS6XSDTIME_T
SPECIAL_SERVICE_REQUEST_LIST 0
SELL_INFO_LIST 0
BED_NUMBER Number of beds in the room 0
HOTEL_FARE 0
LOWEST_FARE 0
JUSTIFICATION 0
GUARANTEE 0
CONTROLLER 0
PAYMENT_TYPE Payment type. E.g. 'CC_GUARANTEE':0
PAYMENT_NUMBER Payment information. E.g. Credit card0
DEPOSIT 0
CONTROLLER 0
PAYMENT_TYPE Payment type. E.g. 'CC_GUARANTEE':0
PAYMENT_NUMBER Payment information. E.g. Credit card0
STATUS 0
CONTROLLER 0
CODE Code0
NAME Name0
PERMISSIONS 0
CONTROLLER 0
IS_MODIFICATION_ALLOWEDXSD Truth Value: True/False [ext.] XSDBOOLEANCHAR1XSDBOOLEAN
IS_CANCELLATION_ALLOWEDXSD Truth Value: True/False [ext.] XSDBOOLEANCHAR1XSDBOOLEAN
IS_DATE_CHANGE_ONLY_ALLOWEDXSD Truth Value: True/False [ext.] XSDBOOLEANCHAR1XSDBOOLEAN
CONFIRMATION_NUMBER Hotel booking confirmation numbe0
CANCELLATION_NUMBER Hotel booking cancellation numbe0
CORPORATE_DISCOUNT_NUMBER Corporate discount number used for the0
ID Hotel booking identifier 0
NUMBER_OF_NIGHTS Number of nights of the stay0
IS_OUT_OF_POLICYXSD Truth Value: True/False [ext.] XSDBOOLEANCHAR1XSDBOOLEAN

Key field Non-key field



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

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

How to access SAP table AMI_HOTEL_TYPE

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