‎2006 Feb 16 12:00 PM
hi friends
1. what is instance?
2. what is page area & roll area?
3. what is spool?
regards,
surekha.
‎2006 Feb 16 12:07 PM
Spool is the printer area queue where all the items are queued up to be scheduled for printing.
Instance is a like a copy of / like an particular object.
‎2006 Feb 16 12:07 PM
Spool is the printer area queue where all the items are queued up to be scheduled for printing.
Instance is a like a copy of / like an particular object.
‎2006 Feb 16 12:13 PM
hi Surekha,
1.A roll area is memory that is allocated by a work process for an instance of a program.
It holds information needed by R/3 about the program's execution, such as:
The values of the variables ..The dynamic memory allocations and
The current program pointer
2.Spool is a work process which passes sequential datasets to a printer or to optical archiving.
Within ABAP, sending a list to the SAP spool system is generally called 'printing lists'.
3.Q.what is an instance ?
which instance do you mean ..
‎2006 Feb 16 12:20 PM
Hi,
instance is used in Object oriented Programming.
class lcl_test definition.
endclass.
class lcl_test implementation.
endclass.
data: o_ref type ref to lcl_text. "creating instance of
"class
2. page area and roll area...
http://www.lc.leidenuniv.nl/awcourse/oracle/em.920/a96675/sap.htm
3. read sap spool Help.
http://help.sap.com/saphelp_nw04/helpdata/en/d9/4a8eb751ea11d189570000e829fbbd/content.htm
Regards
vijay