‎2020 Sep 24 9:54 AM
Is there ant function module to get customer open and close items between two dates.
‎2020 Sep 24 3:07 PM
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
‎2020 Sep 24 3:07 PM
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
‎2022 May 17 11:29 AM
What is the difference between BAPI_AR_ACC_GETOPENITEMS and CUSTOMER_OPEN_ITEMS
And which is better to use?