Interview Questions

Select statement to read data into internal tables. Types of Select statements

SAP Reports,SAP DB,ALE, SAP Tables questions and answers


(Continued from previous question...)

Select statement to read data into internal tables. Types of Select statements

select * from database table into (internal table name)
the above statement collects data into the header area of the internal table.
and
select * from database table into table (internal table name)
the above statement collects the data into the body area directly .

(Continued on next question...)

Other Interview Questions