Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Smartforms Print and archive button enable problem?

former_member307359
Participant
0 Likes
1,509

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

3 REPLIES 3
Read only

Former Member
0 Likes
1,029

Hi Vimal,

Chech this thread

Best Regards

RNatu

Read only

Private_Member_7726
Active Contributor
0 Likes
1,029

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

Read only

sunil_mani
Active Participant
0 Likes
1,029

Hi Vimal,

Please populate TOA_DARA structure to archive your document.