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 / mahesh
be clear with TAB1 and TAB2 ..ok.. using two tables...
and about the Joins ..
Joins are two types
Inner Join or outer Join
Syntax :
Select * or columns from Table1
<(Jointype) inner join> Table2
ON <condition>
let me now if it is wrong........... about the syntax...
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can you delete data element, which is being used by table fields. : abap data dictionary
Some Realtime Objects on Bdc.
What is an “on input filed” statements?
SM35 transaction, How to automate BDC ?
Structures can contain data only during the runtime of a program (t/f) : abap data dictionary
Explain what are interactive reports?
What are screen painter? Menu painter? Gui status?
What happens when you post goods issue after delivery? How does the inventory get reduced after the delivery?
Can i Have Some Examples on Enhancements.
Explain enhancements
Module Pool Programming: Events and Table Control handling.
How to combine multiple order in one Delivery ( Step by Step)?
How do you get the number of lines in an internal table? How to use a specific number occurs statement?
Create any functions? How to go about it?
Explain how to create any functions?