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 difference of update types in call transaction method ? : abap bdc
Explain the difference between a pool table and a transparent table?
What are the differences between table and structure in data dictionary?
How do you send files to the legacy systems from sap and vice versa? How does one know that the legacy files have come on to the sap server you are working on? : abap bdc
What data is contained? : abap data dictionary
What are the organizational related infotypes? : abap hr
Workbench request are client dependent or client independent
In the `select' statement what is group by ?
What is the differences between structure and table in data dictionary in abap?
What do you mean by transparent tables in sap abap? : abap data dictionary
Why lsmw does not support call transaction method? : abap bdc
Double click function on the lists, identifying the line selected by the user on the list?
What is the difference between getting and get late?
How do you import pay scale data from non sap to sap? : sap abap hr
Filter badi and multiple used badi? Will the sequence matter of the badi implementation in case of multiple used badi?