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: 

Calling class method

arvind_soni
Participant
0 Kudos

Hi,

In classical report we click on the pattern and write the funciton module name there to get the import and export parameter of the fucntion.

Can somebody tell me how to call the class method in the program with the parameters coming automatically .

Thanks

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hi Arvind,

Click on pattern.

Choose ABAP object pattern radio button and press enter.

You have four radio button-the first one call method is for your requirement.

Enter the object instance name, class name and method name and press enter.

You will get the call method for this instance of the class.

Hope this helps.

Regards,

Richa

2 REPLIES 2

Former Member
0 Kudos

hi Arvind,

Click on pattern.

Choose ABAP object pattern radio button and press enter.

You have four radio button-the first one call method is for your requirement.

Enter the object instance name, class name and method name and press enter.

You will get the call method for this instance of the class.

Hope this helps.

Regards,

Richa

0 Kudos

Thanks a lot Richa.