SAP Database Question:

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

SAP Database Interview Question
SAP Database Interview Question

Answer:

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 .


Previous QuestionNext Question
What is Group by in Select statement using SAP database?What are the tools used in SAP Implementation? How do you create Alert Messages?