ALPFCOLLREORGSCH SAP (Collection/Reorganization Schemata for PerfDB) Table details

Dictionary Type: Table
Description: Collection/Reorganization Schemata for PerfDB




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




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

ALPFCOLLREORGSCH is a standard SAP Table which is used to store Collection/Reorganization Schemata for PerfDB data and is available within R/3 SAP systems depending on the version and release level.

The ALPFCOLLREORGSCH table consists of various fields, each holding specific information or linking keys about Collection/Reorganization Schemata for PerfDB data available in SAP. These include MIN_DAY_K (Keep Value for PerfDB Reorganization), MIN_DAY_D (Delete Value for PerfDB Reorganization), MIN_WEEK_K (Keep Value for PerfDB Reorganization), MIN_WEEK_D (Delete Value for PerfDB Reorganization).. 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 ALPFCOLLREORGSCH 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
POLICYIDName of a CPH Collection and Reorganization Schema ALPFPOLKEYCHAR40CHAR40
MIN_DAY_KKeep Value for PerfDB Reorganization ALPFKEEPCNTINT410
MIN_DAY_DDelete Value for PerfDB Reorganization ALPFDELCNTINT410
MIN_WEEK_KKeep Value for PerfDB Reorganization ALPFKEEPCNTINT410
MIN_WEEK_DDelete Value for PerfDB Reorganization ALPFDELCNTINT410
MIN_XDAY_KKeep Value for PerfDB Reorganization ALPFKEEPCNTINT410
MIN_XDAY_DDelete Value for PerfDB Reorganization ALPFDELCNTINT410
MIN_MONTH_KKeep Value for PerfDB Reorganization ALPFKEEPCNTINT410
MIN_MONTH_DDelete Value for PerfDB Reorganization ALPFDELCNTINT410
MIN_QUART_KKeep Value for PerfDB Reorganization ALPFKEEPCNTINT410
MIN_QUART_DDelete Value for PerfDB Reorganization ALPFDELCNTINT410
MIN_YEAR_KKeep Value for PerfDB Reorganization ALPFKEEPCNTINT410
MIN_YEAR_DDelete Value for PerfDB Reorganization ALPFDELCNTINT410
QTR_DAY_KKeep Value for PerfDB Reorganization ALPFKEEPCNTINT410
QTR_DAY_DDelete Value for PerfDB Reorganization ALPFDELCNTINT410
QTR_WEEK_KKeep Value for PerfDB Reorganization ALPFKEEPCNTINT410
QTR_WEEK_DDelete Value for PerfDB Reorganization ALPFDELCNTINT410
QTR_XDAY_KKeep Value for PerfDB Reorganization ALPFKEEPCNTINT410
QTR_XDAY_DDelete Value for PerfDB Reorganization ALPFDELCNTINT410
QTR_MONTH_KKeep Value for PerfDB Reorganization ALPFKEEPCNTINT410
QTR_MONTH_DDelete Value for PerfDB Reorganization ALPFDELCNTINT410
QTR_QUART_KKeep Value for PerfDB Reorganization ALPFKEEPCNTINT410
QTR_QUART_DDelete Value for PerfDB Reorganization ALPFDELCNTINT410
QTR_YEAR_KKeep Value for PerfDB Reorganization ALPFKEEPCNTINT410
QTR_YEAR_DDelete Value for PerfDB Reorganization ALPFDELCNTINT410
HR_DAY_KKeep Value for PerfDB Reorganization ALPFKEEPCNTINT410
HR_DAY_DDelete Value for PerfDB Reorganization ALPFDELCNTINT410
HR_WEEK_KKeep Value for PerfDB Reorganization ALPFKEEPCNTINT410
HR_WEEK_DDelete Value for PerfDB Reorganization ALPFDELCNTINT410
HR_XDAY_KKeep Value for PerfDB Reorganization ALPFKEEPCNTINT410
HR_XDAY_DDelete Value for PerfDB Reorganization ALPFDELCNTINT410
HR_MONTH_KKeep Value for PerfDB Reorganization ALPFKEEPCNTINT410
HR_MONTH_DDelete Value for PerfDB Reorganization ALPFDELCNTINT410
HR_QUART_KKeep Value for PerfDB Reorganization ALPFKEEPCNTINT410
HR_QUART_DDelete Value for PerfDB Reorganization ALPFDELCNTINT410
HR_YEAR_KKeep Value for PerfDB Reorganization ALPFKEEPCNTINT410
HR_YEAR_DDelete Value for PerfDB Reorganization ALPFDELCNTINT410
DAY_DAY_KKeep Value for PerfDB Reorganization ALPFKEEPCNTINT410
DAY_DAY_DDelete Value for PerfDB Reorganization ALPFDELCNTINT410
DAY_WEEK_KKeep Value for PerfDB Reorganization ALPFKEEPCNTINT410
DAY_WEEK_DDelete Value for PerfDB Reorganization ALPFDELCNTINT410
DAY_XDAY_KKeep Value for PerfDB Reorganization ALPFKEEPCNTINT410
DAY_XDAY_DDelete Value for PerfDB Reorganization ALPFDELCNTINT410
DAY_MONTH_KKeep Value for PerfDB Reorganization ALPFKEEPCNTINT410
DAY_MONTH_DDelete Value for PerfDB Reorganization ALPFDELCNTINT410
DAY_QUART_KKeep Value for PerfDB Reorganization ALPFKEEPCNTINT410
DAY_QUART_DDelete Value for PerfDB Reorganization ALPFDELCNTINT410
DAY_YEAR_KKeep Value for PerfDB Reorganization ALPFKEEPCNTINT410
DAY_YEAR_DDelete Value for PerfDB Reorganization ALPFDELCNTINT410
X_VALUENatural Number INT4INT410INT4
COLLPERIODAlert: integer used in performance DB ALPFDBNUMINT410
AVGMETHODAlert: type of average ALAVGTYPCHAR4CHAR4
WEIGHTSCHEMName of a CPH Collection and Reorganization Schema ALPFPOLKEYCHAR40CHAR40
SFTNAMEName of a CPH Collection and Reorganization Schema ALPFPOLKEYCHAR40CHAR40
COLL_METHODSingle-Character Indicator CHAR1CHAR1CHAR1
COLL_TIMEZONETime Zone TIMEZONECHAR6Assigned to domainTZNZONE
REORG_TIMEZONETime Zone TIMEZONECHAR6Assigned to domainTZNZONE

Key field Non-key field



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

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

SELECT SINGLE *
FROM ALPFCOLLREORGSCH
INTO CORRESPONDING FIELDS OF WA_ALPFCOLLREORGSCH
WHERE...

How to access SAP table ALPFCOLLREORGSCH

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