IBKKPO_RCV SAP (Transfer Structure: Payment Order, Recipient) Structure details

Dictionary Type: Structure
Description: Transfer Structure: Payment Order, Recipient




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




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

IBKKPO_RCV 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 "Transfer Structure: Payment Order, Recipient" 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_IBKKPO_RCV TYPE IBKKPO_RCV.

The IBKKPO_RCV table consists of various fields, each holding specific information or linking keys about Transfer Structure: Payment Order, Recipient data available in SAP. These include BANKS (Bank country key), BANKL (Bank Keys), ACEXT (Account number for current account), ACIBAN (International Bank Account Number).. 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 IBKKPO_RCV 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
ITEM_NOSequential Number (5-Figure) BKK_CURNONUMC5NUMC5
BANKSBank country key BANKSCHAR3Assigned to domainLAND1BKL
BANKLBank Keys BANKKCHAR15BANKKBNK
ACEXTAccount number for current account BKK_ACEXTCHAR35ACEXTBKK_ACEXTACEBKKACEXT
ACIBANInternational Bank Account Number BKK_ACIBANCHAR35ALPHABKK_ACIBAN
SWIFTSWIFT/BIC for International Payments SWIFTCHAR11SWIFT
BKSBank Control Key BKK_BKSCHAR2BKONT
NAMEAccount holder name BKK_NAMECHAR70BKK_NAME
TCURTransaction Currency BKK_TCURCUKY5Assigned to domainWAERS
NTCURReporting Transaction Currency BKK_NTCURCUKY5Assigned to domainWAERS
ACURAccount Currency BKK_ACURCUKY5Assigned to domainWAERS
T_AMOUNTAmount in Transaction Currency BKK_TAMNTCURR17(2) BKK_ITAMT
NT_AMOUNTAmount in Reporting Transaction Currency BKK_NTAMNTCURR17(2) BKK_ITAMT
A_AMOUNTAmount in Account Currency BKK_AAMNTCURR17(2) BKK_ITAMT
T_CHARGECharge in Transaction Currency BKK_TCHARGCURR17(2) BKK_ITAMT
NT_CHARGECharge in Reporting Transaction Currency BKK_NTCHARGCURR17(2) BKK_ITAMT
A_CHARGECharge in Account Currency BKK_ACHARGCURR17(2) BKK_ITAMT
TRNSTYPETransaction Type BKK_TTYPECHAR4Assigned to domainBKK_TTYPE
MEDIUMMedium BKK_MEDIUMCHAR4Assigned to domainBKK_MEDIUM
PAYMETHODPayment Method BKK_PAYMETCHAR4Assigned to domainBKK_MEDIUMBCA_SH_PAYMETHOD
ACTCHK_ERRIndicator: Error in Check Digits for Account BKK_ACTCHKCHAR1X
COUNTRYCountry BKK_CNTRYCHAR3Assigned to domainLAND1
DATE_VALUEValue date BKK_VALDATDATS8DATUM
CHECK_NOCheck Number (External) BKK_CHEQEXCHAR20ALPHABKK_CASHBX
PUBLIC_CONT_L1Public Field Length 35 BCA_DTE_CHAR035CHAR35BCA_DOM_CF_CHAR35
PUBLIC_CONT_L2Public Field Length 35 BCA_DTE_CHAR035CHAR35BCA_DOM_CF_CHAR35
PUBLIC_CONT_L3Public Field Length 35 BCA_DTE_CHAR035CHAR35BCA_DOM_CF_CHAR35
PUBLIC_CONT_L4Public Field Length 35 BCA_DTE_CHAR035CHAR35BCA_DOM_CF_CHAR35
PUBLIC_CONT_S1Public Field Length 20 BCA_DTE_CHAR020CHAR20BCA_DOM_CF_CHAR20
PUBLIC_CONT_S2Public Field Length 20 BCA_DTE_CHAR020CHAR20BCA_DOM_CF_CHAR20
PRENOTE_REF_NOPrenote Reference ID BKK_DTE_PRENOTE_REF_IDCHAR40BKK_PRENOTE_REF_ID
MANDATE_IDMandate Reference BKK_DTE_MND_IDCHAR35BKK_MND_ID
PO_MGUIDSEPA Mandate: GUID of Mandate SEPA_MGUIDRAW16
PO_MVERSVersion of Mandate used for Enrichment BKK_DTE_MANDATE_ENRICH_VERSIONNUMC4NUM04
RECONC_SYSTEMIdentification of Supplying System BKK_DTE_SYST_FROMCHAR10BKK_DOM_SYSTEM
RECONC_APPLReconciliation - Supplying Application ID BKK_DTE_APPL_FROMCHAR5BKK_DOM_APPL
RECONC_NOReconciliation Unit - Additional ID BKK_DTE_RECONC_NOCHAR15BKK_DOM_RECONC_NO
.INCLU--AP 0
REF_ACEXTReference Account Number BKK_REFACNCHAR35ACEXTBKK_ACEXT
REF_IBANReference IBAN BKK_REFIBACHAR35ALPHABKK_ACIBAN
REF_NAMEReference Name of Account Holder BKK_REFNAMCHAR70BKK_NAME
REF_BANKSReference Country Key of Bank BKK_REFBKSCHAR3Assigned to domainLAND1
REF_BANKLReference Bank Key BKK_REFBKLCHAR15BANKK

Key field Non-key field



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

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

How to access SAP table IBKKPO_RCV

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