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
How can we declare a table control in the abap/4 program?
What actually happens in real-time recruitment? : sap abap hr
What is the use of 'table index'?
What are the parameters in bdc_open_group? : abap bdc
How do u set up background jobs in SAP? What r the steps? What are the event driven batch jobs?
How do you import pay scale data from non sap to sap? : sap abap hr
What is the different between template and a table?
what is the difference between Blocked ALV and interactive ALV?
Is there any method apart from bdc for data upload to sap? : abap bdc
How do you convert non-char field into char type fields ?
What are control tables? : abap data dictionary
What is the structure of the bdc table? : abap bdc
What are the 3 methods that we use in sequence in a batch input session method? : abap bdc
Can you print decimals in type n?
What is an Open Item in SAP? How will you find an Open Item in SAP?