AMI_HOTEL_INFO_TYPE SAP ( Hotel Segment Definition. Only applicable f) Structure details

Dictionary Type: Structure
Description: Hotel Segment Definition. Only applicable f




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




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

AMI_HOTEL_INFO_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 Segment Definition. Only applicable f" 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_INFO_TYPE TYPE AMI_HOTEL_INFO_TYPE.

The AMI_HOTEL_INFO_TYPE table consists of various fields, each holding specific information or linking keys about Hotel Segment Definition. Only applicable f data available in SAP. These include HOTEL_OCCUPANCY (), CONTROLLER (), CODE (Code), NAME (Name).. 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_INFO_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
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

Key field Non-key field



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

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

How to access SAP table AMI_HOTEL_INFO_TYPE

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