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: 

How to insert Method in ABAP code

Former Member
0 Kudos

Hi Gurus,

Plz tell me how to insert a METHOD in ABAP code as we do in the case of inserting function in ABAP code using PATTERN.Button

Rgds

rajesh

5 REPLIES 5

Former Member
0 Kudos

Hi,

Try this.

Click pattern tab ans select AABAP object patterns.

Select call method.

Then give the instance name , class/interface name and the method name.

Sharin.

Former Member
0 Kudos

1. Go to Pattern

2. Select ABAP object patterns and ENTER

3. Now enter the Class and the Instance and the required method and ENTER

Regards,

Kiran Bobbala

Former Member
0 Kudos

click on PATTERN button

in PERFORM you can select the method you want to call.

this method must be defined beforehand

Former Member
0 Kudos

Hi,

click on Pattern button. Then click ABAP Objects Pattern. After that you can type the name of your method, class and instance in CALL METHOD section.

Regards

Mark-André

Former Member
0 Kudos

Hi

Go to Pattern Select Abap Object Pattern Radiobutton Than

Another Screen will come There You Write Class Name and

Methods Name And Press Enter.

It Will Automatically Insert in ur program.

Regards,

Shyam.