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

What are the components of sap scripts? : abap hr

587


when does a list get sent to the screen on the presentation layer?

1440


How to convert normal function module to bapi?

1523


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

560


Final class

1019






What is the difference between the exits created in M.M and S&D?

1611


What is the difference between semi-monthly and Bi-weekly payroll area

3023


Event handling in oops

1126


What is the difference between pnp and pnpce? : abap hr

1086


Is there any method apart from bdc for data upload to sap? : abap bdc

614


How many secondary indexes can we create in a table?

621


What is the max. No. Of structures that can be included in a table or structure? : abap data dictionary

569


Give an example of interface from your project explaining why you used it?

892


Can a transparent table exist in data dictionary but not in the data base physically? : sap abap data dictionary

618


Explain the difference between tables and structures?

481