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

Class method creation

Former Member
0 Likes
381

hi,

How to create a class and how to use that class in a function module source code without writing a select statement?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
362

HI,

For creating the classes, look at the below links

http://help.sap.com/saphelp_nw04/helpdata/en/b3/f4b1406fecef0fe10000000a1550b0/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/06/f23c3d638d11d4966d00a0c94260a5/content.htm

you need to write the selects in the Class and call the methods of the class in the function module

Regards

Sudheer

1 REPLY 1
Read only

Former Member
0 Likes
363

HI,

For creating the classes, look at the below links

http://help.sap.com/saphelp_nw04/helpdata/en/b3/f4b1406fecef0fe10000000a1550b0/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/06/f23c3d638d11d4966d00a0c94260a5/content.htm

you need to write the selects in the Class and call the methods of the class in the function module

Regards

Sudheer