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

RESULT

Former Member
0 Likes
331

WHAT IS THE SIGNIFICANCE OF KEYWORD RESULT OR RESULTSIN ABAP-OOPS

1 REPLY 1
Read only

Former Member
0 Likes
313

Hi,

this would allow you build the call for this method like

lv_res = lref_obj->my_method( param1 = value1 param2 = value2 ).

BR, Artem

remember points