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 function does data dictionary perform?

571


What is erp? : sap abap hr

644


Name the function module used to convert logical file names to physical file names in abap/4 programs?

595


What are the different types of abap reports in sap?

768


What is match code? : sap abap hr

644






What is use of transparent table in abap? How it is different from pool tables?

632


Type casting and error handling

933


What will happen when we use single buffered selected?

620


What is the use of table maintenance allowed?

547


What is a type-pool?

617


What is the difference between getting and get late?

588


How many main windows will be there in a page window?

563


Define abap/4 layer? : abap data dictionary

601


what is difference between user exit, customer exit and badi?

4089


Write an abap program for creation of customer enquiry using BAPI 'BAPI_INQUIRY_CREATEFROMDATA'.

1774