/XLSO/SALES_CN_P SAP (XLSO Table to store Country and Sales Area with Plant) Table details

Dictionary Type: Table
Description: XLSO Table to store Country and Sales Area with Plant




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




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

/XLSO/SALES_CN_P is a standard SAP Table which is used to store XLSO Table to store Country and Sales Area with Plant data and is available within R/3 SAP systems depending on the version and release level.

The /XLSO/SALES_CN_P table consists of various fields, each holding specific information or linking keys about XLSO Table to store Country and Sales Area with Plant data available in SAP. These include SALESORG (Sales Organization), DCHANNEL (Distribution Channel), DIVISION (Division), WERKS (Plant (Own or External)).. 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/SALES_CN_P 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
SALESORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
DCHANNELDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
DIVISIONDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
WERKSPlant (Own or External) WERKS_EXTCHAR4Assigned to domainWERKSWRKSH_T001W_EXTS
REF_CUSTOMERCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
COMPANY_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
COUNTRYCountry Key LAND1CHAR3T005TLAND1LND

Key field Non-key field



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

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

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

How to access SAP table /XLSO/SALES_CN_P

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