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

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




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




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

IBKKPO_RCG 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_RCG TYPE IBKKPO_RCG.

The IBKKPO_RCG 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_RCG 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
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 (External Display) BKK_TAMNTCCHAR25CHAR25
NT_AMOUNTAmount in Reporting Trans. Currency (External Display) BKK_NTAMNTCCHAR25CHAR25
A_AMOUNTAmount in Account Currency (External Display) BKK_AAMNTCCHAR25CHAR25
T_CHARGECharge in Transaction Currency (External Display) BKK_TCHRGCCHAR25CHAR25
NT_CHARGECharge in Reporting Trans. Currency (Ext. Display) BKK_NTCHRGCCHAR25CHAR25
A_CHARGECharge in Account Currency (External Display) BKK_ACHRGCCHAR25CHAR25
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

Key field Non-key field



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

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

How to access SAP table IBKKPO_RCG

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