Pointers in ABAP (like this in java) -
could tell me how define pointer in abap oo? in java have no problems it, eg. this.name
or this.somemethod()
.
probably asking called self reference.
in abap available using keyword me
.
example in java: this.somemethod();
example in abap: me->somemethod( ).
Comments
Post a Comment