Application Development 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: 

T code for definition declaration for abap object

Former Member
0 Kudos

Hi experts,

As I Know that we can create class by SE24. But for That Class by which transaction we can define the definition.

As I am very new for this......

Please provide me the easy answer...

thanks

babbal

1 REPLY 1

Former Member
0 Kudos

Hi,

You can use SE24 to define the methods inside the class and to access the methods of the class, you need to instantiate the class using an instance object.

To instantiate a class, from your report on the ABAP editor screen, there is an option-button called PATTERN(Beside Pretty printer button)

In that select Other Pattern and Give the Class Name, Method and Instance(This will be a variable declaration in the report where you are calling the class)

Now once you have initiated the class, you can access/use the method of the class definition

Hope this helps you

Regards

Shiva