Answer Posted / mythili manoharan
ABAP is the programming language for SAP whereas Java is a
programming language of SUN Microsystems.
Both of them are programming languages.Despite the fact
that both are platform independent, ABAP is a query based
language and the other is a pure object oriented language.
Seeing it from SAP perspective, the SAP R/3 system has a
ABAP stack and a Java Stack. Any process cusutomisation on
the R/3 will be done by ABAP whereas the Java stack is used
for providing a wrapper on top of your R/3 system which
gives the flexibility of using SAP Netweaver components
like Portal...
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
what are the topics choosen for jam round for interviews
1. How many jobs can we write in a single file? 2. How many maximum members can exist in a single partition data set(pds) in jcl?
public static void main(String args[]) describe it
What is test execution and when will we start execution please send me one example for this question
Which language they use during interview?
can we allocate memory for interface? if no then why?
in IBM PC -AT.WAT AT REFERS TO?
Write a program to find factorial of a number using functions
Hello Experts, What is the difference between move and move corresponding exactly? please post me asap
What is dialog programming?
I need to fetch all rows from the table based one field value in the table and later do a condition check if the condition is true I will have to move all the rows present in the data base to output file one else if the condition is not satisfied then move all the records of that field value into another file .Please let me know how to do that
5. How do you round the addition or subtraction of two numbers in assembler?
what is the purpose of checked Menu options
How to know we are in home page of a web application using QTP
Write a pseudo code to evaluate a number to any base given (2...16) based on the input. Number greater than 9 should be given as A-F for 10-15.