P02F_DTA_EMZ_BANK_TRANSACTION SAP (NrP: Payment Run Information for Non-Recurring Payment) Structure details

Dictionary Type: Structure
Description: NrP: Payment Run Information for Non-Recurring Payment




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




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

P02F_DTA_EMZ_BANK_TRANSACTION 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 "NrP: Payment Run Information for Non-Recurring Payment" 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_P02F_DTA_EMZ_BANK_TRANSACTION TYPE P02F_DTA_EMZ_BANK_TRANSACTION.

The P02F_DTA_EMZ_BANK_TRANSACTION table consists of various fields, each holding specific information or linking keys about NrP: Payment Run Information for Non-Recurring Payment data available in SAP. These include KASSE (Pension fund), KONNR (Individual PF account number), BELNR (NrP: Payment Document Number), MAND (Client ID).. 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: Cannot Be Enhanced


SAP P02F_DTA_EMZ_BANK_TRANSACTION 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
KASSEPension fund P02K_KASSECHAR4Assigned to domainP02K_KASSEKAS
KONNRIndividual PF account number P02K_KONNRNUMC10NUMC10
BELNRNrP: Payment Document Number P02F_EMZ_BELNRCHAR10CHAR10
MANDClient ID SYMANDTCLNT3Assigned to domainMANDT
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
HBKIDShort Key for a House Bank HBKIDCHAR5Assigned to domainHBKID
HKTIDID for account details HKTIDCHAR5Assigned to domainHKTID
VALTYPC Value Type P02_VALTYCHAR4Assigned to domainP02_VALTY
VTYTXPC Value Type Name P02_VTLTXTCHAR35TEXT35
VADATValue date for PF posting P02K_VADATDATS8DATS
BETRGHR Payroll: Amount MAXBTCURR15(2) PRBETRG
EMFSLPayee key for bank transfers EMFSL_521BCHAR8Assigned to domainEMFSL_521B
EMFNARecipient Text (Line 1) P02F_IT3230_EMFTX1CHAR25TEXT25
ETEXTRecipient Text (Line 2) P02F_IT3230_EMFTX2CHAR25TEXT25
STRASHouse number and street STRASCHAR30TEXT30
BKPLZPostal Code PSTLZCHAR10PSTLZ
ORT01City ORT01CHAR25TEXT25
STATESTATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO
BANKSBank country key BANKSCHAR3Assigned to domainLAND1BKL
BANKLBank Keys BANKKCHAR15BANKKBNK
BKKTOBank account number BANKNCHAR18BANKN
BKONTBank Control Key BKONTCHAR2BKONT
BKREFReference for Bank Details (Line 1) P02F_IT3230_BKREF1CHAR20CHAR20
BKRF2Reference for Bank Details (Line 2) P02F_IT3230_BKREF2CHAR20CHAR20
BKRF3Reference for Bank Detais (Line 3) P02F_IT3230_BKREF3CHAR20CHAR20
IBANIBAN (International Bank Account Number) IBANCHAR34IBAN
ZLSCHPayment Method PCODECHAR1Assigned to domainZLSCH
DATTITransfer time DATTITIMS6UZEIT
LAUFDDate on Which the Program Is to Be Run LAUFDDATS8DATUM
LAUFIAdditional Identification LAUFICHAR6LAUFI

Key field Non-key field



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

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

How to access SAP table P02F_DTA_EMZ_BANK_TRANSACTION

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