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

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

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

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