/XLSO/PMAIL_EVAL SAP (Periodic mail execution details for evaluation) Table details

Dictionary Type: Table
Description: Periodic mail execution details for evaluation




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




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

/XLSO/PMAIL_EVAL is a standard SAP Table which is used to store Periodic mail execution details for evaluation data and is available within R/3 SAP systems depending on the version and release level.

The /XLSO/PMAIL_EVAL table consists of various fields, each holding specific information or linking keys about Periodic mail execution details for evaluation data available in SAP. These include LEARNER_ID (ID of Related Object), COURSE_ID (ID of Related Object), COURSE_TYPE (Object Type), PMAIL_START_DATE (Start date for periodic mail).. 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/PMAIL_EVAL 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
LEARNER_IDID of Related Object SOBIDCHAR45CHAR45
COURSE_IDID of Related Object SOBIDCHAR45CHAR45
COURSE_TYPEObject Type OTYPECHAR2Assigned to domainOTYPEPOT
PMAIL_START_DATEStart date for periodic mail /XLSO/E_PMAIL_START_DATEDATS8DATS
LAST_RUN_DATELast Run date for periodic mails /XLSO/E_MAIL_LAST_RUN_DATEDATS8/XLSO/D_MAIL_LAST_RUN_DATE

Key field Non-key field



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

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

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

How to access SAP table /XLSO/PMAIL_EVAL

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