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: 

signature in oo

Former Member
0 Kudos

Hi,

What is signature and in oo ,

example will help.

Regards

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

Go through the link given below :

With Regards

Sandeep

5 REPLIES 5

Former Member
0 Kudos

Hi

Go through the link given below :

With Regards

Sandeep

matt
Active Contributor
0 Kudos

>

>

Completely different meaning to signature

The signature of a method tells you what parameters it has, and what type they are. For an example look at ANY method with parameters in SE24, and click the "signature" button.

matt

narin_nandivada3
Active Contributor
0 Kudos

This message was moderated.

narin_nandivada3
Active Contributor
0 Kudos

Hi Cosmo Kramer,

Please check this link...

http://help.sap.com/saphelp_47x200/helpdata/en/08/d27c03b81011d194f60000e8353423/content.htm

Hope this would help you.

Any questions please revert back.

Good luck

Narin

Former Member
0 Kudos

Hi,

Signature in OOABAP is the parameter you are passing in the methods in the definition of the Class.

Class super_cl definition.

Public section.

methods display importing var1 type i.

Here Signature of method display is the importing parameter.

Regards,

sujit