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

Reversing Cleared FI payment documents

Former Member
0 Likes
3,912

Hi All,

I have a requirement to develop a program based on transaction FBRA that will reset cleared items for multiple payment documents and reverse the document posted.

Does anyone know a Bapi or a function module that I could use to do this or better still some code that I could use for it?

Many thanks,

<REMOVED BY MODERATOR>

Colm

Edited by: Alvaro Tejada Galindo on Feb 25, 2008 12:46 PM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,228

FM: POSTING_INTERFACE_RESET_CLEAR

7 REPLIES 7
Read only

Former Member
0 Likes
2,228

I've done this through batch input.

Rob

Read only

Former Member
0 Likes
2,229

FM: POSTING_INTERFACE_RESET_CLEAR

Read only

Former Member
0 Likes
2,228

POSTING_INTERFACE_RESET_CLEAR

Seems to be the FM that I am after. However it doesn't seem to be working when I use it. I am entering the document number, company code and financial year it just doesn't seem to be doing anything.

Any ideas what I am doing wrong?

Read only

Former Member
0 Likes
2,228

pass tcode FBRA. And if it does not work then call

1) CALL FUNCTION 'POSTING_INTERFACE_START'

2) CALL FUNCTION 'POSTING_INTERFACE_RESET_CLEAR'

3) CALL FUNCTION 'POSTING_INTERFACE_END'.

Hope this helps. BDC is called within these.

Read only

0 Likes
2,228

When running the transaction FBRA I am presented with a dialog box that gives me the option to

Only Resetting

or

Resetting and reverse

Is there anything in the FM 'POSTING_INTERFACE_RESET_CLEAR' that covers this option?

Many thanks for your excellent help.

Read only

Former Member
0 Likes
2,228

not sure about that. You might want to check the code of this FM for the BDC data. Other option would be to call reversing interface after resetting. I dont have access to the system right now.

Read only

Former Member
0 Likes
2,228

Hi Abapers,

I have a similiar requirement where in I need to use BAPI or Fm for resetting and reversing the payment document using FBRA transaction.

the FM suggested is not working, please suggest if the same is possible in any of the other ways.

Thanks in Advance.

With Regards,

Vachana.J