‎2008 Mar 30 7:08 PM
hello friends,
can we write leave program syntax in RFC function module. Iam developing RFC Function module .
useful answers will be awarded..
Regards
Kanth
Edited by: Kanth on Mar 30, 2008 11:38 PM
‎2008 Mar 30 8:07 PM
Don't use leave program in RFC function module. You can better use EXIT or RETURN. But when developing RFC modules you should use the return structure BAPIRET2 to store message generated in the calling system. So when you use EXIT or RETURN, first give a message so the calling program knows why the RFC module was exited.
‎2008 Dec 04 12:24 PM