cancel
Showing results for 
Search instead for 
Did you mean: 

Printer Storage Mode

dinakaran_g
Explorer
0 Kudos

Hi

Printing dialog box contains three types of storage mode,

  • Print only
  • Archive only
  • Print and Archive

Please clarify the difference of each type.

Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

Sijin_Chandran
Active Contributor
0 Kudos
dinakaran_g
Explorer
0 Kudos

Hi,

Thanks for your reply. My scenario is store static information in printer for the first time one time and kept in memory, while the only dynamic information is sent over the printer for each time and gets printed.

Thanks.

Sijin_Chandran
Active Contributor
0 Kudos

Hi Dina ,

What kind of information you are talking about.

There are many parameters available while calling a smartform using FM( Driver Pgm ).

dinakaran_g
Explorer
0 Kudos

Hi Sijin Sij,

I am printing a 2 document of 'n' number of copies whose templates are same except the variable data.

Example:

Document 1:

Name: Test1

Percentage: 78

Document 2:

Name: Test2

Percentage: 90

Here static information's are Name & Percentage and dynamic information's are Test1, Test2, 78, 90.

On printing from any source (Database) for the first time when the printer prints it must store static information in its buffer and when printing Document 2 it should only take dynamic information and static information must be pulled from its buffer and then print it. By this we can get Maximum Throughput.

Thanks