ALPFAUTOREPORT SAP (List of PerfDB Report to Be Executed Automatically) Table details

Dictionary Type: Table
Description: List of PerfDB Report to Be Executed Automatically




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




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

ALPFAUTOREPORT is a standard SAP Table which is used to store List of PerfDB Report to Be Executed Automatically data and is available within R/3 SAP systems depending on the version and release level.

The ALPFAUTOREPORT table consists of various fields, each holding specific information or linking keys about List of PerfDB Report to Be Executed Automatically data available in SAP. These include REPDEFNAM (Name of a Central Performance History Report Definition), TIME_CNT (Natural Number), TIME_UNIT (Single-Character Indicator), FIXINTVON (Alert: date).. 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 ALPFAUTOREPORT 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
KEYIDNatural Number INT4INT410INT4
REPDEFNAMName of a Central Performance History Report Definition ALPFREPNAMCHAR40CHAR40
TIME_CNTNatural Number INT4INT410INT4
TIME_UNITSingle-Character Indicator CHAR1CHAR1CHAR1
FIXINTVONAlert: date ALDATEDATS8DATUM
FIXINTBISAlert: date ALDATEDATS8DATUM
FIRSTRUNAlert: date ALDATEDATS8DATUM
PERIO_CNTNatural Number INT4INT410INT4
PERIO_UNITSingle-Character Indicator CHAR1CHAR1CHAR1
OUTPUT_TARGETSingle-Character Indicator CHAR1CHAR1CHAR1
OUTPUT_DIMSingle-Character Indicator CHAR1CHAR1CHAR1
OUT_FILENAMELocal file for upload/download LOCALFILECHAR128LOCALFILE
LAST_RUNAlert: date ALDATEDATS8DATUM
REPORTTITLETitle of an Executed Central Performance History Report ALPFREPTITCHAR40ALPFREPTIT

Key field Non-key field



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

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

SELECT SINGLE *
FROM ALPFAUTOREPORT
INTO CORRESPONDING FIELDS OF WA_ALPFAUTOREPORT
WHERE...

How to access SAP table ALPFAUTOREPORT

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