what is the difference between java , sap ,.net , orecle
apps ?
Answer / 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 |
MOV.CB 007H,ADCON1 MOVE.CT 001H,_OPTION_REG_7 MOV.CB 007H,CMCON
SELECT A~FTRMI A~AUFNR B~MATNR D~MAKTX B~PSMNG B~WEMNG C~MTART E~CHARG C~MATKL C~SPART R~BWART R~CHARG R~MATNR E~BWART R~BDMNG INTO TABLE ITAB FROM AFKO AS A INNER JOIN AFPO AS B ON A~AUFNR = B~AUFNR * INNER JOIN AFVC AS A1 ON A~AUFPL = A1~AUFPL AND B~DWERK = A1~WERKS INNER JOIN MARA AS C ON B~MATNR = C~MATNR INNER JOIN MAKT AS D ON C~MATNR = D~MATNR INNER JOIN MSEG AS E ON B~MATNR = E~MATNR AND A~AUFNR = E~AUFNR AND B~DWERK = E~WERKS INNER JOIN RESB AS R ON A~AUFNR = R~AUFNR AND E~AUFNR = R~AUFNR AND R~RSNUM = A~RSNUM AND R~WERKS = E~WERKS AND R~BAUGR = E~MATNR INNER JOIN MARA AS C1 ON R~MATNR = C1~MATNR WHERE A~FTRMI IN S_DATE AND A~AUFNR IN S_AUFNR AND C~MTART IN S_TYPE AND C~MATKL = 'T' AND R~BWART ='261' AND E~BWART = '101' AND R~XWAOK ='X' AND B~DWERK = '2000' AND R~XLOEK EQ SPACE AND E~KZBEW ='F' AND D~SPRAS = 'E' AND R~KZEAR = 'X' AND C~MATNR IN S_MATNR. This query gives repetative records from RESB.There must be some common field which i am not taking thats why its giving repetative records. If u find any solution pls lety me know ASAP. Thanks Swati Ghadge
what type of exceptions & problems are faced in production time at java technology?
What for decision coverage and modified condition decision coverage are used? Wat is the difference between them?
what are the topics choosen for jam round for interviews
A good website has the following conditions It should be interactive. It should contain at least 20 images. Title cannot be null and should contain at least 10 letters other than spaces and hyphen (-). The keywords should contain atleast three among the following list : "design", "Graphics", "lovely", "beautiful", "amazing" and "mesmerising" Write a method: boolean isGoodWebsite(boolean isInteractive, int numOfImages, String title,String keywords[]) isInteractive whether the site is interactive or not numOfImages Number of images on the website title Title of the website keywords Array of keywords in the website.
What is the difference between compiled and interpreted languages?
How many processes can listen on a single TCP/IP port?
Explain the types of operations? Draw the figure for shift and rotate operations?
Write a program to create a process in UNIX
what do u mean by html
73. How can you set the status and title for a modal dialog box? a) In the attributes of the corresponding screen. b) Before the corresp. call screen statement. c) In a PBO module of the corresponding screen. d) In the PAI module of the corresponding screen.