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

FM or BAPI or BDC for clearing open items...

Former Member
0 Likes
776

Hello Gurus,

I have to write a code to clear/ close 12 million open G/L items in SAP. Is there a standard SAP FM or BAPI to do this ? Or do I have to write a BDC for this. If I have to write BDC, do I write BDC on T-Code F.13, FB05 or other T-Code.

Regards,

Jainam.

Edited by: Jainam Shah on Sep 23, 2010 5:13 PM

1 ACCEPTED SOLUTION
Read only

brad_bohn
Active Contributor
0 Likes
452

If you have configured the correct clearing criteria in the IMG, then you can just run program SAPF124. Why did you need a shell program with a BDC - are you trying to clear by document within your clearing criteria?

Hello Gurus,

I have to write a code to clear/ close 12 million open G/L items in SAP. Is there a standard SAP FM or BAPI to do this ? Or do I have to write a BDC for this. If I have to write BDC, do I write BDC on T-Code F.13, FB05 or other T-Code.

Regards,

Jainam.

Edited by: Jainam Shah on Sep 23, 2010 5:13 PM

1 REPLY 1
Read only

brad_bohn
Active Contributor
0 Likes
453

If you have configured the correct clearing criteria in the IMG, then you can just run program SAPF124. Why did you need a shell program with a BDC - are you trying to clear by document within your clearing criteria?