PHRBT20 SAP (HRHR: structure of items in break-down list of bank transfer) Structure details

Dictionary Type: Structure
Description: HRHR: structure of items in break-down list of bank transfer




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




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

PHRBT20 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 "HRHR: structure of items in break-down list of bank transfer" 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_PHRBT20 TYPE PHRBT20.

The PHRBT20 table consists of various fields, each holding specific information or linking keys about HRHR: structure of items in break-down list of bank transfer data available in SAP. These include PERID (Unique personal identification number), ENAME (Formatted Name of Employee or Applicant), ESRRE (ISR Reference Number), ZWECK (Purpose of Bank Transfers).. 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: Not classified


SAP PHRBT20 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
PERNRPersonnel Number P_PERNRNUMC8PERNR
PERIDUnique personal identification number PHR_JMBGCHAR13CHAR13
ENAMEFormatted Name of Employee or Applicant EMNAMCHAR40TEXT40
ESRREISR Reference Number ESRRECHAR27ALPHAESRRE
ZWECKPurpose of Bank Transfers DZWECKCHAR40TEXT40
BETRGHR Payroll: Amount MAXBTCURR15(2) PRBETRG
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
SIFRASifra PHR_SIFRACHAR2CHAR2
PYDESPayment descritption PHR_PYDESCHAR36PHR_PYDES
EMFSLPayee key for bank transfers EMFSLCHAR8EMFSL
BANKSBank country key BANKSCHAR3Assigned to domainLAND1BKL
BANKLBank number BANKLCHAR15BANKLBLZ
BANKNBank account number BANKNCHAR18BANKN
IBANIBAN (International Bank Account Number) IBANCHAR34IBAN
EMFTXPayee name EMFNACHAR25TEXT25
BKORTCity ORT01CHAR25TEXT25
STRASHouse number and street STRASCHAR30TEXT30
BKPLZPostal Code PSTLZCHAR10PSTLZ
PARDTPay date for awards PAYDTDATS8DATUM
PAYDTPay date for awards PAYDTDATS8DATUM
SYDATDate DATUMDATS8DATUM
BKONTBank Control Key BKONTCHAR2BKONT
POZIVPoziv na broj PHR_POZIVCHAR22CHAR22
S1Comment CHAR50CHAR50TEXT50
S2Comment CHAR50CHAR50TEXT50
S3Comment CHAR50CHAR50TEXT50
S4Comment CHAR50CHAR50TEXT50
S5Comment CHAR50CHAR50TEXT50
CNTRNatural Number INT4INT410INT4
TELNRTelephone Number TELNRCHAR14TELNR
NAME1Name 1 AD_NAME1CHAR40TEXT40
NAME2Name 2 AD_NAME2CHAR40TEXT40
PAVALParameter value PAVALCHAR48TEXT48
UBNKLBank number of our bank UBNKLCHAR15BANKL
UBKNTOur account number at the bank UBKNTCHAR18BANKN
LGARTWage Type LGARTCHAR4Assigned to domainLGART
FBETRHR Payroll: Amount MAXBTCURR15(2) PRBETRG

Key field Non-key field



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

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

How to access SAP table PHRBT20

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