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

BAPI for F-32?

former_member467566
Discoverer
0 Likes
11,792

Good afternoon.  I've been trying to research the best option to post a customer clearing document without using a BDC.

I've found several posts regarding possible BAPI's for the transaction F-32, like the one https://scn.sap.com/thread/1405187, but I haven't seen a definite answer anywhere.

Has anyone had any luck in clearing customer open items via a BAPI?  And if so, how?

Any help is appreciated.

Thanks,

  Jonathan

1 ACCEPTED SOLUTION
Read only

arindam_m
Active Contributor
0 Likes
7,122

Hi,

I think the BAPI POSTING_INTERFACE_CLEARING would suffice the situation. But as the FM is restricted for usage in FB05 & FB05L the values passed in the input parameter I_TCODE has to be either of them.

Cheers,

Arindam

Good afternoon.  I've been trying to research the best option to post a customer clearing document without using a BDC.

I've found several posts regarding possible BAPI's for the transaction F-32, like the one https://scn.sap.com/thread/1405187, but I haven't seen a definite answer anywhere.

Has anyone had any luck in clearing customer open items via a BAPI?  And if so, how?

Any help is appreciated.

Thanks,

  Jonathan

4 REPLIES 4
Read only

arindam_m
Active Contributor
0 Likes
7,123

Hi,

I think the BAPI POSTING_INTERFACE_CLEARING would suffice the situation. But as the FM is restricted for usage in FB05 & FB05L the values passed in the input parameter I_TCODE has to be either of them.

Cheers,

Arindam

Read only

0 Likes
7,122

Arindam,

Thank you.  I was able take your suggestion and found this discussion:

http://scn.sap.com/thread/3453219

I created the test program and now I understand how it works.

Thanks,

  Jonathan

Read only

Former Member
0 Likes
7,122

Hello Jonathan,

I'm also searching for a BAPI alternative instead of using BDC data for tx F-32.

I am wondering if it is possible with FM BAPI_ACC_DOCUMENT_POST.

I still haven't found a good alternative but it looks like you did some years. Did you make use of FM BAPI_ACC_DOCUMENT_POST.
Can you supply me an example program? That would be perfect.

Thank you in advance.

With kind regards, Simon

Read only

Former Member
0 Likes
7,122

Hello Jonathan,

I'm also searching for a BAPI alternative instead of using BDC data for tx F-32.

I am wondering if it is possible with FM BAPI_ACC_DOCUMENT_POST.

I still haven't found a good alternative but it looks like you did some years. Did you make use of FM BAPI_ACC_DOCUMENT_POST.
Can you supply me an example program? That would be perfect.

Thank you in advance.

With kind regards, Simon