BAPI4499_2 SAP (Transfer Structure Object 4499: Account Statement Single Rec) Structure details

Dictionary Type: Structure
Description: Transfer Structure Object 4499: Account Statement Single Rec




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




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

BAPI4499_2 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 Object 4499: Account Statement Single Rec" 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_BAPI4499_2 TYPE BAPI4499_2.

The BAPI4499_2 table consists of various fields, each holding specific information or linking keys about Transfer Structure Object 4499: Account Statement Single Rec data available in SAP. These include DATE_BANK (Posting date at the bank), PSTNG_DATE (Posting Date in the Document), VALUE_DATE (Value date), VALUE_TIME (Value date time).. 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: Not classified


SAP BAPI4499_2 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
LINE_NOMemo record number (line item number in bank statement) BF_ESNUMEBNUMC5NUM5
DATE_BANKPosting date at the bank BF_BVDATEBDATS8DATUM
PSTNG_DATEPosting Date in the Document BUDATDATS8DATUM
VALUE_DATEValue date VALUTDATS8DATUM
VALUE_TIMEValue date time BF_BUTIMEBTIMS6TIMES
TRCURRTransaction currency (usually = account currency) BF_TXCURRCUKY5Assigned to domainWAERSFWS
TRCURR_ISOISO Code: Transaction currency BF_TRISOCHAR3ISOCD
TRAMOUNTAmount in transaction currency BAPI_KWBTRDEC23(4) BAPICURR
TRFEESFees in transaction currency BAPI_SPESKDEC23(4) BAPICURR
ORGCURROriginal currency key (different from transaction currency) BF_FWAEREBCUKY5Assigned to domainWAERS
ORGCURRISOISO code original currency BF_FOISOCHAR3ISOCD
ORGAMOUNTOriginal currency amount (not equal to account currency) BAPI_FWBTRDEC23(4) BAPICURR
ORGFEESFees in original currency (not same as account currency) BAPI_SPESFDEC23(4) BAPICURR
TRANS_CODEBusiness transaction code BF_VORGCEBCHAR3CHAR3
TEXT_KEYText key BF_TEXTSEBCHAR4CHAR4
EXT_TRANSExternal business transaction BF_VGEXTEBCHAR27BF_VGEXTEB
MAN_TRANSTransaction BF_VGMANEBCHAR4BF_VGMANEB
BANK_TEXTBank posting text BF_BUTXTEBCHAR50CHAR50
COLL_ITEMSNumber of collective items BF_ANZSPEBNUMC5NUM5
PRTBNKCTRYCountry key of partner bank BF_PABKSEBCHAR3Assigned to domainLAND1
PRTBNKCTRY_ISOISO code of country of partner bank BF_PBNKISOCHAR2INTCA
PRT_BANKBank number of partner bank BF_PABLZEBCHAR15BANKK
PRT_SWIFTSWIFT code of partner bank BF_PASWIEBCHAR11SWIFT
PRT_ACCNOAccount number at the partner bank BF_PAKTOEBCHAR18BANKN
PTR_NAMEBusiness partners BF_PARTNEBCHAR55CHAR55
DAYBK_NODaybook number BF_PNOTAEBCHAR10CHAR10
DB_CR_INDDebit/credit key for line items BF_EPVOZEBCHAR1CHAR1
INFO1Additional information 1 BF_INFO1EBCHAR30CHAR30
INFO2Additional information 2 BF_INFO2EBCHAR30CHAR30
BATCH_NOBatch number (bundle number) BF_BATCHEBCHAR3CHAR3
ITEM_NOItem number BF_ITMNREBNUMC3NUM3
EXCH_RATEExchange rate (different from local currency) BF_KURSFEBDEC9(5) KURSF
DT_F_NOTEDate of failed bills of exchange in Japan BF_JPDATEBDATS8DATUM
BANK_CHKNOReference information sent by bank e.g. check number BF_CHECTEBCHAR13CHCKN
BANK_REFNOBank reference number BF_REFBKEBCHAR35CHAR35
O_DUE_CHGOverdue charges from/to partners in account currency BAPI_ARRSKDEC23(4) BAPICURR
CUST_REFCustomer-to-customer reference BF_REFNREBCHAR35CHAR35
CUST_REF2Customer to customer reference 2 BF_REFNR2EBCHAR35CHAR35

Key field Non-key field



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

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

How to access SAP table BAPI4499_2

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