SAP /SCMTMS/IF_CUST_IATA OO Class - Access to IATA Customizing









/SCMTMS/IF_CUST_IATA is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class /SCMTMS/IF_CUST_IATA including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events



Method list of /SCMTMS/IF_CUST_IATA SAP class


A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD. Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...


Method NameDescriptionVisability
GET_AIRLCGet Airline customizing info (one entry)Public
CALL METHOD /scmtms/if_cust_iata=>GET_AIRLC...more details

GET_AIRLC_ALLGet Airline customizing info (all entries)Public
CALL METHOD /scmtms/if_cust_iata=>GET_AIRLC_ALL...more details

GET_AIRLC_TEXTGet Airline customizing info (text)Public
CALL METHOD /scmtms/if_cust_iata=>GET_AIRLC_TEXT...more details

GET_AWB_PRINT_CODEGet AWB Print Code from IATA airline customizingPublic
CALL METHOD /scmtms/if_cust_iata=>GET_AWB_PRINT_CODE...more details

GET_IATACODE_AIRCRAFTSGet IATA Aircraft Type Code DefinitionsPublic
CALL METHOD /scmtms/if_cust_iata=>GET_IATACODE_AIRCRAFTS...more details

GET_IATACODE_AIRLINESGet IATA Airline Code DefinitionsPublic
CALL METHOD /scmtms/if_cust_iata=>GET_IATACODE_AIRLINES...more details

GET_IATACODE_AIRLINES_BY_AWBGet IATA Airline Code Definitions by Air Waybill PrefixPublic
CALL METHOD /scmtms/if_cust_iata=>GET_IATACODE_AIRLINES_BY_AWB...more details

GET_IATACODE_LOCATIONSGet IATA Location Code DefinitionsPublic
CALL METHOD /scmtms/if_cust_iata=>GET_IATACODE_LOCATIONS...more details

GET_IATACODE_LOCATIONS_BY_CITYGet IATA Location Code Definitions by City (IATA)Public
CALL METHOD /scmtms/if_cust_iata=>GET_IATACODE_LOCATIONS_BY_CITY...more details

GET_IATACODE_LOCATIONS_BY_CNTYGet IATA Location Code Definitions by CountryPublic
CALL METHOD /scmtms/if_cust_iata=>GET_IATACODE_LOCATIONS_BY_CNTY...more details

GET_IATACODE_LOCATIONS_BY_CONFGet IATA Location Code Definitions by ConferencePublic
CALL METHOD /scmtms/if_cust_iata=>GET_IATACODE_LOCATIONS_BY_CONF...more details

GET_IATACODE_LOCATIONS_BY_REGGet IATA Location Code Definitions by RegionPublic
CALL METHOD /scmtms/if_cust_iata=>GET_IATACODE_LOCATIONS_BY_REG...more details

GET_IATACODE_LOCATIONS_RANGEGet IATA Location Code Definitions Using RangePublic
CALL METHOD /scmtms/if_cust_iata=>GET_IATACODE_LOCATIONS_RANGE...more details



/SCMTMS/IF_CUST_IATA attributes

List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.

NameLevelDescriptionInitial ValueTypeVisability
GC_DB_STRUCTUREConstantLeading db table structure'/SCMTMS/S_AIRLC'LIKE
TABNAME
Public
GC_DB_TABLEConstantLeading db table'/SCMTMS/C_AIRLC'LIKE
TABNAME
Public
GC_STD_IMPLEMENTATIONConstantStandard Implementation'/SCMTMS/CL_CUST_IATA'LIKE
SEOCLSNAME
Public




/SCMTMS/IF_CUST_IATA types

TS_AIRLC_PRINTC - IATACODE Airline Code and Print Code
TS_IATACODE_AIRCRAFT - IATACODE Aircraft
TS_IATACODE_AIRCRAFT_DESCR - IATACODE Aircraft (Text Table)
TS_IATACODE_AIRLINE - IATACODE Airline
TS_IATACODE_AIRLINE_DESCR - IATACODE Airline (Text Table)
TS_IATACODE_LOCATION - IATACODE Location
TS_IATACODE_LOCATION_DESCR - IATACODE Location (Text Table)
TT_AIRLCT -
TT_AIRLC_PRINTC - IATACODE Airline Code and Print Code
TT_IATACODE_AIRCRAFT - IATACODE Aircraft
TT_IATACODE_AIRCRAFT_DESCR - IATACODE Aircraft (Text Table)
TT_IATACODE_AIRCRAFT_KEY - IATACODE Aircraft (Key)
TT_IATACODE_AIRLINE - IATACODE Airline
TT_IATACODE_AIRLINE_AWB_KEY - IATACODE Airline AWB (Key)
TT_IATACODE_AIRLINE_DESCR - IATACODE Airline (Text Table)
TT_IATACODE_AIRLINE_KEY - IATACODE Airline (Key)
TT_IATACODE_LOCATION - IATACODE Location
TT_IATACODE_LOCATION_CNTY_KEY -
TT_IATACODE_LOCATION_CONF_KEY - IATACODE Location Conference (Key)
TT_IATACODE_LOCATION_DESCR - IATACODE Location (Text Table)
TT_IATACODE_LOCATION_KEY - IATACODE Location (Key)
TT_IATACODE_LOCATION_RANGE -
TT_IATACODE_LOCATION_REGIO_KEY - IATACODE Location Region (Key)

Links to Related Class(s)

/SCMTMS/...
Full list of available SAP object classes

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!