Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

instance

Former Member
0 Likes
748

hi friends

1. what is instance?

2. what is page area & roll area?

3. what is spool?

regards,

surekha.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
553

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.

3 REPLIES 3
Read only

Former Member
0 Likes
554

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.

Read only

Former Member
0 Likes
553

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 ..

Read only

Former Member
0 Likes
553

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