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

HOW TO DISPLAY REVERSE DOCUMENT NUMBER USING BDC.

Former Member
0 Likes
726

Hi people,

i have a requirement where i have to reverse document number after making the payment.

but i have to populate the output through bdc program.

I searched alot how to do in internet but still not clear how i need to do it.

can you people please tell me how can i write the code for this based on bdc.

Regards,

Nawaz

Hi people,

i have a requirement where i have to reverse document number after making the payment.

but i have to populate the output through bdc program.

I searched alot how to do in internet but still not clear how i need to do it.

can you people please tell me how can i write the code for this based on bdc.

Regards,

Nawaz

2 REPLIES 2
Read only

RaymondGiuseppi
Active Contributor
0 Likes
609

Call transaction SHDB and try to generate some BDC on following transactions:

  • FBRA for resetting clearing
  • FB08 for reversal of document

Or look at FM as FM_REVERSE_CLEARING_FI and FI_DOCUMENT_REVERSE.

Regards,

Raymond

Read only

Former Member
0 Likes
609

This might be a little tricky. Depending on the original payment method, you may have to change it back to it's original value after resetting and reversing it.

Rob