cancel
Showing results for 
Search instead for 
Did you mean: 

Smartforms - archive exemple

Former Member
0 Kudos

Hi expert,

I want to archive a form ( by smartform ). I know that I need to pass some parameters like that:

CALL FUNCTION wk_fb

EXPORTING

control_parameters = control_parameters

output_options = output_options

user_settings = 'X'

archive_index = archive_index

archive_index_tab = archive_index_tab

archive_parameters = archive_parameters

IMPORTING

job_output_info = job_output_info

job_output_option = wa_ssfcresop

TABLES

it_tab = it_tab

EXCEPTIONS

formatting_error = 1

internal_error = 2

send_error = 3

user_canceled = 4

OTHERS = 5.

Do you have some exemple to fill the following parameters ?

archive_index = archive_index

archive_index_tab = archive_index_tab

archive_parameters = archive_parameters

I don't Know how need to fill it !!

Tks a lot.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

following another post

Former Member
0 Kudos

chek this

[SAPscript and Smart Form Archiving Technologies|http://searchsap.techtarget.com/whitepaperV2/0,293955,sid21_gci895212,00.html]

кu03B1ятu03B9к

Former Member
0 Kudos

Hi kartik,

tks for your reply...

do you know, in the smartforms, what is difference between xml file and xsf file ?

xfs mean version of xml by smartforms... but there's some difference ???

tks a lot,

bye.

Former Member
0 Kudos

this document will help you

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/0b6bc290-0201-0010-5b87-a0e7c7eb...

XML is a general language where u can define ur own tags and own document structure,

XSF is an XML based language.

where the structure is defined according to smartform structure, with tags customised to suit smartform structure.

In case of multiple forms within one spool job, the following XSF

output is appended to the last one. This means that several XML tags can occur within one XSF

stream, which is the only variation from the XML standard.

-Quote from above mentioned document

кu03B1ятu03B9к

amit_khare
Active Contributor
0 Kudos

Try [this|].

You may search the forum as there are too many replies for the same query.