‎2008 Aug 21 8:55 AM
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 =
‎2008 Aug 21 9:01 AM
Hi ,
Do u know how to see the documentation of this BAPI , plz ref it.
Regards
prabhu
‎2008 Aug 21 9:21 AM
HI
[Check the link|http://help.sap.com/erp2005_ehp_02/helpdata/en/95/1632edba9511d29e310000e839cd96/content.htm]
Regards
Pavan