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: 

Function for Vendor Open Items

Former Member
0 Kudos

Hi Experts,

Is there any function where I can get open items for a vendor, similar to FBL1N?

Please Suggest!!!

Rajiv Ranjan

3 REPLIES 3

Former Member
0 Kudos

1)check..

Vendor BAPI_AP_ACC_GETOPENITEMS

2)open items for vendor you should read from table BSIK.

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

Former Member
0 Kudos

try to use -

BAPI_AP_ACC_GETOPENITEMS

WRB_RFC_GET_VENDOR_OPEN_PO

reward points if helpfull

amit

andreas_mann3
Active Contributor
0 Kudos

Hi,

or use logical database (ldb) KDF

and use GET BSIK / LFC1

A.