Give the syntax of Inner,outer Join?"
Answer Posted / venumadhav
suppose tables LFA1 ,EKKO.
select a~lifnr a~name1 a~ort01
b~ebeln b~ebelp
from a as LFA1 inner join b as EKKO on
a~lifnr = b~lifnr.
| Is This Answer Correct ? | 23 Yes | 17 No |
Post New Answer View All Answers
What are the different types of laws. What are they?
Explain the difference between a pool table and a transparent table and how they are stored at the database level?
Did you use buffering?
after creating lock object if does n't access record by second user what should we do?
If yes then why do we require logical database
How is collect statement different from append?
Explain what are interactive reports?
SAP query how to use end users?
Is it possible to pass data to and from include programs explicitly? : abap modularization
What is the t-code to display batch input sessions? : abap bdc
While doing bdc exp va01 transaction sometime in the item level data shows only 4 items and other times it will show 6 line items, how will you maintain this kind of screen resolutions scenerio? : abap bdc
what is 3 tire architecture and how does SAP utilizes this architecture. and how do netweaver came into picture?
1.If there is one receiver,then To send 10 materials at a time through BD10 tcode, How many Master Idoc create? 2.If there is one receiver,then To send 1 material at a time through BD10 tcode, how many Master Idoc generated? 3.Can I Send Multiple Messges through BD10 tcode?
We have got some values for Field F1 say 1,2,3,4 and F2 say 10,10,10,10.Now can you tell me what would be the output for F1 if we use At End Of event?and what would be the output for F2 if we use At Last event?Also i want to know what is the difference between Total calculation for At end event and grand total for At last event???
How can we upload a text file having delimiters in to legacy system? : abap bdc