HRICP_D_CH_PTR SAP (Change Pointer for Infotype Changes) Table details

Dictionary Type: Table
Description: Change Pointer for Infotype Changes




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




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

HRICP_D_CH_PTR is a standard SAP Table which is used to store Change Pointer for Infotype Changes data and is available within R/3 SAP systems depending on the version and release level.

The HRICP_D_CH_PTR table consists of various fields, each holding specific information or linking keys about Change Pointer for Infotype Changes data available in SAP. These include ICP_GUID (GUID in 'CHAR' Format in Uppercase), ICP_SEQNR (Number of Data Record with Same Key), TIMESTAMP (UTC Time Stamp in Short Form (YYYYMMDDhhmmss)), PLVAR (Plan Version).. 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 HRICP_D_CH_PTR 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
ICP_GUIDGUID in 'CHAR' Format in Uppercase GUID_32CHAR32SYSUUID_C
ICP_SEQNRNumber of Data Record with Same Key HRICP_SEQNRNUMC3
TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
PLVARPlan Version PLVARCHAR2Assigned to domainPLVARPOP
OTYPEObject Type OTYPECHAR2Assigned to domainOTYPEPOT
OBJIDObject ID HROBJIDNUMC8Assigned to domainHROBJIDPON
INFTYInfotype INFTYCHAR4INFOTYPITP
SUBTYSubtype SUBTYCHAR4SUBTYSUB
BEGDAStart Date BEGDADATS8DATUM
ENDDAEnd Date ENDDADATS8DATUM
VARYFVariation Field for File PLOG VARYFCHAR10CHAR10
LANGULanguage Key LANGULANG1Assigned to domainISOLASPRAS
ISTATPlanning Status ISTAT_DCHAR1Assigned to domainISTATPST
PRIOXPriority PRIOXCHAR2CHAR2
OBJPSObject Identification OBJPSCHAR2OBJPSOPS
SEQNRNumber of Infotype Record with Same Key SEQNRNUMC3NUM03
SPRPSLock Indicator for HR Master Data Record SPRPSCHAR1SPRPS
OPERAOperation Indicator HROPERACHAR1CHAR1
UNAMEUser Name USRNAMECHAR12CHAR12

Key field Non-key field



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

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

SELECT SINGLE *
FROM HRICP_D_CH_PTR
INTO CORRESPONDING FIELDS OF WA_HRICP_D_CH_PTR
WHERE...

How to access SAP table HRICP_D_CH_PTR

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