/XLSO/PMAIL_COMP SAP (Company wise periodic mail settings) Table details

Dictionary Type: Table
Description: Company wise periodic mail settings




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




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

/XLSO/PMAIL_COMP is a standard SAP Table which is used to store Company wise periodic mail settings data and is available within R/3 SAP systems depending on the version and release level.

The /XLSO/PMAIL_COMP table consists of various fields, each holding specific information or linking keys about Company wise periodic mail settings data available in SAP. These include COMPANY (Customer Numbers), SCENARIO_TYPE (Scenario type for periodic mail), MAIL_FREQUENCY (Period for alert mails), TRIGGER_EXIT_CON (Triiger and Exit condition 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_COMP 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
COMPANYCustomer Numbers KUNNRCHAR10KNA1ALPHAKUNNRKUNC_KUNNR
SCENARIO_TYPEScenario type for periodic mail /XLSO/E_PMAIL_SENARIO_TYPCHAR20/XLSO/PMAIL_SCEN/XLSO/D_PMAIL_SENARIO_TYP/XLSO/H_PMAIL_SCEN_TYP
MAIL_FREQUENCYPeriod for alert mails /XLSO/E_MAIL_PERIODINT410/XLSO/D_MAIL_PERIOD
TRIGGER_EXIT_CONTriiger and Exit condition for periodic mail /XLSO/E_MAIL_TRIGGER_EXIT_CONDINT410
LAST_RUN_DATELast Run date for periodic mails /XLSO/E_MAIL_LAST_RUN_DATEDATS8/XLSO/D_MAIL_LAST_RUN_DATE
SEND_SUMMARY_LMSend summary mail to LM /XLSO/E_SEND_SUMMARY_LMCHAR1/XLSO/D_SEND_SUMMARY_LM
SEND_SUMMARY_CASend summary mail to CA /XLSO/E_SEND_SUMMARY_CACHAR1/XLSO/D_SEND_SUMMARY_CA

Key field Non-key field



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

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

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

How to access SAP table /XLSO/PMAIL_COMP

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