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: 

Small query on methods of classes

Former Member
0 Kudos

Hi,

I have a small query abt calling methods in oops...How will we get the exporting,importing and exception parameters when we r calling the methods manually without the patterns options ????

1 REPLY 1

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

Well, the best way is of course to use the pattern, but you could also view the signature through SE24.

Transaction SE24

Enter class name, click display/change.

Click on methods tab.

Click your method.

Click the parameters button.

This will show you the signature of the method, including the importing, exporting, changing, and returning parameters.

Regards,

Rich Heilman