Application Development 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: 

Reversal failure message for FM TB_FI_DOCUMENT_REVERSE

Former Member
0 Kudos

Hello,

I have created a customized RFC connection using FM "TB_FI_DOCUMENT_REVERSE" for automatically FI document reversing.

This is working absolutely fine.

My doubt is does this FM give any error message or any return when we try to reverse a FI document after it enters payment proposal.

Regards,

1 ACCEPTED SOLUTION

iftah_peretz
Active Contributor
0 Kudos

Hey,

Note that this is a "Not released" FM (you can see it in the 'Attributes' tab of the FM), thus, you should not expect a certain behavior.

However, from what I can see, in the case of a failure you'll get an "ERROR" exception that is described as "Reversal not possible" (under "Exceptions" tab). The specific reason, from a very brief look into the function's code, will be specified in sy-msgXX (where XX is id,ty etc.)

2 REPLIES 2

iftah_peretz
Active Contributor
0 Kudos

Hey,

Note that this is a "Not released" FM (you can see it in the 'Attributes' tab of the FM), thus, you should not expect a certain behavior.

However, from what I can see, in the case of a failure you'll get an "ERROR" exception that is described as "Reversal not possible" (under "Exceptions" tab). The specific reason, from a very brief look into the function's code, will be specified in sy-msgXX (where XX is id,ty etc.)

Former Member
0 Kudos

Thank you. Problem was already solved 🙂