Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

14) Purpose of the statemement TABLE in a report?

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


Please Help Members By Posting Answers For Below Questions

What is the diffreence between bdc_close_group and bdc_close_dataset? : abap bdc

1268


While sorting field groups we cannot use more than one key field. State true or false. : abap modularization

1110


Write special commands of list?

1085


Differentiate screen painter from menu painter.

1123


What are base tables of an aggregate object? : abap data dictionary

1130


How do you get the number of lines in an internal table?

1116


What are the parameters used in each function?

1098


What is a table pool? : abap data dictionary

1116


What is the maximum number of match code id's that can be defined for one match code object ?

1089


I need some information regarding Vcentric Test pattern ? with questions.

2221


How we format the data before writing a statement in the report?

954


What is a table attribute? : abap data dictionary

1077


What is page window?

1030


Can a constructor be declared private? If yes then in which scenario?

1450


What are the commands used for interactive reports?

1143