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: 

WS_REVERSE_GOODS_ISSUE - return message

0 Kudos

Hi,

I am calling FM WS_REVERSE_GOODS_ISSUE from customized program to reverse document with movement type 601 (same as Tcode VL09). However, i did not able to get the error return from this FM table t_mesg. Its only display the error message on the bottom of the program screen. Any idea how to get the return error message in table t_mesg?

1 REPLY 1

Sandra_Rossi
Active Contributor
0 Kudos

There's an answer here in Russian about using MESSAGES_GIVE function module if WS_REVERSE_GOODS_ISSUE returns an exception. Note: you probably get a message on the bottom of the screen because your custom program does a MESSAGE when the function module returns an exception, it's not due to the standard function module.