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

Clearing two documents with POSTING_INTERFACE_CLEARING

Former Member
0 Likes
540

Hi, all

I'm trying to use POSTING_INTERFACE_CLEARING function module to clearing two documents each other with

additional cost. It's detail is like belows:

1st,

01(D) Customer A/R (100 EUR)

50(C) Sale (100 EUR)

2nd,

40(D) Bank Account (80 EUR)

50(C) Imcoming (80 EUR)

3rd,

40(D) Incoming (80 EUR)

40(D) Cost for sale (20 EUR)

15(C) Customer A/R (100 EUR)

Function Module really works fine.

But the problem is that it displays popup dialog box asking whether to post

the different amount of 1st and 2nd documents.

I have to suppress this dialog box.

But I could not found any way to hide it.

I hope there would be some helpful replies...

Thanks and regards,

Lee

1 REPLY 1
Read only

andreas_mann3
Active Contributor
0 Likes
432

hi,

i think that's not possible to block this.

an alternativfe is abap <b>rfbibl00</b> (see docu with trx. se38)

A.