/XLSO/COUN_LOCAT SAP (Table to maintain the country and location interest) Table details

Dictionary Type: Table
Description: Table to maintain the country and location interest




ABAP Code to SELECT data from /XLSO/COUN_LOCAT
Related tables to /XLSO/COUN_LOCAT
Access table /XLSO/COUN_LOCAT




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

/XLSO/COUN_LOCAT is a standard SAP Table which is used to store Table to maintain the country and location interest data and is available within R/3 SAP systems depending on the version and release level.

The /XLSO/COUN_LOCAT table consists of various fields, each holding specific information or linking keys about Table to maintain the country and location interest data available in SAP. These include USERID (User Name in User Master Record), LOCATION_ID (Business event location (search string)), LOCATION_TEXT (Object 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP /XLSO/COUN_LOCAT table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
USERIDUser Name in User Master Record XUBNAMECHAR12Assigned to domainXUBNAMEXUS
LOCATION_IDBusiness event location (search string) LOCSRKCHAR12CHAR12
LOCATION_TEXTObject Name STEXTCHAR40TEXT40

Key field Non-key field



How do I retrieve data from SAP table /XLSO/COUN_LOCAT using ABAP code

The following ABAP code Example will allow you to do a basic selection on /XLSO/COUN_LOCAT to SELECT all data from the table
DATA: WA_/XLSO/COUN_LOCAT TYPE /XLSO/COUN_LOCAT.

SELECT SINGLE *
FROM /XLSO/COUN_LOCAT
INTO CORRESPONDING FIELDS OF WA_/XLSO/COUN_LOCAT
WHERE...

How to access SAP table /XLSO/COUN_LOCAT

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