‎2007 Feb 14 8:17 AM
hi,
How to create a class and how to use that class in a function module source code without writing a select statement?
‎2007 Feb 14 8:19 AM
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
‎2007 Feb 14 8:19 AM
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