Repect to Gurus,
Based on information in various forums, I came to know that ABAP is an interpreted language (please confirm this. I have also read that ABAP language processers combine compilation and interpretation like JAVA, to produce an intermediate form similar to bytecode). I would like to know what the different compliaton steps are (broad overview) and what file/intermediate program is actually fed to the machine. Please explain with examples (sample instruction in source code).
Thanks