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_AP_ACC_GETSTATEMENT

Former Member
0 Likes
903

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.......

3 REPLIES 3
Read only

Former Member
0 Likes
701

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.

Read only

claus_wallacher
Product and Topic Expert
Product and Topic Expert
0 Likes
701

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

Read only

suresh_datti
Active Contributor
0 Likes
701

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