Hi i am surya, i have faced this questions plz give me the
answer.
I have requirement like this, i have two internal tbale like
itab and itab1 in itab i have 50 records, in itab1 100
records are there. When execute this question what will be
the output a]50 b]100 c]150? And how to join two internal
tables what is the syntax for that?
Answer Posted / sameer
hiii surya b clear wid the question first..
n buddy mahesh the synatx is wron for inner n outer joins..
syntax:
select tab1~fields
tab2~fields
into table <body>
from <tab1> inner join <tab2>
on <tab1~field1> = <tab2~field1>.
juz for outer join add in place of inner join.
Cheers.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Table events aNd table maintains generation
what is the difference between Blocked ALV and interactive ALV?
What are the types of bdc s?
Can a constructor be declared private? If yes then in which scenario?
What is the diff between database view and maintenance view?
What does hide statement do?
What are the advantages of logical databases?
How can we use multiple transactions by using bdc_insert? : abap bdc
What is Field group?
What work you have done in HR module
Explain the difference between domain and data element? What are aggregate object?
in bdc session method. if u run the record in fore ground manually i have a 7 records but at the time of record processing first record produces the error how can u process records manually in fore ground please tell me any one knows?
What is the use of the raising exception?
What is the function of the transport system and workbench organiser? : abap data dictionary
Is the basic list deleted when the new list is created?