ALNAMEDUSERS SAP (Customizing Settings for CCMS Named Used Data Collector) Table details

Dictionary Type: Table
Description: Customizing Settings for CCMS Named Used Data Collector




ABAP Code to SELECT data from ALNAMEDUSERS
Related tables to ALNAMEDUSERS
Access table ALNAMEDUSERS




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

ALNAMEDUSERS is a standard SAP Table which is used to store Customizing Settings for CCMS Named Used Data Collector data and is available within R/3 SAP systems depending on the version and release level.

The ALNAMEDUSERS table consists of various fields, each holding specific information or linking keys about Customizing Settings for CCMS Named Used Data Collector data available in SAP. These include ALERTS_ON (General Flag), DETLD_REPTS (General Flag).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP ALNAMEDUSERS 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
CNAMEAlert: Short Name of Monitoring Type ALMTNAMESHCHAR40CHAR40
ALERTS_ONGeneral Flag FLAGCHAR1FLAG
DETLD_REPTSGeneral Flag FLAGCHAR1FLAG

Key field Non-key field



How do I retrieve data from SAP table ALNAMEDUSERS using ABAP code

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

SELECT SINGLE *
FROM ALNAMEDUSERS
INTO CORRESPONDING FIELDS OF WA_ALNAMEDUSERS
WHERE...

How to access SAP table ALNAMEDUSERS

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