Answer Posted / ashwin urkude
Declaration of TABLE statement in Report Program Creates a
WORKAREA for that table(s) in thr Report program.
TABLES: MSEG, MKPF.
This comes handy when you write SELECT QUERY as
select single * from mseg client specified
where mandt = sy-mandt
and mblnr = pmblnr
and mjahr = pmjahr.
So your Data against the parameters will be colected in the
workarea(MSEG).
If you dont declare TABLE(S) & try to to use
Select single *
you will get SYNTAX ERROR.......
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is a table attribute? : abap data dictionary
What is technically difference between in Table creation in table creation maintenance not allowed ,maintenance allowed with restriction, maintenance allowed ?
What are the differences between interactive and drill down reports?
Explain what is an rfc?
What is page window?
GUYS any one please can u post questions in sap a bap webdynpro questions.. please i need to know some technical questions regarding webdynpro and ADOBE forms ?
Differentiate between abap memory and sap memory?
How to combine multiple order in one Delivery ( Step by Step)?
Why cant we use Normal function module for data transfer?
What is the difference between a pool table and a transparent table and how they are stored at the database level?
What are the different functions used in sap script? What are the parameters used in each function?
What are the basic objects of the data dictionary? : abap data dictionary
What are the dynapro keywords?
What happens Update command is used without where clause ?
What are the advantages of different types of bdc's?