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

how to handle BAPI RETURN message?

Former Member
0 Likes
750

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

1 REPLY 1
Read only

h_senden2
Active Contributor
0 Likes
364

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