hi gurus,
i have a question with regards to Executable programs vs function modules.
when we create a SELECT statement in an executable program, does it run slower as compared to the same SELECT statement, but is residing in a function module?
if there are any differences in terms of speed, which one is faster? better? and why? are they executed in different memory space? which one is more resource intensive?