PUA1B SAP (HR-UA: Payee info for Garnishments) Structure details

Dictionary Type: Structure
Description: HR-UA: Payee info for Garnishments




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




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

PUA1B 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 "HR-UA: Payee info for Garnishments" 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_PUA1B TYPE PUA1B.

The PUA1B table consists of various fields, each holding specific information or linking keys about HR-UA: Payee info for Garnishments data available in SAP. These include EMFSL (Payee key for bank transfers), ENDDA (End Date), BEGDA (Start Date), EMFNA (Payee name).. 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)


SAP PUA1B 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
SOURCSource of information P33_SOURCECHAR1CHAR1
EMFSLPayee key for bank transfers EMFSL_521BCHAR8Assigned to domainEMFSL_521B
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
EMFNAPayee name EMFNACHAR25TEXT25
PSTLZPostal Code PSTLZCHAR10PSTLZ
ORT01City ORT01CHAR25TEXT25
BANKSBank country key BANKSCHAR3Assigned to domainLAND1BKL
BANKLBank Keys BANKKCHAR15BANKKBNK
BKKTOBank account number BANKNCHAR18BANKN
USBKZOverwrite indicator USBKZCHAR1XFELD
ZLSCHPayment Method PCODECHAR1Assigned to domainZLSCH
STRASStreet and House Number P36_STREETCHAR35P36_STREET
TELNRTelephone Number TELNRCHAR14TELNR
ETEXTPayee designation EMTXTCHAR25TEXT25
CTRANCollective transfer CTRANCHAR1XFELD
PSKTOAccount Number of Bank Account At Post Office PSKTOCHAR16PSKTO
PBSNRTransfer customer number PBSNRCHAR8CHAR8
TRANSPBSI-Transfer (Russia) P33_OSIUBCHAR1XFELD
BKONTBank Control Key BKONTCHAR2BKONT
BTTYPPBS Transfer Type P09_BTTYPNUMC2Assigned to domainP09_BTTYP
ESRNRISR Subscriber Number ESRNRCHAR11ESRNR
BKREFReference specifications for bank details BKREFCHAR20CHAR20
STATESTATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO
DEBITAutomatic Debit Authorization Indicator P00_XDEBIT_EMFSLCHAR1XFELD
EMFTXPayee Text EMFTXCHAR40TEXT40
LAND1Country Key LAND1CHAR3Assigned to domainLAND1LND
ORT02District ORT02CHAR25TEXT25
ZLSCLPayment Method PCODECHAR1Assigned to domainZLSCH
TRANS33PBSI-Transfer (Russia) P33_OSIUBCHAR1XFELD
STCD1Regional Tax Code P33_STCD1CHAR16STCD1
BANKN_LONGBank account number BANKN35CHAR35BANKN35
IBANIBAN (International Bank Account Number) IBANCHAR34IBAN
ZWECKPurpose of Bank Transfers DZWECKCHAR40TEXT40

Key field Non-key field



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

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

How to access SAP table PUA1B

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