Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BAPI_BANK_STATEMENT_EXEC

Former Member
0 Likes
636

Hi,

i am new to BAPI. In this below function module, which are the tables i am suppose to use if i jst need the header and the fields where the data is getting into are

ITEMS: I need to give.

transaction no.

amount

document number

valuedate

Pls post me ur examples for my better reference,if possible.

Regards,

Shanks

CALL FUNCTION 'BAPI_BANK_STATEMENT_EXEC'

EXPORTING

I_BANKCODE =

I_COUNTRY =

I_BANKAREA =

I_ACCOUNT =

I_BKSTATDATE = SY-DATUM

I_BKSTATTIME = SY-UZEIT

I_BKSTITEMDATE =

I_FLG_SIMULATION =

I_FLG_BKST_NOITEMS = ' '

IMPORTING

E_RC =

E_HEADER =

E_BKK42 =

TABLES

E_T_ADDRESSES =

E_T_ITEMS =

E_T_AIPOSTS =

E_T_PAYMNOTES =

E_T_CLOSINFOS =

E_T_ADDRESS_BINT =

E_T_LIMIT =

2 REPLIES 2
Read only

Former Member
0 Likes
526

Hi ,

Do u know how to see the documentation of this BAPI , plz ref it.

Regards

prabhu

Read only

bpawanchand
Active Contributor
0 Likes
526

HI

[Check the link|http://help.sap.com/erp2005_ehp_02/helpdata/en/95/1632edba9511d29e310000e839cd96/content.htm]

Regards

Pavan