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

function module to get customer open and close items between dates

former_member605939
Participant
0 Likes
6,328

Is there ant function module to get customer open and close items between two dates.

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
0 Likes
4,477

Did you look at FM (BAPI) of group 3007 'Customer account business object' such as BAPI_AR_ACC_GETOPENITEMS or BAPI_AR_ACC_GETSTATEMENT. As an alternative you could use FM LDB_PROCESS on logical database DDF

2 REPLIES 2
Read only

RaymondGiuseppi
Active Contributor
0 Likes
4,478

Did you look at FM (BAPI) of group 3007 'Customer account business object' such as BAPI_AR_ACC_GETOPENITEMS or BAPI_AR_ACC_GETSTATEMENT. As an alternative you could use FM LDB_PROCESS on logical database DDF

Read only

4,477

What is the difference between BAPI_AR_ACC_GETOPENITEMS and CUSTOMER_OPEN_ITEMS

And which is better to use?