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 between rfc and bapi function modules? : abap bdc
How to upload more than 2GB file from External Source to SAP?
What is the difference between a pool table and a transparent table and how they are stored at the database level?
What is asap methodology? : sap abap hr
What is pakey structure, pshd1 structure and what type of fields it contains? : abap hr
What are the disadvantages of logical databases?
Which FM do you use to find out who is reporting to whom
Differentiate database index and match code.
Use SET PF_STATUS which is in the FM reuse_alv_grid_display to set the button
What is the difference between sum and collect?
What are conditional chain statement?
SAP Script for Billing in which Billing document number was displayed as header, Bill Type, Bill Category, Bill Item, Cost, Base Unit of Measurement and Material number were categorically displayed for each billing document number. plz mention the detail coding Tahnks, Rahul
How we can give authorization on the fields of table control in a dialog-programming?
In selection screen I have three fields, plant mat no and material group. If I input plant how do I get the mat no and material group based on plant dynamically?
Explain what is an rfc?