/XLSO/S_COMPANY_PROFILE_DATA SAP (Company Profile Data structure) Structure details

Dictionary Type: Structure
Description: Company Profile Data structure




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




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

/XLSO/S_COMPANY_PROFILE_DATA 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 "Company Profile Data structure" 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_/XLSO/S_COMPANY_PROFILE_DATA TYPE /XLSO/S_COMPANY_PROFILE_DATA.

The /XLSO/S_COMPANY_PROFILE_DATA table consists of various fields, each holding specific information or linking keys about Company Profile Data structure data available in SAP. These include COMPANY_ID (Customer Numbers), STATUS_ORDER_BLOCK (Central order block for customer), STATUS_BILLING_BLOCK (Central billing block for customer), COMPANY_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: Cannot Be Enhanced


SAP /XLSO/S_COMPANY_PROFILE_DATA 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
COMPANY_SHRT_NAMESort field SORTLCHAR10CHAR10
COMPANY_IDCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
STATUS_ORDER_BLOCKCentral order block for customer AUFSD_XCHAR2Assigned to domainKAUFS
STATUS_BILLING_BLOCKCentral billing block for customer FAKSD_XCHAR2Assigned to domainFAKSP
COMPANY_NAMEName NAME1CHAR30TEXT30
STREETHouse number and street STRASCHAR30TEXT30
POSTALCODEPostal Code PSTLZCHAR10PSTLZ
COUNTRYCountry Key LAND1CHAR3Assigned to domainLAND1LND
TELEPHONEFirst telephone number TELF1CHAR16TEXT16
SA_HOUSENUMBERHouse Number AD_HSNM1CHAR10TEXT10
SA_POSTALCODEPostal Code PSTLZCHAR10PSTLZ
SA_STREETHouse number and street STRASCHAR30TEXT30
SA_CITYCity ORT01_GPCHAR35TEXT35
SA_COUNTRYCountry Key LAND1CHAR3Assigned to domainLAND1LND
SA_REGIONSTATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO
PREF_PAYMENTPreferred Payment Method /XLSO/E_PREFERRED_PAYMENTCHAR2/XLSO/D_PAY_METHOD
INDUSTRYIndustry key BRSCHCHAR4Assigned to domainBRSCH
INDUSTRY_NAMEDescription of the Industry Key TEXT1_016TCHAR20TEXT20
CONTACT_PERS_DATA 0
APPROVAL_REQ_F_COMP_ASSIGNFor Approval /XLSO/E_APP_ON_OFCHAR1/XLSO/D_APP_ON_OF
APPROVAL_REQ_F_TRNG_ACTFor Approval /XLSO/E_APP_ON_OFCHAR1/XLSO/D_APP_ON_OF
APPROVAL_REQ_F_TRNG_CANFor Approval /XLSO/E_APP_ON_OFCHAR1/XLSO/D_APP_ON_OF
APPROVAL_REQ_F_SALES_ORDERFor Approval /XLSO/E_APP_ON_OFCHAR1/XLSO/D_APP_ON_OF

Key field Non-key field



How do I retrieve data from SAP structure /XLSO/S_COMPANY_PROFILE_DATA using ABAP code?

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

How to access SAP table /XLSO/S_COMPANY_PROFILE_DATA

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