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: 

Reading open items or posts

Former Member
0 Kudos

Dear Experts,

I need to write a program to read open items(posts) for which money is not paid to the vendor.

I decided to select things from the table BSIK.so far fine.
But when I cancelled a document, I could find this document not in BSIK but in BSEG.
(the cancelled and the cancelling document).

If I look into the transaction FBL1n(which does the same job of reading open items), for open posts it shows me all the documents(The cancelled documents as well).

So my question is instead of me acessing both the tables BSIK and BSEK to get the open items,Is there a function module which could be used to get the open items.

or

Should I access both the tables.

Thanks
F

1 ACCEPTED SOLUTION

Former Member
0 Kudos

I think you will find the docuement in table BSAK.

Rob

3 REPLIES 3

Former Member
0 Kudos

I think you will find the docuement in table BSAK.

Rob

0 Kudos

Check FI_ITEMS_DISPLAY this is for FI open items.

Also refer http://scn.sap.com/message/4575242#4575242

0 Kudos

Thanks Guys.Will try that.