difference between SAP R/2 and R/3
Answers were Sorted based on User's Feedback
Answer / mohd viqar naqvi
!)R/2 runs on a mainframe, R/3 runs on Client / Server
2) R/3 has a GIU (thanks to windows) where as R/2 looks more
like DOS (although you can get a GUI for it)
3)R/3 has more functionality than R/2 making it the
preferable choice
4) SAP will support R/3 after 2004!
| Is This Answer Correct ? | 22 Yes | 4 No |
Answer / yogesh dagar
R3 is the 3 tire architecture and R2 is the 2 tire architecture in which the presentation server and application server are in the single system but in R3 all three server ( presentation server,application server and database) are in different systems.
| Is This Answer Correct ? | 10 Yes | 2 No |
!)R/2 runs on a mainframe, R/3 runs on Client / Server
2) R/3 has a GIU (thanks to windows) where as R/2 looks more
like DOS (although you can get a GUI for it)
3)R/3 has more functionality than R/2 making it the
preferable choice
4) SAP will support R/3 after 2004!
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / shamli francis
SAP R/2: is 2-tier architecture. In which all 3 layers [Presentation + Application + Database] are installed in two separate systems/server.
( Server One – Presentation , Server Two – Application +Database)
SAP R/3: is 3-tier architecture. In which all 3 layers [Presentation + Application + Database] are installed in three separate systems/server.
(server One -Presentation, server Two – Application, Server Three – Database)
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / shamli francis
R/3 is the 3 tire architecture and R/2 is the 2 tire architecture .In R/3 having 3 servers for presentation,application & database but in R/2 having 2 servers, one server containing presentation and another server containing application and database.
| Is This Answer Correct ? | 1 Yes | 1 No |
what is the difference between render event and prerender event
Which line of code would instantiate the Browser Capabilities component? A. objBrowser = Server.CreateObject("MSWC.BrowserType") B. Set objBrowser = Server.CreateObject("MSWC.BrowserType") C. var objBrowser = Server.CreateObject("MSWC.BrowserType") D. var objBrowser = CreateObject("MSWC.BrowserType") E. var objBrowser = Server.CreateObject("BrowserType")
What are shared assemblies?
What are the components of asp?
Speaking of boolean data types, whats different between c# and /c++?
How can you change the primary scripting language for a page?
what are web handlers?
Which is the default Scripting Language on the client side in ASP?
What are private assemblies?
What is a Form collection?
Explain the post & get method?
Name the collections of session object?