hi,
use abap RFBIBL00 with tcode FB05
-> look for the documentation in se38
and here:bapi-for-fb05
Andreas
There are so many BAPIs for this TCODE, if u can give me
ur exact requirement I can help u out.
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
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.
Add a comment