/XLSO/ADVERTISE SAP (Advertisements) Table details

Dictionary Type: Table
Description: Advertisements




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




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

/XLSO/ADVERTISE is a standard SAP Table which is used to store Advertisements data and is available within R/3 SAP systems depending on the version and release level.

The /XLSO/ADVERTISE table consists of various fields, each holding specific information or linking keys about Advertisements data available in SAP. These include ADVT_TYPE (Advertisement Type), SALES_ORG (Sales Organization), PRODUCT_TYPE (Product Type), PRODUCT_ID (Product ID).. 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/ADVERTISE 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
ADVT_TYPEAdvertisement Type /XLSO/E_ADVT_TYPCHAR3/XLSO/D_ADVT_TYP
SALES_ORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
PRODUCT_TYPEProduct Type /XLSO/E_PRODUCT_TYPECHAR2Assigned to domainOTYPE
PRODUCT_IDProduct ID /XLSO/E_PRODUCT_IDNUMC8Assigned to domainHROBJID/XLSO/H_PRODUCT_ID
ABBREVEATIONDescription /XLSO/E_DESCRIPTIONCHAR225CHAR225
SHORT_TEXTDescription /XLSO/E_DESCRIPTIONCHAR225CHAR225
LOCATIONLocation /XLSO/E_LOCATIONCHAR40CHAR40
START_DATEValid From /XLSO/E_VALID_FROMDATS8DATS
SEATSAvailable Seats /XLSO/E_AVL_SEATINT410INT4
OFFER_PRICERate (condition amount or percentage) where no scale exists KBETR_KONDCURR11(2) WERTV6
MATERIALMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
UNITSD Document Currency WAERKCUKY5Assigned to domainWAERSFWS
END_DATEValid To /XLSO/E_VALID_TODATS8DATS
CATALOG_IDProduct catalog number WMINRCHAR10Assigned to domainWMINRWMIWPC1
VARIANTProduct catalog variant WMVARDCHAR3Assigned to domainWMVAR
SMALL_IMAGEImage Filename /XLSO/E_IMAGECHAR255/XLSO/D_IMAGE

Key field Non-key field



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

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

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

How to access SAP table /XLSO/ADVERTISE

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