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 / ravikanth

@ Answer 8.

A Small Pievce of code not written..
That is,
use
loop at itab into wa_itab.
append wa_itab to itab1. ***but here two table must be of
same type.
CLEAR WA_ITAB.
end loop

Please note it.
Thankyou.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to add a column to a table control while using alphanumerical layout editor ?

1782


What are conditional chain statement?

743


How to Raise a Particular Ticket in Realtime ?

1634


Explain how do you use structures in the abap programs?

533


A field containing quantity amounts (data type quan) must be assigned to a referencetable and a reference field. Explain?

534






What is the use of lock objects?

564


How do you import pay scale data from non sap to sap? : sap abap hr

568


What is full form of bdc session? : abap bdc

668


Explain what is a logical database?

593


What are critical issues you have faced in your project

2910


How do you set up background jobs in sap? What are the steps?

529


How many types of tables exists and what are they in data dictionary?

921


What are control tables?

668


What are the problems in processing batch input sessions? How is batch inputprocess different from processing online?

550


what is leave to TRANSACTION?

1000