IBKK_PI_DYN_ADD SAP (Screen Payment Item: Additional Data) Structure details

Dictionary Type: Structure
Description: Screen Payment Item: Additional Data




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




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

IBKK_PI_DYN_ADD 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 Payment Item: Additional 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_IBKK_PI_DYN_ADD TYPE IBKK_PI_DYN_ADD.

The IBKK_PI_DYN_ADD table consists of various fields, each holding specific information or linking keys about Screen Payment Item: Additional Data data available in SAP. These include T_TRNSTYPE (Description Transaction Type), S_TRNSTYPE (Source Transaction Type), T_S_TRNSTYPE (Description Transaction Type), PROCESS (Processes in BCA).. 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: Cannot Be Enhanced


SAP IBKK_PI_DYN_ADD 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
TRNSTYPETransaction Type BKK_TTYPECHAR4Assigned to domainBKK_TTYPE
T_TRNSTYPEDescription Transaction Type BKK_T_TTYPCHAR25TEXT25
S_TRNSTYPESource Transaction Type BKK_STTYPECHAR4Assigned to domainBKK_TTYPE
T_S_TRNSTYPEDescription Transaction Type BKK_T_TTYPCHAR25TEXT25
PROCESSProcesses in BCA BKK_PROCSSCHAR4Assigned to domainBKK_PROCSS
T_PROCESSDescription Process BKK_T_PROCCHAR25TEXT25
MEDIUMMedium BKK_MEDIUMCHAR4TBKKG1BKK_MEDIUM
T_MEDIUMName of medium BKK_TMEDIACHAR25TEXT25
PAYMETHODPayment Method BKK_PAYMETCHAR4Assigned to domainBKK_MEDIUMBCA_SH_PAYMETHOD
T_PAYMETHPayment Method ID BKK_TPAYMECHAR25TEXT25
BUTXTPosting Text BKK_BUTXTCHAR50TEXT50
CHEQUE_NOCheck Number (External) BKK_CHEQEXCHAR20ALPHABKK_CASHBX
CHEQUE_TYPMeans of Payment Position Type BKK_CASHBTCHAR4TBKKA1ALPHABKK_CASHBTCBT
XPRI_PPROCIndicator: Priority in Postprocessing BKK_XPRIPPCHAR1X
UCICreditor Identification BKK_DTE_CRD_IDCHAR35BKK_CRD_ID
MANDATE_IDMandate Reference BKK_DTE_MND_IDCHAR35BKK_MND_ID
DATE_DUEDue Date BKK_DTE_DATE_DUEDATS8BKK_DATUM

Key field Non-key field



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

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

How to access SAP table IBKK_PI_DYN_ADD

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