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

Popular posts from this blog

c++ - OpenCV Error: Assertion failed <scn == 3 ::scn == 4> in unknown function, -

php - render data via PDO::FETCH_FUNC vs loop -

The canvas has been tainted by cross-origin data in chrome only -