IBKKPO_SNX SAP (Transfer structure: Payment Order, Sender) Structure details

Dictionary Type: Structure
Description: Transfer structure: Payment Order, Sender




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




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

IBKKPO_SNX 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, Sender" 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_SNX TYPE IBKKPO_SNX.

The IBKKPO_SNX table consists of various fields, each holding specific information or linking keys about Transfer structure: Payment Order, Sender data available in SAP. These include DATE_CR (Date on which the object was created), DATE_VALUE (Value date), MEDIUM (Medium), TRNSTYPE (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 IBKKPO_SNX 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
DATE_POSTPosting date BKK_PSTDATDATS8DATUM
DATE_CRDate on which the object was created BKK_CRDATDATS8DATUM
DATE_VALUEValue date BKK_VALDATDATS8DATUM
MEDIUMMedium BKK_MEDIUMCHAR4Assigned to domainBKK_MEDIUM
TRNSTYPETransaction Type BKK_TTYPECHAR4Assigned to domainBKK_TTYPE
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
REFNO_CRReference Number of Creation BKK_CRNOCHAR20BKK_REFNO
REFNO_PAYMReference Number from Payment Transactions BKK_PAYMNOCHAR20BKK_REFNO
REFNO_PNDaybook number BKK_PNNOCHAR12ALPHABKK_PNNO
PRENOTE_REF_NOPrenote Reference ID BKK_DTE_PRENOTE_REF_IDCHAR40BKK_PRENOTE_REF_ID
CHEQUE_NOCheck Number (External) BKK_CHEQEXCHAR20ALPHABKK_CASHBX
TCURTransaction Currency BKK_TCURCUKY5Assigned to domainWAERS
NACURReporting Account Currency BKK_NACURCUKY5Assigned to domainWAERS
ACURAccount Currency BKK_ACURCUKY5Assigned to domainWAERS
T_AMOUNTAmount in Transaction Currency (External Display) BKK_TAMNTCCHAR25CHAR25
NA_AMOUNTAmount in Reporting Currency BKK_NAAMNTCCHAR25CHAR25
A_AMOUNTAmount in Account Currency (External Display) BKK_AAMNTCCHAR25CHAR25
T_CHARGECharge in Transaction Currency (External Display) BKK_TCHRGCCHAR25CHAR25
NA_CHARGECharge in Reporting Account Currency (External Display) BKK_NACHRGCCHAR25CHAR25
A_CHARGECharge in Account Currency (External Display) BKK_ACHRGCCHAR25CHAR25

Key field Non-key field



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

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

How to access SAP table IBKKPO_SNX

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