‎2006 Mar 14 3:05 AM
Hi Friends,
Iam using this (BAPI_AP_ACC_GETSTATEMENT) BAPI, for uploading data from Excel Sheet to SAP Database tables.I want to know what are the mandatory import and tables parameters that need to be passed in order to get the required output.
The Functional Documentation does not provide any information.
Any kind of help will be appreciated.....
Thanks in Advance.......
‎2006 Mar 14 3:22 AM
Hi,
The mandatory field in the tables is : lineitems of structure BAPI3008_2
The importing parameter RETURN is optional.
The exporting parameters:
companycode
vendor
date_from
date_to ..are mandatory
Regards,
Wenceslaus.
‎2006 Mar 14 3:23 AM
Hi Narayana,
you need to provide the following fields:
COMPANYCODE
VENDOR
DATE_FROM
DATE_TO
The table LINEITEMS will then contain the returned items.
Regards,
Claus
‎2006 Mar 14 3:24 AM
Hi,
the following are mandatory for the BAPI
<b>IMPORT parameters</b>
COMPANYCODE
VENDOR
DATE_FROM
DATE_TO
<b>EXPORT parameters</b>
RETURN
<b>TABLES</b>
LINEITEMS
Regards,
Suresh Datti