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

Is it possible to call a class method using pattern in ABAP editor.

senthil_kumar29
Participant
0 Likes
3,468

Hi,

Is it possible to call a class method using pattern in ABAP editor.

Thank U for Ur time.

Cheers,

Sam

Yes,

Click patterns.

Then choose Abap objects patterns.

Click on the Tick

It will give a new screen

Here Give the name of the class first.

Then the object (instance of the calss)

And finally the method ..

it will give you the pattern

Hope this helps.

3 REPLIES 3
Read only

Former Member
0 Likes
1,298

yes its possible

go to pattern choose abap object patterns click the tick button

then give the class name and the method name then press tick

Read only

Former Member
0 Likes
1,298

Yes,

Click patterns.

Then choose Abap objects patterns.

Click on the Tick

It will give a new screen

Here Give the name of the class first.

Then the object (instance of the calss)

And finally the method ..

it will give you the pattern

Hope this helps.

Read only

senthil_kumar29
Participant
0 Likes
1,298

Thanks a lot.

Cheers,

Sam