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

Function for Vendor Open Items

Former Member
0 Likes
1,219

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

Former Member
0 Likes
1,021

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.

Read only

Former Member
0 Likes
1,021

try to use -

BAPI_AP_ACC_GETOPENITEMS

WRB_RFC_GET_VENDOR_OPEN_PO

reward points if helpfull

amit

Read only

andreas_mann3
Active Contributor
0 Likes
1,021

Hi,

or use logical database (ldb) KDF

and use GET BSIK / LFC1

A.