PCH01_EXT_ENTRY SAP (HR-CH: PF Posting with Extended Information) Structure details

Dictionary Type: Structure
Description: HR-CH: PF Posting with Extended Information




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




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

PCH01_EXT_ENTRY is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "HR-CH: PF Posting with Extended Information" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_PCH01_EXT_ENTRY TYPE PCH01_EXT_ENTRY.

The PCH01_EXT_ENTRY table consists of various fields, each holding specific information or linking keys about HR-CH: PF Posting with Extended Information data available in SAP. These include MANDT (Client), KONNR (Individual PF account number), BUDAT (Posting date of a PF posting), SEQNR (Sequence number of posting per day).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP PCH01_EXT_ENTRY structure 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
KONNRIndividual PF account number P02K_KONNRNUMC10NUMC10
BUDATPosting date of a PF posting P02K_BUDATDATS8DATS
SEQNRSequence number of posting per day P02K_SEQNRNUMC5NUMC5
VALTYPC Value Type P02_VALTYCHAR4T5CA2P02_VALTY
VALUEValue within processing control P02_VALCHAR18P02_VAL
VADATValue date for PF posting P02K_VADATDATS8DATS
PABRPPayroll Period PABRPNUMC2PABRP
PABRJPayroll Year PABRJNUMC4GJAHRGJAHR
EXPFLIndicator: Open posting P02K_EXPFLCHAR1XFELD
ORGINOrigin of a PF posting P02K_ORGINCHAR2CHAR2
UNAMEName of Person Who Changed Object AENAMCHAR12USNAM
PERNRPersonnel number for PF posting P02K_PERNRNUMC8PERNR
BUNUM P05K_BUNUMNUMC10NUMC10
STOFL P05K_STOFLCHAR1XFELD
CHDATChange Date of a PF Posting Document P02K_CHDATDATS8DATS
FIFLGIndicator: Posting Transfer to FI Open P02K_FIFLGCHAR1XFELD
RUNIDNumber of Posting Run P_EVNUMNUMC10NUMC10
FIBUKCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
SEQSTSequence Number of Original Posting HRPFD00_SEQSTNUMC5NUMC5
XPERNPersonnel Number PERNR_DNUMC8PERNRPER
ABKRSPayroll Area ABKRSCHAR2Assigned to domainABKRSABK
KASSEPension fund P02K_KASSECHAR4Assigned to domainP02K_KASSEKAS
ACCTYPF: Account type P02K_ACCTYNUMC2Assigned to domainP02K_ACCTY
DPFLAGHR-CH: Indicator P02VS_FLAGCHAR1XFELD
EVFLAGHR-CH: Indicator P02VS_FLAGCHAR1XFELD
BUNINTNatural Number INT4INT410INT4
SUBRCReturn Code SYSUBRCINT410SYST_SHORT

Key field Non-key field



How do I retrieve data from SAP structure PCH01_EXT_ENTRY using ABAP code?

As PCH01_EXT_ENTRY is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on PCH01_EXT_ENTRY as there is no data to select.

How to access SAP table PCH01_EXT_ENTRY

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