/XLSO/PMAIL_SCEN SAP (Scenarios for periodic mail) Table details

Dictionary Type: Table
Description: Scenarios for periodic mail




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




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

/XLSO/PMAIL_SCEN is a standard SAP Table which is used to store Scenarios for periodic mail data and is available within R/3 SAP systems depending on the version and release level.

The /XLSO/PMAIL_SCEN table consists of various fields, each holding specific information or linking keys about Scenarios for periodic mail data available in SAP. These include SCENARIO_TYPE (Scenario type for periodic mail), DESCRIPTION (Periodic mail scenario description).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP /XLSO/PMAIL_SCEN 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
SCENARIO_TYPEScenario type for periodic mail /XLSO/E_PMAIL_SENARIO_TYPCHAR20/XLSO/D_PMAIL_SENARIO_TYP/XLSO/H_PMAIL_SCEN_TYP
DESCRIPTIONPeriodic mail scenario description /XLSO/E_MAIL_SCENARIO_DESCCHAR255/XLSO/D_MAIL_SCENARIO_DESC

Key field Non-key field



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

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

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

How to access SAP table /XLSO/PMAIL_SCEN

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