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

Calling class method

arvind_soni
Participant
0 Likes
410

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
Read only

Former Member
0 Likes
380

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
Read only

Former Member
0 Likes
381

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

Read only

0 Likes
380

Thanks a lot Richa.