IBKK_PO_DYN_AU_RCV SAP (Screen Fields for Automatic Forward Order of Recipient) Structure details

Dictionary Type: Structure
Description: Screen Fields for Automatic Forward Order of Recipient




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




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

IBKK_PO_DYN_AU_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 "Screen Fields for Automatic Forward Order of 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_IBKK_PO_DYN_AU_RCV TYPE IBKK_PO_DYN_AU_RCV.

The IBKK_PO_DYN_AU_RCV table consists of various fields, each holding specific information or linking keys about Screen Fields for Automatic Forward Order of Recipient data available in SAP. These include TCUR (Transaction Currency), T_PMNT (Debit/Credit Indicator), RCV_TRNSTYPE (Transaction Type), RCV_T_TRNSTYPE (Description Transaction Type).. 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 IBKK_PO_DYN_AU_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
T_AMOUNTAmount in Transaction Currency (No +/- Sign) BKK_TAMNTVCURR17(2) BKK_AMT
TCURTransaction Currency BKK_TCURCUKY5Assigned to domainWAERS
T_PMNTDebit/Credit Indicator SHKZGCHAR1SHKZG
RCV_TRNSTYPETransaction Type BKK_TTYPECHAR4TBKKG3BKK_TTYPE
RCV_T_TRNSTYPEDescription Transaction Type BKK_T_TTYPCHAR25TEXT25
RCV_PAYMETHODPayment Method BKK_PAYMETCHAR4TBKKG1BKK_MEDIUMBCA_SH_PAYMETHOD
RCV_T_PAYMETHPayment Method ID BKK_TPAYMECHAR25TEXT25
RCV_BKKRS_ITEMBank Area BKK_BKKRSCHAR4TBKK01BKK_BKKRSBNS
RCV_T_BKKRSDescription Bank Area BKK_T_BKRSCHAR25TEXT25
RCV_BANKSBank country key BANKSCHAR3T005LAND1BKL
RCV_BANKLBank Keys BANKKCHAR15BNKABANKKBNK
RCV_BICSWIFT/BIC for International Payments SWIFTCHAR11SWIFT
RCV_BANKAName of bank BANKACHAR60TEXT60
RCV_ACNUM_INTInternal Account Number for Current Account BKK_ACCNTCHAR10Assigned to domainALPHABKK_ACCNTACI
RCV_ACNUM_EXTAccount number for current account BKK_ACEXTCHAR35ACEXTBKK_ACEXTACEBKKACEXT
RCV_ACNUM_BKSBank Control Key BKK_BKSCHAR2BKONT
RCV_ACNUM_IBANInternational Bank Account Number BKK_ACIBANCHAR35ALPHABKK_ACIBAN
RCV_BANKVRecipient Payment Details BKK_BANKVCHAR65BKK_BANKV
RCV_BUPA_NAMEAccount holder name BKK_NAMECHAR70BKK_NAME
RCV_DATE_VALUEValue date BKK_VALDATDATS8DATUM
PAYM_NOTE1Purpose BKK_PAYNTECHAR70BKK_PAYNTE
PAYM_NOTE2Purpose BKK_PAYNTECHAR70BKK_PAYNTE
PAYM_NOTE3Purpose BKK_PAYNTECHAR70BKK_PAYNTE
PAYM_NOTE4Purpose BKK_PAYNTECHAR70BKK_PAYNTE
NAME1Field Label Container Field BKK_DTE_DIALOG_CF_NAMECHAR20Assigned to domainBKK_DOM_CF_FIELDNAME
NAME2Field Label Container Field BKK_DTE_DIALOG_CF_NAMECHAR20Assigned to domainBKK_DOM_CF_FIELDNAME
NAME3Field Label Container Field BKK_DTE_DIALOG_CF_NAMECHAR20Assigned to domainBKK_DOM_CF_FIELDNAME
NAME4Field Label Container Field BKK_DTE_DIALOG_CF_NAMECHAR20Assigned to domainBKK_DOM_CF_FIELDNAME
NAME5Field Label Container Field BKK_DTE_DIALOG_CF_NAMECHAR20Assigned to domainBKK_DOM_CF_FIELDNAME
NAME6Field Label Container Field BKK_DTE_DIALOG_CF_NAMECHAR20Assigned to domainBKK_DOM_CF_FIELDNAME
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

Key field Non-key field



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

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

How to access SAP table IBKK_PO_DYN_AU_RCV

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