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

Is main window mandatory in smartforms?

720


Can we create an abap program without using y or z?

571


1/ How do u apprach if error occur in sending idocs ? 2/ where u assigned process code ?

1467


Can a transparent table exist in data dictionary but not in the database physically? : abap data dictionary

705


What are the parameter types for a method?

921






What are the uses of table pool or table cluster.

535


Explain what are standard layouts sets in the sap script?

941


Explain the difference between domain and data element?

581


When the get cursor command used in interactive lists?

596


Explain the difference between free and refresh?

588


How can I make a differentiation between dependent and independent data? : abap hr

561


What is internal payroll process? : sap abap hr

588


Explain about sap fico testing and the tools used? : abap bdc

612


How do you read files from the presentation server ? : abap bdc

582


What is PS structure

1628