FKKPY_0650_HOUSE_BANK_DATA SAP (Payment Program: Structure for Event 0650 - House Bank Data) Structure details

Dictionary Type: Structure
Description: Payment Program: Structure for Event 0650 - House Bank Data




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




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

FKKPY_0650_HOUSE_BANK_DATA 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 Program: Structure for Event 0650 - House Bank Data" 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_FKKPY_0650_HOUSE_BANK_DATA TYPE FKKPY_0650_HOUSE_BANK_DATA.

The FKKPY_0650_HOUSE_BANK_DATA table consists of various fields, each holding specific information or linking keys about Payment Program: Structure for Event 0650 - House Bank Data data available in SAP. These include HBKID (Short Key for a House Bank), HKTID (ID for account details), BGRUP (Bank group (bank network)), BNKA ().. 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 FKKPY_0650_HOUSE_BANK_DATA 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
RANGFNumber Which Sets the Ranking Order of the Entries RANGF_KKNUMC4NUM04
HBKIDShort Key for a House Bank HBKIDCHAR5Assigned to domainHBKID
HKTIDID for account details HKTIDCHAR5Assigned to domainHKTID
BGRUPBank group (bank network) BGRUPCHAR2BGRUP
BNKA 0
MANDTClient MANDTCLNT3MANDT
BANKSBank country key BANKSCHAR3LAND1BKL
BANKLBank Keys BANKKCHAR15BANKKBNK
ERDATDate on which the record was created ERDAT_BFDATS8DATUM
ERNAMName of person who created the object ERNAM_BFCHAR12USNAM
BANKAName of bank BANKACHAR60TEXT60
PROVZSTATE (State, Province, County) REGIOCHAR3REGIO
STRASHouse number and street STRAS_GPCHAR35TEXT35
ORT01City ORT01_GPCHAR35TEXT35
SWIFTSWIFT/BIC for International Payments SWIFTCHAR11SWIFT
BGRUPBank group (bank network) BGRUPCHAR2BGRUP
XPGROPost Office Bank Current Account XPGROCHAR1XFELD
LOEVMDeletion Indicator LOEVMCHAR1XFELD
BNKLZBank number BANKLCHAR15BANKLBLZ
PSKTOPost office bank current account number PSKTO_CHCHAR16PSKTO
ADRNRAddress number AD_ADDRNUMCHAR10ALPHAAD_ADDRNUMADR
BRNCHBank Branch BRNCHCHAR40TEXT40
CHKMECheck digit calculation method CHECKMETHCHAR4ALPHACHECKMETH
VERSFormat of File with Bank Data VERS_BFCHAR3ALPHAVERS_BFH_T005BU_VERS
.INCLU--AP 0
BICKYKey of a BIC+ data record (Swift) PRQ_BICKYCHAR12PRQ_BICKY
RCCODERouting control code PRQ_RCCCHAR15CHAR15
T012 0
MANDTClient MANDTCLNT3MANDT
BUKRSCompany Code BUKRSCHAR4BUKRSBUKC_T001
HBKIDShort Key for a House Bank HBKIDCHAR5HBKID
BANKSBank country key BANKSCHAR3LAND1BKL
BANKLBank Keys BANKKCHAR15BANKKBNK
TELF1First telephone number TELF1CHAR16TEXT16
STCD1Tax Number 1 STCD1CHAR16STCD1
NAME1Name of contact person NAME1_ACHAR30TEXT30
SPRASLanguage Key SPRASLANG1ISOLASPRASSPRH_T002
BUPLABusiness Place BUPLA_T012CHAR4J_1BBRANCH
.INCLU--AP 0
VPASTValue date in the past allowed VPASTCHAR1XFELD
T012K 0
MANDTClient MANDTCLNT3MANDT
BUKRSCompany Code BUKRSCHAR4BUKRSBUKC_T001
HBKIDShort Key for a House Bank HBKIDCHAR5HBKID
HKTIDID for account details HKTIDCHAR5HKTID
BANKNBank account number BANKNCHAR18BANKN
BKONTBank Control Key BKONTCHAR2BKONT
WAERSCurrency Key WAERSCUKY5WAERSFWS
REFZLReference Information REFZLCHAR27CHAR27
DTAAIDME Sold-To Party Identification (Switzerland) DTAAICHAR5CHAR5
BNKN2Alternative Bank Acct Number (for Ambiguous Acct Number) BNKN2CHAR24BNKN2
FDGRPPlanning Group FDGRPCHAR10ALPHAFDGRPFFG
ABWAESettlement currency for bank transfers ABWAECUKY5WAERS
HKONTGeneral Ledger Account HKONTCHAR10ALPHASAKNR
WEKONSubaccount for bill of exchange presentation for discounting WEKONCHAR10ALPHASAKNR
MINDTMinimum days until due date when presenting for collection MINDTNUMC3NUM03
HBID1Alternative house bnk for bill/exch. presentation debit memo HBID1_012KCHAR5HBKID
HKID1Account details for debit memo from bill/exch. presentation HKID1_012KCHAR5HKTID
HBID2Alternative house bank for failed bill/exch. receivable HBID2_012KCHAR5HBKID
HKID2Account details for debit memo from bill/exch. presentation HKID2_012KCHAR5HKTID
WKKONBk act to be debited with amount from returned bill payable WKKON_012KCHAR10ALPHASAKNR
WIKONSubaccount for bill of exchange collection WIKON_012KCHAR10ALPHASAKNR
.INCLU--AP 0
BROLLAttribute for use by house banks in PRQ payment program PRQ_BROLLCHAR2CHAR2
XTPRBFlag for determining whether transit or principal bank PRQ_XTPRBCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table FKKPY_0650_HOUSE_BANK_DATA

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