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: 

Any BAPI available for Document Clearing using Tcode F-32?

0 Kudos
1,164

I have to develop program for document clearing for Tcode F-32. So I am looking for BAPI for it.

7 REPLIES 7

FredericGirod
Active Contributor
0 Kudos
604

Debug your transaction, and set break point on Class CL_EXITHANDLER Method GET_INSTANCE

when you find BAdI check in SE18 if the BAdI is only for SAP and if it is multiple .

You could also, easily, find program that list user-exit / badi for a specifc transaction. But the best option for BAdI is the debug

0 Kudos
604

i think OP is looking for a BAPI equivalent of F-32

0 Kudos
604

Try function module POSTING_INTERFACE_CLEARING

0 Kudos
604

Hi all thank you for your support, I have achieved the same through BDC. But Now according to client requirements, I have to update ztcode through which I have posted clearing doc, in f-32 header data tcode field.

But when i am posting clearing doc using bdc it is showing FB1D instead of my custom tcode.

Is there any way to change this tcode? Because according to requirement they want to keep track of transaction posting using this custom tcode.

0 Kudos
604

Is there a difference if you run the bdc in background or forground ?

0 Kudos
604

No both the time it is showing standard tcode only.

0 Kudos
604

Hi All,

Thank you so much for your support, but at last I have achieved the same using BDC.