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 the diffreence between bdc_close_group and bdc_close_dataset? : abap bdc
While sorting field groups we cannot use more than one key field. State true or false. : abap modularization
Write special commands of list?
Differentiate screen painter from menu painter.
What are base tables of an aggregate object? : abap data dictionary
How do you get the number of lines in an internal table?
What are the parameters used in each function?
What is a table pool? : abap data dictionary
What is the maximum number of match code id's that can be defined for one match code object ?
I need some information regarding Vcentric Test pattern ? with questions.
How we format the data before writing a statement in the report?
What is a table attribute? : abap data dictionary
What is page window?
Can a constructor be declared private? If yes then in which scenario?
What are the commands used for interactive reports?