ERCHP SAP (Analysis periods for dynamic period control) Table details

Dictionary Type: Table
Description: Analysis periods for dynamic period control




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




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

ERCHP is a standard SAP Table which is used to store Analysis periods for dynamic period control data and is available within R/3 SAP systems depending on the version and release level.

The ERCHP table consists of various fields, each holding specific information or linking keys about Analysis periods for dynamic period control data available in SAP. These include BELNR (Number of a billing document), PERCREA (Period to be created), AB (Date from which time slice is valid), BIS (Date at Which a Time Slice Expires).. 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: Cannot Be Enhanced


SAP ERCHP 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 MANDTCLNT3T000MANDT
BELNRNumber of a billing document E_BELNRCHAR12ALPHAE_BELNRBELERCH
PERCREAPeriod to be created PERCREACHAR4ALPHAPERCREA
ABDate from which time slice is valid ABZEITSCHDATS8DATUM
BISDate at Which a Time Slice Expires BISZEITSCHDATS8DATUM

Key field Non-key field



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

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

SELECT SINGLE *
FROM ERCHP
INTO CORRESPONDING FIELDS OF WA_ERCHP
WHERE...

How to access SAP table ERCHP

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