IBKKRTRNPN SAP (Fields for Payment Notes for Returns) Structure details

Dictionary Type: Structure
Description: Fields for Payment Notes for Returns




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




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

IBKKRTRNPN 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 "Fields for Payment Notes for Returns" 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_IBKKRTRNPN TYPE IBKKRTRNPN.

The IBKKRTRNPN table consists of various fields, each holding specific information or linking keys about Fields for Payment Notes for Returns data available in SAP. These include T_RETURNK (Description Return Key), BKKRS (Bank Area), BANKS (Bank country key), BANKL (Bank Keys).. 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 IBKKRTRNPN 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
RETURNKReturn Reason BKK_RKEYCHAR2
T_RETURNKDescription Return Key BKK_TRKEYCHAR25TXT25
BKKRSBank Area BKK_BKKRSCHAR4Assigned to domainBKK_BKKRSBNS
BANKSBank country key BANKSCHAR3Assigned to domainLAND1BKL
BANKLBank Keys BANKKCHAR15BANKKBNK
ACNUM_EXTAccount number for current account BKK_ACEXTCHAR35ACEXTBKK_ACEXTACEBKKACEXT
ACNUM_IBANInternational Bank Account Number BKK_ACIBANCHAR35ALPHABKK_ACIBAN
BUPA_NAMEAccount holder name BKK_NAMECHAR70BKK_NAME
REFNO_CRReference Number of Creation BKK_CRNOCHAR20BKK_REFNO
REFNO_PAYMReference Number from Payment Transactions BKK_PAYMNOCHAR20BKK_REFNO
REFNO_PNDaybook number BKK_PNNOCHAR12ALPHABKK_PNNO
REFNO_RTRNReference Number for Return BKK_RTRNNOCHAR20BKK_REFNO
DATE_CRCreation Date of the Data Medium BKK_CRDATDDATS8DATUM
DATE_VALUEValue date BKK_VALDATDATS8DATUM
DATE_POSTPosting date BKK_PSTDATDATS8DATUM
DATE_PROCProcessing date BKK_PRCDATDATS8DATUM
TCURTransaction Currency BKK_TCURCUKY5Assigned to domainWAERS
TCUR_SHOWTransaction Currency (Alternative Display) BKK_TCUR_SHOWCUKY5Assigned to domainWAERS
T_AMOUNT_RTRNAmount in Transaction Currency BKK_TAMNTCURR17(2) BKK_ITAMT
T_AMOUNTAmount in Transaction Currency BKK_TAMNTCURR17(2) BKK_ITAMT
T_CHARGECharge in Transaction Currency BKK_TCHARGCURR17(2) BKK_ITAMT
T_INTERInterest in Transaction Currency BKK_TINTERCURR17(2) BKK_ITAMT
T_INCHGInterest + Charges in Transaction Currency BKK_TINCHGCURR17(2) BKK_ITAMT
T_WARRGuaranteed Amount in Transaction Currency BKK_TWARRCURR17(2) BKK_ITAMT
MEDIUMMedium BKK_MEDIUMCHAR4Assigned to domainBKK_MEDIUM
TRNSTYPETransaction Type BKK_TTYPECHAR4Assigned to domainBKK_TTYPE
CHEQUE_TYPMeans of Payment Position Type BKK_CASHBTCHAR4Assigned to domainALPHABKK_CASHBTCBT
CHEQUE_NOCheck Number (External) BKK_CHEQEXCHAR20ALPHABKK_CASHBX
BUTXTPosting Text BKK_BUTXTCHAR50TEXT50
DATE_ORIGOriginal posting date for returns BKK_PSTDAT_ORIGDATS8DATUM
REF_BANKLReference Bank Key BKK_REFBKLCHAR15BANKK

Key field Non-key field



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

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

How to access SAP table IBKKRTRNPN

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