cancel
Showing results for 
Search instead for 
Did you mean: 

SSF_OPEN and SSF_CLOSE

0 Kudos

I am calling several smart forms between SSF_OPEN and SSF_CLOSE function module. Problem is that for each call one PDF document getting create in FileNet archiving sytems. We would like to have only one single PDF document to be create containing output of several smartforms. Should it be done with using ARCHIVE_PARAMETERS of SSF_OPEN or configuration of archive link? how?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Hetal,

Just go through this code sample of mine. I suppose you have the same requirement as given in the code sample.

http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/62ae7fcd-0b01-0010-3e9d-a54f...

<b>Award points if found useful.</b>

Regards,

SP.

0 Kudos

Thank you all for your timely reply. I think I have not stated my requirement 100% clearly. By manipulating NO_OPEN and NO_CLOSE of SSFCTRLOP (CONTROL_PARAMETERS), I am able to create one spool print file, one online preview and one PDF document attached to email while print medium is set to '5'- External send. It is just in the archiving sytem, issuing the same output type results in multiple pdf document - one per smartforms. In next few minutes, I want to try clearing TDNEWID after first call of smartform.

Former Member
0 Kudos

Not sure which parameter will have it but, there should be a parameter called NEW_ID - if this is set to X then it will generate a new spool everytime the form is called. If this is set to space, it will wait for the last form to be called.

Regards,

Ravi

Note : Please mark all the helpful answers

Former Member
0 Kudos

Hi,

As mentioned by Ravi, try to set TDNEWID field of structure SSFCOMPOP in the form interface to space for all the forms except the one which is called first.

Thanks and Regards,

Bharat Kumar Reddy.V