Dear SAPians,
What is the Difference between calling a method in the following ways.
1) call method obj->m1.
2) obj->m1( ).
3) obj2 = obj->m1( ).
Thanks in Advance
Dear SAPians,
What is the Difference between calling a method in the following ways.
1) call method obj->m1.
2) obj->m1( ).
3) obj2 = obj->m1( ).
Thanks in Advance