Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Compilers

Former Member
0 Likes
1,265

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

8 REPLIES 8
Read only

Former Member
0 Likes
1,217

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

Read only

Former Member
0 Likes
1,217

HI,

Go thru this following Blog,

/people/puru.govind/blog/2007/02/27/abap-does-it-have-a-compiler-or-an-interpreter

Regards,

Padmam.

Read only

0 Likes
1,217

Indeed the link is very helpful... But what about the name of the compliers used so?

Read only

0 Likes
1,217

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^

Read only

0 Likes
1,217

Thanks there..

Your info is worth gaining..

But still my ques is ... What is the name of the compiler or the interpreter?

Read only

0 Likes
1,217

HI,

Adobe Flex Compiler is the Compiler Used in SAP NetWeaver

Visual Composer.

Regards,

Padmam.

Read only

Former Member
0 Likes
1,217

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^

Read only

Former Member
0 Likes
1,217

Ya I know that compliers come with R/3 package..

But may I know the names of the compilers used so?