JBDCPHDR SAP (Header Table for Change Pointer) Table details

Dictionary Type: Table
Description: Header Table for Change Pointer




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




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

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

The JBDCPHDR table consists of various fields, each holding specific information or linking keys about Header Table for Change Pointer data available in SAP. These include CPIDENT (Change pointer ID), EXPOBJTYPE (Export Object Category), EXPSUBOBJTYPE (Subobject Type of Export Object Type), EXPOBJKEY (Changed table record key).. 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: Not classified


SAP JBDCPHDR 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
CPIDENTChange pointer ID CPIDENTNUMC10Assigned to domainCPIDENT
EXPOBJTYPEExport Object Category JBD_DTE_EXPOBJCHAR3JBDEXPOBJVALJBD_EXPOBJ
EXPSUBOBJTYPESubobject Type of Export Object Type JBD_DTE_EXPSUBOBJCHAR1JBD_EXPSUBOBJ
EXPOBJKEYChanged table record key CDTABKEYCHAR70CHAR70
EXPOBJXKEYChanged table record key CDTABKEYCHAR70CHAR70
ORIGINTransaction in which a change was made CDTCODECHAR20Assigned to domainTCODE
CDCHGIDChange Category JBD_DTE_CDCHGINDCHAR1JBD_CDCHGIND
INITLOADInitial Load JBD_DTE_ILFLGCHAR1JBD_ILFLG
ARCHIVEDArchiving Indicator JBD_DTE_ARCFLGCHAR1JBD_ARCFLG
REVERSEDReversal Indicator JBD_DTE_REVFLGCHAR1JBD_REVFLG
CRETIMECreation time of a change pointer CPCRETIMECHAR14CPCRETIME
USRNAMEUser name of the person responsible in change document CDUSERNAMECHAR12CHAR12

Key field Non-key field



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

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

SELECT SINGLE *
FROM JBDCPHDR
INTO CORRESPONDING FIELDS OF WA_JBDCPHDR
WHERE...

How to access SAP table JBDCPHDR

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