what is the difference between java , sap ,.net , orecle
apps ?
Answer Posted / aditya
Hi,
A very common question.
Let me make it clear.
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.
ABAP is the core for SAP as it's R/3 system are developed
using this ABAP language.
SAP decided to move ahead in this world and included ITS
into it's product.
Slowly the realised the importance of going web-based, and
hence decided to move in the steps of web services so that
all the transaction based interactions can move in the form
of web services being deployed.
Then they came up with a product called NetWeaver which can
have both the JAVA stack and the ABAP stack.
Hope it helps you to know the background and resolves your
query.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
WS-NUM PIC S9(05)V(02) SIGN TRAILING SEPARATE MOVE '0050000+' TO WS-NUM The value stored is 00500,00+ MOVE '0050000-' TO WS-NUM Then what is the value will be stored in WS-NUM? Am getting '-00500,00'.....>>> What should I declare to WS-NUM so that I can get correct values for both + & - signs.
MOV.CB 007H,ADCON1 MOVE.CT 001H,_OPTION_REG_7 MOV.CB 007H,CMCON
I am work in it aompenei
Explain with examples any 2 features of OOPS.
ok how would i do the following extract from a file i have ssns = 267907230 which are in column 7 into a separate data set then create a 2nd job step to extract from the data set created the following "fund code" which is in column 31 and is 113 into yet another data set
in IT trend mantis meant what? how to know mantis in IT trends? detail description about mantis?
what is meant by life cycle of a business
hi..this is kartheek..complted mca in 2009..but i dont have knowledge in programing..but to learn new language.. which one is suitable for me?is SAP or IBM mainframes is suitable for me..?if it suits how much will it costs..?pls answer...
if 2 is passed as an argument to the method,void GC.Collect then what would be the result?
how do find the user exit for selected feild whatis the process and can u plz explain it
Can i please VHDL code for D-Latch with clear input ?? (HINT: Set up a “Process” with appropriate sensitivity list to get the desired D-Latch with Clr working.) Inputs and Outputs: entity Lab4b is Port ( Clr, Clk, D : in STD_LOGIC; Q : out STD_LOGIC); end Lab4b;
19. Given a system that is described with the following equation, X=A+(B.(A̅+C)+C)+A.B.(D̅+E̅) a) Simplify the equation using Boolean Algebra. b) Implement the original and then the simplified equation with a digital circuit. c) Implement the original and then the simplified equation in ladder logic.
difference between mantis and other tools?
what is difference between kpo and it industry? that is in terms of work, package etc
write a query that returns one row for each department and the number of employees in that department. Given two tables EMPLOYEE and DEPARTMENT, where there can be multiple employees per department.