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
Explain open dataset in sap abap?
How to create a button in selection screen ?
Name the abap/4 modularization techniques?
how to read the standard field value in your custom program.
Explain the disadvantages of logical databases?
What is the use of dequeue function module? : sap abap data dictionary
In order to upload purchase order details, how you handle multiple values for a single field?
What are two methods of modifying sap standard tables? : abap data dictionary
What are the different types of view?
How many secondary indexes can we create in a table?
What is your approach for writing a bdc program? : abap bdc
Give an example of interface from your project explaining why you used it?
How can you manipulate the presentation and attributes of interactive lists?
How do we assign dynamic views while creating material master and generating bdc? : abap bdc
Define abap/4 layer?