HCMT_BSP_PA_DE_R0123 SAP (Single Screen) Structure details

Dictionary Type: Structure
Description: Single Screen




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




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

HCMT_BSP_PA_DE_R0123 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 "Single Screen" 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_HCMT_BSP_PA_DE_R0123 TYPE HCMT_BSP_PA_DE_R0123.

The HCMT_BSP_PA_DE_R0123 table consists of various fields, each holding specific information or linking keys about Single Screen data available in SAP. These include PERNR (Personnel Number), AEDTM (Changed On), UNAME (Name of Person Who Changed Object), SPRPS (Lock Indicator for HR Master Data Record).. 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 HCMT_BSP_PA_DE_R0123 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
OBJECT_KEYHCM Object Key HCM_OBJECT_KEYCHAR100
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
AEDTMChanged On AEDATDATS8DATUM
UNAMEName of Person Who Changed Object AENAMCHAR12USNAM
SPRPSLock Indicator for HR Master Data Record SPRPSCHAR1SPRPS
SPRTXLock indicator for HR master record (text) SPRPSTEXTCHAR40SPRPSTEXT
ITBLDInfotype Screen Control ITBLDCHAR2CHAR2
BEGDAKey Date for Default Disruptive Event Income Thresh. Deficit P01_VGBDATDATS8DATUM
SUBTYCategory of Disruptive Event-Income Threshold Deficit P01_UI_DSV_STFKATEGORIECHAR4T591ASUBTY_591A
STEXTCategory of Disruptive Event - Income Threshold Deficit P01_UI_DSV_STFKATEGORIE_TXTCHAR40TEXT40
VGARTStandard Type of Disruptive Event SI in Infotype 0123 P01_UI_VGBARTCHAR1P01_VGBART
VGART_TXTStandard Type of Disruptive Event SI in Infotype 0123 P01_UI_VGBART_TXTCHAR40TEXT40
KVZAJDefault Increase Disruptive Event ITD Current Year P01_KVZAJVCURR15(2) P01_VZLUFT
WAE01Currency Key WAERSCUKY5Assigned to domainWAERSFWS
RVZAJDefault Increase Disruptive Event PI ITD Current Year P01_RVZAJVCURR15(2) P01_VZLUFT
WAE02Currency Key WAERSCUKY5Assigned to domainWAERSFWS
AVZAJDefault Increase Disruptive Event UI ITD Current Year P01_AVZAJVCURR15(2) P01_VZLUFT
WAE03Currency Key WAERSCUKY5Assigned to domainWAERSFWS
PVZAJDefault Increase Disruptive Event CI ITD Current Year P01_PVZAJVCURR15(2) P01_VZLUFT
WAE04Currency Key WAERSCUKY5Assigned to domainWAERSFWS
KVZVJDefault Increase Disruptive Event HI ITD Previous Year P01_KVZVJVCURR15(2) P01_VZLUFT
WAE06Currency Key WAERSCUKY5Assigned to domainWAERSFWS
RVZVJDefault Increase Disruptive Event PI ITD Previous Year P01_RVZVJVCURR15(2) P01_VZLUFT
WAE07Currency Key WAERSCUKY5Assigned to domainWAERSFWS
AVZVJDefault Increase Disruptive Event UI ITD Previous Year P01_AVZVJVCURR15(2) P01_VZLUFT
WAE08Currency Key WAERSCUKY5Assigned to domainWAERSFWS
PVZVJDefault Increase Disruptive Event CI ITD Previous Year P01_PVZVJVCURR15(2) P01_VZLUFT
WAE09Currency Key WAERSCUKY5Assigned to domainWAERSFWS
KVVVJDefault Total: Disruptive Event HI ITD to Year Before Last P01_KVVVJVCURR15(2) P01_VZLUFT
WAE11Currency Key WAERSCUKY5Assigned to domainWAERSFWS
RVVVJDefault Total Disruptive Event PI ITD to Year before Last P01_RVVVJVCURR15(2) P01_VZLUFT
WAE12Currency Key WAERSCUKY5Assigned to domainWAERSFWS
AVVVJDefault Total Disruptive Event UI ITD to Year before Last P01_AVVVJVCURR15(2) P01_VZLUFT
WAE13Currency Key WAERSCUKY5Assigned to domainWAERSFWS
PVVVJDefault Total Disruptive Event UI ITD to Year before Last P01_PVVVJVCURR15(2) P01_VZLUFT
WAE14Currency Key WAERSCUKY5Assigned to domainWAERSFWS
KVKNZContribution Group Key: Health Insurance P01_UI_KVKNZCHAR1P01_KVKNZ
WERKSDefault Personnel Area for Disruptive Event P01_UI_WERKSVCHAR4T500PPERSA
NAME1Personnel Area Text P01_UI_PBTXTCHAR30TEXT30
RVKNZContribution Group Key: Pension Insurance P01_UI_RVKNZCHAR1P01_RVKNZ
BTRTLDefault Personnel Subarea for Disruptive Event P01_UI_BTRTLVCHAR4T001PBTRTL
BTEXTPersonnel Subarea Text P01_UI_BTRTXCHAR15TEXT15
AVKNZContribution Group Key: Unemployment Insurance P01_UI_AVKNZCHAR1P01_AVKNZ
PVKNZContribution Group Key: Care Insurance P01_UI_PVKNZCHAR1P01_PVKNZ
SVKEYOfficial SI Key PDE_SVKEYCHAR7PDE_SVKEY
ENDDAEnd Date ENDDADATS8DATUM

Key field Non-key field



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

As HCMT_BSP_PA_DE_R0123 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 HCMT_BSP_PA_DE_R0123 as there is no data to select.

How to access SAP table HCMT_BSP_PA_DE_R0123

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