2014 Jun 09 1:56 PM
Hi,
while i'm using smartforms print preview i can't able to enable archive & print and archive buttons.
this is my input parameter properties to the FM.
DATA: ssf_cparam TYPE ssfctrlop, "Control Parameter
ssf_outop TYPE ssfcompop. "output option
ssf_cparam-no_dialog = 'X'.
ssf_cparam-preview = 'X'.
ssf_cparam-device = 'PRINTER'.
ssf_outop-tddest = 'LP01'.
When im using ssf_outop-tdarmod = '3', getting an error no archive information found for object type and document type
Please help me
Regards
vimal raj
2014 Jun 09 2:09 PM
2014 Jun 09 2:56 PM
Hi,
Well, you'd need to know the ArchiveLink parameters to archive your documents. If you are not familiar with using SAP ArchiveLink, here is the information for developers, but you'd probably be better off getting hold of someone, who knows the ArchiveLink customizing for your system.
cheers
Jānis
2014 Jun 16 8:05 AM
Hi Vimal,
Please populate TOA_DARA structure to archive your document.