‎2008 Oct 31 7:32 AM
Hi ,
I developed a bapi ,it is calling from java application . i don't konw how to send the return message to java application .Pl any one help out this problem.
Thanks&Regards,
Pratap
‎2008 Oct 31 9:20 AM
bapi's normally have a return parameter of type BAPIRETURN (structure) or BAPIRET (internal table) that contain the result messages from a bapi. So if you develop your own bapi you should add this kind of export parameter.
regards,
Hans