‎2008 Feb 06 3:33 PM
hi,
could u please explain the difference between the class and function module
‎2008 Feb 06 3:37 PM
Function Module is is a reusable piece of code that is primarily procedural oriented.
Class is also a similar reusable code, but the basic difference here, is that classes are object oriented.
YOu can search the forum with your sibject line and you can get a lot of answers.
YOu can have a look at the sample programs:
demo_function_group_counter
and
demo_class_counter
to notice the difference.
Regards,
Ravi Kanth Talagana