/XLSO/RECOM_PROD SAP (Recommendation for Product) Table details

Dictionary Type: Table
Description: Recommendation for Product




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




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

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

The /XLSO/RECOM_PROD table consists of various fields, each holding specific information or linking keys about Recommendation for Product data available in SAP. These include RECOMENDATION_TY (Recommendation Type), SALES_ORG (Sales Organization), OR_PRODUCT_TYPE (Product Type), OR_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 (Deep)


SAP /XLSO/RECOM_PROD 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
RECOMENDATION_TYRecommendation Type /XLSO/E_RECOM_TYPCHAR3/XLSO/D_RECOM_TYP
SALES_ORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
OR_PRODUCT_TYPEProduct Type /XLSO/E_PRODUCT_TYPECHAR2Assigned to domainOTYPE
OR_PRODUCT_IDProduct ID /XLSO/E_PRODUCT_IDNUMC8Assigned to domainHROBJID/XLSO/H_PRODUCT_ID
RECOM_PRODUCT_TYRecommended Product Type /XLSO/E_RECOM_PRODUCT_TYPECHAR18Assigned to domainMATN1MATNR
RECOM_PRODUCT_IDRecommended Product ID /XLSO/E_RECOM_PRODUCT_IDNUMC8NUMC8
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
LIST_PRICEPrice /XLSO/E_PRICEFLTP16(16) FLOAT1
OFFER_PRICEPrice /XLSO/E_PRICEFLTP16(16) FLOAT1

Key field Non-key field



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

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

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

How to access SAP table /XLSO/RECOM_PROD

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