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: 

Caliculating vendor open items

Former Member
0 Kudos

Hi All,

How to caliculate open items from bsik table.

what fields to be considered while getting open items from bsik table ......

Thanks,

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi.

open items for vendor you should read from table BSIK.

After this you can read table BSEG with BSIK-BUKRS, BSIK-BELNR, BSIK-GJAHR.

You can use the Bapi given below for getting vendor open items.

BAPI_AP_ACC_GETOPENITEMS

Regards,

Raj.

1 REPLY 1

Former Member
0 Kudos

Hi.

open items for vendor you should read from table BSIK.

After this you can read table BSEG with BSIK-BUKRS, BSIK-BELNR, BSIK-GJAHR.

You can use the Bapi given below for getting vendor open items.

BAPI_AP_ACC_GETOPENITEMS

Regards,

Raj.