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 kind of financial periods exist in sap? What is the relavent table for that?
how to use table control?if suppose i have 6 records and i want more 4 records in sequence.How to handle this scenario?
What is sequence number
What is asynchronous update?
What is synchronous update?
Business scenarios related to your objects( In my case -Rulebook and Pricing work flow)
What is an abap?
Example of table cluster and cluster tables.
Have you set up a back ground job ? How to create a background job without a variant ?
How many structures can be created in a Ztable ?
What is IMG in SAP?
How many ways can a sap system be accessed?
Define alv programming in abap?
What is step-loop? Explain all the steps?
How do you use structures in the abap programs?