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

SPOOL REQUEST

Former Member
0 Likes
474

1.WHAT IS THE SPOOL REQUEST ?

2.IN WHICH TABLE SCRIPTS AND SMART FORMS STORED ?

3. HOW TO CONNECT TO REAL TIME SERVER ?

1 ACCEPTED SOLUTION
Read only

dev_parbutteea
Active Contributor
0 Likes
431

Hi,

1. When you send something to be printed , a spool request is created. you can view spoolrequests created via transaction SP01.

2. SCRIPTS AND SMART FORMS STORED in tables TNAPR or T001F.

Regards,

Sooness

3 REPLIES 3
Read only

Former Member
0 Likes
431

Hi,

The dictionary meaning of Spool is: Transfer data intended for a peripheral device (usually a printer) into temporary storage.

So spool request is one which holds data temporarily for later use.

SAP Scripts and Smartforms as far as i know are repository objects, they are not stored in Normal transparent tables.

I really did not understand the third question.

Thanks & Regards,

Goutham.

Read only

dev_parbutteea
Active Contributor
0 Likes
432

Hi,

1. When you send something to be printed , a spool request is created. you can view spoolrequests created via transaction SP01.

2. SCRIPTS AND SMART FORMS STORED in tables TNAPR or T001F.

Regards,

Sooness

Read only

Former Member
0 Likes
431

goto the table TADIR, give PGMID as 'R3TR' and OBJECT as 'FORM' and check the values in OBJ_NAME field, it lists all the forms.