cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI_ACC_DOCUMENT_POST For F-28

Former Member
0 Kudos

Dear Experts,

I am currently facing one issue, I want to use BAPI_ACC_DOCUMENT_POST for F-28 (Posting + Clearing). So what will be the mandatory parameter to pass in the bapi. Because I tried to post through same bapi but I got posting key (01,50) and (11,40). i.e posting invoice I want Incoming payment to be posted(15,40).

I don't want to use BDC for the purpose As my requirement is bit complex. So Kindly provide some solution on this. It is bit urgent.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Thanks All,

But how can I use POSTING_INTERFACE_CLEARING for partial posting for multiple customer at a time. I think the FM back end calling BDC only.

raymond_giuseppi
Active Contributor
0 Kudos

Posting document:

  • If you want to generate a document thru BAPI_ACC_DOCUMENT_POST with a Posting Key which is not the default value associated to some Special G/L Indicator, you have to use EXTENSIONIN parameter and handle it in a BAdI such as BADI_ACC_DOCUMENT (ACC_DOCUMENT)

Clearing documents:

Former Member
0 Kudos

Thanks Mr. Raymond,

How can I get posting key 15, 40 through enhancement. Can you share some example it will be helpful for me.

raymond_giuseppi
Active Contributor
0 Kudos

Click on the provided link, there are alerady 'some' samples on the forum (in previous discussions).

Former Member
0 Kudos

Dear Raymond,

I am not able to open the link.

coleti
Active Contributor
0 Kudos

Dear Omprakash,


You can use function module POSTING_INTERFACE_CLEARING for that.


Best regards,


Gabriel Coleti



iklovski
Active Contributor
0 Kudos

Hi,

When faced with similar issues, I had to use BDC eventually. I was not able to meet all my requirements of performing F-28 activities through BAPI.

Regards,

Eli

0 Kudos

Hello Eli,

Can you please share your BDC program. I do have similar requirement.

Thank you in advance.

Jay