/PLMB/AUTH_CHP SAP (Changepointers for updating RT) Table details

Dictionary Type: Table
Description: Changepointers for updating RT




ABAP Code to SELECT data from /PLMB/AUTH_CHP
Related tables to /PLMB/AUTH_CHP
Access table /PLMB/AUTH_CHP




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

/PLMB/AUTH_CHP is a standard SAP Table which is used to store Changepointers for updating RT data and is available within R/3 SAP systems depending on the version and release level.

The /PLMB/AUTH_CHP table consists of various fields, each holding specific information or linking keys about Changepointers for updating RT data available in SAP. These include OBJECT_ID (Internal Key), OBJECT_TYPE (Object Type of Object That Triggered the Change Pointer), STATUS (Status for Change Pointers), CREABY (User ID).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP /PLMB/AUTH_CHP 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
OBJECT_IDInternal Key /PLMB/GOS_INTERNAL_KEYCHAR90/PLMB/GOS_CHAR90
OBJECT_TYPEObject Type of Object That Triggered the Change Pointer /PLMB/AUTH_OBJECT_TYPE_CPCHAR10/PLMB/AUTH_TYPCP/PLMB/GOS_OBJECT_TYPE
STATUSStatus for Change Pointers /PLMB/AUTH_STATUSCHAR1/PLMB/AUTH_STATUS
CREABYUser ID /PLMB/AUTH_USER_IDCHAR12Assigned to domainXUBNAME
CREATE_TSTMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) /PLMB/AUTH_TIMESTAMPDEC15TZNTSTMPS
COUNTERCounter /PLMB/AUTH_COUNTERINT13
OWNER_ID_EXTObject ID in External Format /PLMB/AUTH_OBJECT_ID_EXTCHAR255/PLMB/GOS_CHAR255

Key field Non-key field



How do I retrieve data from SAP table /PLMB/AUTH_CHP using ABAP code

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

SELECT SINGLE *
FROM /PLMB/AUTH_CHP
INTO CORRESPONDING FIELDS OF WA_/PLMB/AUTH_CHP
WHERE...

How to access SAP table /PLMB/AUTH_CHP

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