cancel
Showing results for 
Search instead for 
Did you mean: 

increase spool retention time

Former Member
0 Kudos

HI,

i am working on smartforms , i have a requirment ie, the output should be present in spool for atleast 30 days . how can this be done?

Accepted Solutions (1)

Accepted Solutions (1)

former_member223537
Active Contributor
0 Kudos

Hi,

Before calling the smartform in your program, call FM OPEN_FORM.

It has OPTIONS paramter of type ITCPO.

PASS TDLIFETIME of ITCPO in no. of days.

Best regards,

Prashant

Answers (1)

Answers (1)

Former Member
0 Kudos

Open the function module for your smartform from se37 .

Then double click on type for OUTPUT_OPTIONS ie SSFCOMPOP .

In SSFCOMPOPselect the component type SSFSPCTLOP for include .

Inside SSFSPCTLOP you will find TDLIFETIME that is the spool retention period .

Set this option while calling your smartform function module from driver program via export attribute OUTPUT_OPTIONS .

Regards

Neetesh