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 are the functions of lock objects?

695


What are pooled tables? : abap data dictionary

657


What are the steps to be followed to set lockobjects? : sap abap data dictionary

621


What is meant by slab? How is indian slab and us slab? : sap abap hr

552


any one can tell me which is the tables can store in ddic plese dont say db02l,please give me different ways of resideing the tables ?

1976






What are the different types of internal table?

644


What is the difference between scrolling a table horizontally and vertically?

571


How can the standard tables of sap be modified?

628


What are the types of views? : sap abap data dictionary

632


​​What is amdp (abap managed data procedures)?​​

634


How do you document ABAP programs? Do you use program documentation menu option?

638


How to transfer the objects? Have to transferred any objects?

572


Static and instance variable and method with live example. Why and when to use

922


Explain get cursor field?

669


What is the difference between field-group header and other field groups?

558