cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI to get customer account statement (Trans: FBL5)

Former Member
0 Kudos

Hello all,

I am looking for a BAPI to retrieve all information that can be obtained through this transaction (FBL5)

¿Do you know any BAPI to get that information?

Regards

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Lionel,

That has very helpful but, do you know any other FM giving same results but marked remote?

This FM will be used by a Java webdynpro application and remote FM are mantadory to be accessible by the Java stack

Former Member
0 Kudos

Hello,

You may use BAPI_AR_ACC_GETOPENITEMS to acheive the needful.

The table LINEITEMS will give you the list of Open Items which can be used for further processing.

Please reward if the response is useful

With Regards

Vijay Gajavalli

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Try with this FM CUSTOMER_OPEN_ITEMS.

Regard,

Lionel