HCMT_BSP_PA_AT_R0467 SAP (Single Scrn Infotype 0467 Add'l SI Notif.Data f.Comp.Agts A) Structure details

Dictionary Type: Structure
Description: Single Scrn Infotype 0467 Add'l SI Notif.Data f.Comp.Agts A




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




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

HCMT_BSP_PA_AT_R0467 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 Scrn Infotype 0467 Add'l SI Notif.Data f.Comp.Agts A" 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_AT_R0467 TYPE HCMT_BSP_PA_AT_R0467.

The HCMT_BSP_PA_AT_R0467 table consists of various fields, each holding specific information or linking keys about Single Scrn Infotype 0467 Add'l SI Notif.Data f.Comp.Agts A 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_AT_R0467 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
BEGDAValid-From Date PAD_BEGDADATS8DATUM
ENDDAValid To Date PAD_ENDDADATS8DATUM
SART0ELDA Record Type (Electronic Data Transfer) PB03_SART0CHAR4SUBTY
STATUStatus Information for ELDA PB03_STATUCHAR1PB03_STATU
ADAT0Registration/Deregistration Date PB03_ADAT0DATS8DATS
RDAT0Correct Registration/Deregistration Date PB03_RDAT0DATS8DATS
VABD0Conclusion of Contract PB03_VABD0DATS8DATS
VDA10Contract Date 1 PB03_VDA10DATS8DATS
VDA20Contract Date 2 PB03_VDA20DATS8DATS
VLFN0Contract Sequence Number PB03_VFLN0NUMC2NUMC2
VANZ0Number of Contracts PB03_VANZ0NUMC2NUMC2
VPAN0Number of Contract Partners PB03_VPAN0NUMC2NUMC2
SVAE1Change Flag: Name Change P03_UI_SVAE1CHAR1XFELD
SVAE2Change Flag: Address Change P03_UI_SVAE2CHAR1XFELD
SVAE3Change Flag: Change Contribution Group P03_UI_SVAE3CHAR1XFELD
SVAE4Change Indicator: Change Assignment P03_UI_SVAE4CHAR1XFELD
TAET0Job PB03_TAET0CHAR30TEXT30
BPLZ0Place of Employment, Postal Code PB03_BPLZ0CHAR7TEXT7
BORT0Place of Employment, City PB03_BORT0CHAR20TEXT20
BKFZ0Place of Employment, International License Plate Number PB03_BKFZ0CHAR3CHAR3
BKFZXCountry Name LANDXCHAR15TEXT15
ENTM0Agreed Monthly Remuneration Without Special Payment PB03_ENTM0CURR9(2) WERTV5
WAERSCurrency Key WAERSCUKY5T500WWAERSFWS
ENTV0Agreed Remuneration for Duration of Contract PB03_ENTV0CURR9(2) WERTV5
WAER2Currency Key WAERSCUKY5T500WWAERSFWS
ENTS0Special Payment Amount, If Agreed PB03_ENTS0CURR9(2) WERTV5
WAER3Currency Key WAERSCUKY5T500WWAERSFWS
VEEN0Actual Remuneration Without Special Payment PB03_VEEN0CURR9(2) WERTV5
WAER4Currency Key WAERSCUKY5T500WWAERSFWS
AUFW0Expense, Expense Reimbursement PB03_AUFW0CURR9(2) WERTV5
WAER5Currency Key WAERSCUKY5T500WWAERSFWS
BGEN0Remuneration Liable to Contributions (Without Spec. Payment) PB03_BGEN0CURR9(2) WERTV5
WAER6Currency Key WAERSCUKY5T500WWAERSFWS
ENTA0Remuneration: Other Agreement? PB03_ENTA0CHAR30TEXT30
ZATE0Agreed Payment Dates PB03_ZATE0CHAR30TEXT30
PTVGRSI group ASVGRCHAR1T5A1AASVGR
SVGTXText for SI Group ASVGTCHAR30TEXT30
PSVGRSI group ASVGRCHAR1T5A1AASVGR
SVGT2Text for SI Group ASVGTCHAR30TEXT30
PTVS0Insurance Agency with Compulsory Insurance PB03_PTVS0CHAR2T5A1TAUSVA
SVATXName of SI Body SVANTCHAR20TEXT20
PSVS0Insurance Agency with Other Compulsory Insurance PB03_PSVS0CHAR2T5A1TAUSVA
SVAT2Name of SI Body SVANTCHAR20TEXT20
BPFV0Start of Other Compulsory Insurance PB03_BPFV0DATS8DATS

Key field Non-key field



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

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

How to access SAP table HCMT_BSP_PA_AT_R0467

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