HCMT_BSP_PA_AU_R0626 SAP (Payment Summary Infotype - Single Screen) Structure details

Dictionary Type: Structure
Description: Payment Summary Infotype - Single Screen




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




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

HCMT_BSP_PA_AU_R0626 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 "Payment Summary Infotype - 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_AU_R0626 TYPE HCMT_BSP_PA_AU_R0626.

The HCMT_BSP_PA_AU_R0626 table consists of various fields, each holding specific information or linking keys about Payment Summary Infotype - 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_AU_R0626 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
PYBDTPayment Summary Start Date P13_PYBDTDATS8DATUM
PYEDTPayment Summary End Date P13_PYEDTDATS8DATUM
PYFINFinal Payment Summary P13_PYFINCHAR1YESNO
PYETPETP Payment Summary P13_PYETPCHAR1YESNO
PYTIMPayment Summary Creation Time P13_PYTIMTIMS6TIME
PYDATPayment Summary Creation Date P13_PYDATDATS8DATUM
PYWITPayment summary has been withdrawn P13_PYWITCHAR1YESNO
PYMANManual payment summary/group certificate has been created P13_PYMANCHAR1YESNO
PYNUMNumber of Payment Summary prints P13_PYNUMINT13INT1
PYENMNumber of ETP Summary prints P13_PYENMINT13INT1
PYLTMLast PS print Time P13_PYLTMTIMS6TIME
PYETMLast ETP print time P13_PYETMTIMS6TIME
PYLDTLast PS print Date P13_PYLDTDATS8DATUM
PYETDLast ETP print date P13_PYETDDATS8DATUM
PYABNAustralian business number P13_ABNUMNUMC11NUM11
PYABRGST branch registration number P13_BRNUMNUMC3NUM3
PYGROGross income P13_PYGRODEC10(2) DEC8_2
PYLSALump Sum A P13_PYLSADEC10(2) DEC8_2
PYTAXTax Instalment Deductions P13_PYTAXDEC10(2) DEC8_2
PYLSBLump Sum B P13_PYLSBDEC10(2) DEC8_2
PYFBTReportable Fringe Benefits Tax P13_PYFBTDEC10(2) DEC8_2
PYLSDLump sum D P13_PYLSDDEC10(2) DEC8_2
PYCDPCommonwealth Development Employment Project Amount P13_PYCDPDEC10(2) DEC8_2
PYLSELump Sum E P13_PYLSEDEC10(2) DEC8_2
PYOTIOther income P13_PYOTIDEC10(2) DEC8_2
PYSEQSequence Number CDSEQNUMC5NUM5
PYTALTotal Allowances P13_PYTALDEC10(2) DEC8_2
PYTNATotal number of allowances P13_PYTNAINT13INT1
PYUNIUnion deduction fees P13_PYUNIDEC10(2) DEC8_2
PYTUFTotal number of Union fees P13_PYTUFINT13INT1
PYUFWWagetype for Union fees P13_PYUFWCHAR4T512WLGART
LGTXTWage Type Long Text LGTXTCHAR25TEXT25
PYEDPETP date of payment P13_PYEDPDATS8DATUM
PYE83Pre July 1983 Component P13_PYE83DEC10(2) DEC8_2
PYEDSETP date started P13_PYEDSDATS8DATUM
PYU83Post June 1983 Untaxed Element P13_PYU83DEC10(2) DEC8_2
PYP83Number of ETP days before 1 July 1983 P13_PYP83DEC8
PYT83Post June 1983 Taxed Element P13_PYT83DEC10(2) DEC8_2
PYA83Number of ETP days after 30 June 1983 P13_PYA83DEC8
PYI94Post June 1994 Invalidity Component P13_PYI94DEC10(2) DEC8_2
PYCGTCGT Exempt Component P13_PYCGTDEC10(2) DEC8_2
PYEGRGross Amount of Payment P13_PYEGRDEC10(2) DEC8_2
PYNQCNon-Qualifying Component P13_PYNQCDEC10(2) DEC8_2
PYETATax Instalment Deductions P13_PYETADEC10(2) DEC8_2
PYUCOUndeducted Contributions P13_PYUCODEC10(2) DEC8_2
PYEASAssessable Amount P13_PYEASDEC10(2) DEC8_2
PYCONConcessional Component P13_PYCONDEC10(2) DEC8_2
PYDEADeath Benefit ETP P13_PYDEACHAR1YESNO
PYDTYType of Death Benefit P13_PYDTYCHAR1P13_PYDTY
PYATONumber of ATO Files Created P13_PYATOINT13INT1
PYATMLast ATO File Creation Time P13_PYATMTIMS6TIME
PYADTLast ATO File Creation Date P13_PYADTDATS8DATUM

Key field Non-key field



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

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

How to access SAP table HCMT_BSP_PA_AU_R0626

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