Application Development 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: 

BAPI_AR_ACC_GETOPENITEMS FM use without customer code

former_member203806
Participant
0 Kudos

Hi All,

I want to get customer open items, im using BAPI_AR_ACC_GETOPENITEMS, it is ok. but i need to get open items in all the customers for entered company code.

is it possible to get open items without enter the customer code.

Rgds

PP

1 ACCEPTED SOLUTION

PeterJonker
Active Contributor
0 Kudos

You can first get all the customers of a company code (table KNB1) and then call this bapi in the loop and add all details to an internal table.

1 REPLY 1

PeterJonker
Active Contributor
0 Kudos

You can first get all the customers of a company code (table KNB1) and then call this bapi in the loop and add all details to an internal table.