‎2007 Jan 08 7:30 AM
Hi Experts,
Is there any function where I can get open items for a vendor, similar to FBL1N?
Please Suggest!!!
Rajiv Ranjan
‎2007 Jan 08 7:35 AM
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.
‎2007 Jan 08 7:37 AM
try to use -
BAPI_AP_ACC_GETOPENITEMS
WRB_RFC_GET_VENDOR_OPEN_PO
reward points if helpfull
amit
‎2007 Jan 08 7:39 AM
Hi,
or use logical database (ldb) KDF
and use GET BSIK / LFC1
A.