DTFIAP_50 SAP (Check Register Headers) Structure details

Dictionary Type: Structure
Description: Check Register Headers




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




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

DTFIAP_50 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 "Check Register Headers" 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_DTFIAP_50 TYPE DTFIAP_50.

The DTFIAP_50 table consists of various fields, each holding specific information or linking keys about Check Register Headers data available in SAP. These include ZBUKR (Paying company code), HBKID (Short Key for a House Bank), HKTID (ID for account details), ORT01 (City).. 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 DTFIAP_50 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
ZBUKRPaying company code DZBUKRCHAR4T001BUKRS
HBKIDShort Key for a House Bank HBKIDCHAR5T012HBKID
HKTIDID for account details HKTIDCHAR5T012KHKTID
ORT01City ORT01CHAR25TEXT25
BANKLBank number BANKLCHAR15BANKLBLZ
BANKAName of bank BANKACHAR60TEXT60
RZAWEPayment Method DZLSCHCHAR1T042ZZLSCH
CHECTCheck number CHECTCHAR13CHCKNCHK
CHECFCheck Number From CHECFCHAR13CHCKNCHK
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
UBHKTG/L Account Number for Our Bank Account / Bank Sub-Account UBHKTCHAR10Assigned to domainALPHASAKNR
VBLNRDocument Number of the Payment Document VBLNRCHAR10ALPHABELNR
FISCVARFiscal year variant RSFISCVARCHAR2RSFISCVAR
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
ZALDTProbable Payment Date (Cash Discount 1 Due) DZALDTDATS8DATUM
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
RWBTRAmount Paid in the Payment Currency RWBTRCURR13(2) WRTV7
BANCDCheck encashment date BANCDDATS8DATUM
ZANRETitle of the payee DZANRECHAR15TEXT15
ZNME1Name of the payee DZNME1CHAR35TEXT35
ZPSTLPostal code of the payee DZPSTLCHAR10PSTLZ
ZORT1City of the payee DZORT1CHAR35TEXT35
ZSTRAStreet and house number of the payee DZSTRACHAR35TEXT35
ZPFACP.O. box of the payee DZPFACCHAR10PFACH
ZLANDCountry Key DZLANDCHAR3T005LAND1LND
ZREGIRegional code of the payee DZREGICHAR3T005SREGIO
ZBNKSCountry Key DZBNKSCHAR3T005LAND1LND
ZBNKNBank account number of the payee DZBNKNCHAR18BANKN
ZBNKLBank number of the payee's bank DZBNKLCHAR15BANKL
ZBKONBank Control Key of the Payee's Bank DZBKONCHAR2BKONT
ZSWIFSWIFT/BIC for International Payments SWIFTCHAR11SWIFT
ZIBANIBAN of the Payee DZIBANCHAR34IBAN
VOIDRCheck void reason code VOIDRNUMC2TVOIDVOIDR
VOIDDVoided Check Date VOIDDDATS8DATUM
VOIDUVoided check user VOIDUCHAR12UNAME
ZPST2P.O. box postal code of the payee DZPST2CHAR10PSTLZ
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
REC_BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
REC_GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
ZPFORCity of payee's PO box PFORT_ZCHAR35TEXT35
RWSKTTotal Cash Discount for the Pmnt Transactn in Pmnt Currency RWSKTCURR13(2) WRTV7
XAUSCList of Outstanding Checks CHKNXAUSCHAR1XFELD
CHECMCheck Lots CHECMCHAR27CHECM

Key field Non-key field



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

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

How to access SAP table DTFIAP_50

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