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

Cds views

7701


What are the events driven batch jobs?

596


What are the functions of lock objects?

707


What are the events in screen programming?

626


There is a delivery that is being created through the ABAP code and in the middle it says delivery created but someone is modifying , how would you rectify this issue

7603






What is the difference between a substructure and an append structure? : abap data dictionary

655


What are interactive reports?

641


How many ways you can create table? : abap data dictionary

542


What is the difference between tables and structures?

628


What is meant by hide area?

660


what is 3 tire architecture and how does SAP utilizes this architecture. and how do netweaver came into picture?

1734


What are the types of data types in the sap abap?

486


What is the structure of bdcmsgcoll? : abap bdc

789


​​What is the symbol to do “concatenation” operation in​​ nw​​ abap​​ 7.4​​ ?

782


What is the use of start-of-selection.,if not use in report what will happen,?

1170