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

TB_FI_document_REVERSE

Former Member
0 Likes
1,018

Hi All,

I found FM TB_FI_document_REVERSE for FI document reversal. But the problem here is the FM will not returm reversal document number through any export parameter. And also notreturn values with error logs if any.

Kindly suggest how to handle/use this FM? It is urgent.

Thanks in advance.

Regards,

Ashwini

2 REPLIES 2
Read only

Former Member
0 Likes
647

Dear Ashwini,

There are two points regarding this FM:

1 - This FM TB_FI_DOCUMENT_REVERSE needs COMMIT WORK. (Do not forget it).

2 - The return messages, you can get in system variables sy-msgid, sy-msgno, sy-msgty, sy-msgv1, v2, v3 and v4.

BR,

L. Kubota

Read only

Former Member
0 Likes
647

Hi ashwini,

We can catch the exceptions returned by the FM. By that we can whether it is successful or not.

And one more thing use COMMIT WORK as mentioned above.

Thanks

Pavan.N