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: 

Is there any BAPI FM that can be used for F-04 ?

Former Member
0 Kudos

Hi ALL,

Is there any BAPI FM that can be used for F-04 ?

My requirement is that I want to clear open items of vendors and customers.

Thanks in Advance.

5 REPLIES 5

andreas_mann3
Active Contributor
0 Kudos

hi,

use abap RFBIBL00 with tcode FB05

-> look for the documentation in se38

and here:

Andreas

kanthimathikris
Employee
Employee
0 Kudos

There are so many BAPIs for this TCODE, if u can give me

ur exact requirement I can help u out.

0 Kudos

Hi Krishnan,

Thanks for the reply,

Post with clearing .

My requirement is to clear customer invoices for the given copmany code, clear vendor invoices for the given copmany code and clear any miscellaneous invoices for given company code .

kanthimathikris
Employee
Employee
0 Kudos

I searched, but for your requirement I am unable to find any BAPIs but I found some function modules

FI_CLEARING_INFO_MODIFY

FAGL_CLEAR_FOR_COLLECT

Check if these function modules r useful for u

Former Member
0 Kudos

1. Decide the logic - what parameters to use and how to locate the documne that needs to be cleared.

2. Use RFBIBL00 to populate the fields from incoming document and the clearing document from step 1 above.

3. Using any other function module/BAPI would not simplify this any more than RFBIBL00.