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

Proxy Programming with ABAP - How to develop the Proxy identification through programming

1887


A function module can be called from a transaction screen outside an abap/4 program. State true or false. : abap modularization

563


​​What is constructor expression in​​ nw​​ abap​​ 7.4?

637


What is the use of dequeue function module? : sap abap data dictionary

612


What happens if a function module runs in an update task?

562






What are the time related infotypes? : abap hr

627


What is the difference between RETURNING and CHANGING parameters for a method?

1012


Difference between sy-tabix and sy-index? Can you check sy-subrc after perform?

645


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

563


What are the rules to create a BAPI?

1169


What is modularization and its benefits?

597


What are critical issues you have faced in your project

2923


Difference between transparent tables and pooled tables? : abap hr

557


What are the data types of the abap/4 layer? : abap data dictionary

669


Why do we need enhancements?

637