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

hai surya it is very simple a
append lines of itab from n1 to n2 to itab1.
now sort itab1.
or
appen lines of itab to itab1.
sort itab1.

select with joins is use to join multiple data base tables
to get the data from multiple db tables.
syntax.
select tab1~fields
tab2~fields
into table <body>
from <tab1> inner join <tab2>
on <tab1~field1> = <tab2~field1>.
or instead of using select with joins we can also use
select for all entries for better performence at run time.
or
use
loop at itab into wa_itab.
append wa_itab to itab1. ***but here two table must be of
same type.
end loop

sivasayini@yahoo.com
to transfer data from one itab to another itab.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can a transparent table exist in the data dictionary but not in the database physically?

632


what are Hana Basics

899


Why do we use Abstract classes give an example from your project?

888


Explain the advantages and disadvantages of different types of bdc's?

605


What are logical databases? What are the advantages of logical databases?

522






List the various components of the enterprise structure in systems, applications, and products (sap) in human capital management (him)? : sap abap hr

517


What are aggregated objects : abap data dictionary

602


What are the three hierarchical levels of data types and objects?

579


How do you write manual bdc session method? : abap bdc

598


What is pnp-sw-found ? : abap hr

868


What are the events in classical reports?

624


Difference between sap script and report?

748


What is sap abap data dictionary?

636


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

641


What is the syntax for call transaction? : abap bdc

602