‎2007 Aug 27 4:09 AM
Hi All,
Could I know what all or what type of compilers are needed for ABAP/4 programs or R/3 architecture?
Thanks in advance.
Shaily
‎2007 Aug 27 4:17 AM
Hi Shaily,
You need not install any compilers externally, they will be coming along with the R/3 package.
Award points if this is helpful.
Regards,
Ravi G
‎2007 Aug 27 4:40 AM
HI,
Go thru this following Blog,
/people/puru.govind/blog/2007/02/27/abap-does-it-have-a-compiler-or-an-interpreter
Regards,
Padmam.
‎2007 Aug 27 5:16 AM
Indeed the link is very helpful... But what about the name of the compliers used so?
‎2007 Aug 27 5:20 AM
hi
good
Similar to Java, ABAP code is translated by the ABAP compiler to ABAP-specific byte code. The ABAP Runtime Machine interprets this byte code. The difference is the large amount of internal byte code that the ABAP Runtime Machine must execute to process the additional SELECT-ENDSELECT loop and the multiple APPENDs inside the loop.
http://www.intelligententerprise.com/channels/applications/columns/archive/abap3.jhtml
thanks
mrutyun^
‎2007 Aug 27 5:35 AM
Thanks there..
Your info is worth gaining..
But still my ques is ... What is the name of the compiler or the interpreter?
‎2007 Aug 27 9:31 AM
HI,
Adobe Flex Compiler is the Compiler Used in SAP NetWeaver
Visual Composer.
Regards,
Padmam.
‎2007 Aug 27 5:00 AM
hi
good
i dont think there is any compiler concept like c and c++ here in SAP,SAP execution procedure are different than c and c++.
thanks
mrutyun^
‎2007 Aug 27 5:01 AM
Ya I know that compliers come with R/3 package..
But may I know the names of the compilers used so?