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_AR_ACC_GETOPENITEMS FM use without customer code

former_member203806
Participant
0 Likes
3,142

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
Read only

PeterJonker
Active Contributor
0 Likes
1,944

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
Read only

PeterJonker
Active Contributor
0 Likes
1,945

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.