IBCA_US_OD_TRANS_PRINT SAP (Overdraft transaction data for notification printing) Structure details

Dictionary Type: Structure
Description: Overdraft transaction data for notification printing




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




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

IBCA_US_OD_TRANS_PRINT 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 "Overdraft transaction data for notification printing" 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_IBCA_US_OD_TRANS_PRINT TYPE IBCA_US_OD_TRANS_PRINT.

The IBCA_US_OD_TRANS_PRINT table consists of various fields, each holding specific information or linking keys about Overdraft transaction data for notification printing data available in SAP. These include BKKRS (Bank Area), ACNUM_EXT (Account number for current account), ACNUM_INT (Internal Account Number for Current Account), DATE_POST (Posting date).. 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 IBCA_US_OD_TRANS_PRINT 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
BKKRSBank Area BKK_BKKRSCHAR4Assigned to domainBKK_BKKRSBNS
ACNUM_EXTAccount number for current account BKK_ACEXTCHAR35ACEXTBKK_ACEXTACEBKKACEXT
ACNUM_INTInternal Account Number for Current Account BKK_ACCNTCHAR10Assigned to domainALPHABKK_ACCNTACI
DATE_POSTPosting date BKK_PSTDATDATS8DATUM
P_AMOUNTCalculated amount from post-processing log before Overdraft BCA_US_P_AMOUNTCURR17(2) BKK_ITAMT
PCURAccount Currency BKK_ACURCUKY5Assigned to domainWAERS
PRE_OD_BALANCEAvailable balance before Overdraft protection transfer BCA_US_PRE_OD_BALANCECURR23(2) BKK_TOAMT
PRE_OD_BAL_CURRAccount Currency BKK_ACURCUKY5Assigned to domainWAERS
OD_AMOUNTOverdraft protection - actual amount of transfer BCA_US_OD_AMOUNTCURR17(2) BKK_ITAMT
OD_AMOUNT_CURAccount Currency BKK_ACURCUKY5Assigned to domainWAERS
REF_PO_NOPayment order number BKK_PAORNNUMC12BKK_PAORNPYN
PRINT_COUNTEROverdraft print counter (1 for first time, then increment) BCA_US_PRINT_COUNTERNUMC2NUMC02
DIFF_AMOUNT_NEEDEDDifference amount between post.proc log and avail. balance BCA_US_DIFF_AMT_NEEDEDCURR23(2) BKK_TOAMT
DCURAccount Currency BKK_ACURCUKY5Assigned to domainWAERS
BUPA_NOBusiness Partner Account Holder BKK_ACHOLDCHAR10Assigned to domainALPHABU_PARTNER
BUPA_NAMEAccount holder name BKK_NAMECHAR70BKK_NAME
POSTATUSStatus of a Payment Order BKK_POSTATCHAR2BKK_ITSTAT
OD_CHARGE_AMOUNTAmount in Transaction Currency BKK_TAMNTCURR17(2) BKK_ITAMT
OD_CHARGE_CURTransaction Currency BKK_TCURCUKY5Assigned to domainWAERS

Key field Non-key field



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

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

How to access SAP table IBCA_US_OD_TRANS_PRINT

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