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 / saravanan.p

U can't simply display the values of two tables itab and
itab1 without linking/merging it.

1.Linking:
If itab & itab1 requires only one loop then either itab or
itab1 should be read and append to itfinal.
2.Merging:
If itab & itab1 requires two separate loops,then u need to
merge those two internal table.
IF u want to merge it,u need to create itfinal or itab2 or
whatelse u wish,which should be declared by the fields of
both itab and itab1.
But while merging internal tables,those tables should have
atleast one linking fields.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the collect statement?

673


How is the command suppress-dialog useful?

650


Which transaction code can I use to analyze the performance of abap program?

558


How would you suppress the display of a parameter on the selection screen?

564


What are system variable in abap?

610






out bound process code for quotation?

1569


What is an abap?

556


What is technically difference between in Table creation in table creation maintenance not allowed ,maintenance allowed with restriction, maintenance allowed ?

1167


What is the first thing you do after vendor setup is complete?

885


What is view? Explain the different types of view?

787


What is lock object ? : abap data dictionary

605


What is the Difference between At Line selection and At user-command?

646


How the transaction that are programmed by the user can be protected?

643


What are pooled tables?

618


Explain the difference between cluster tables and pool table?

617