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

Archiving Smartforms

Former Member
0 Likes
676

Hi ,

I need a help regarding Archiving Smart Forms.

I was able to archive the original pages, but when I am trying to archive the copies along with the original pages, I am getting an Information message,

saying " OTF end command // missing " and giving a dump.

Can somebody help me on this.

1 ACCEPTED SOLUTION
Read only

arjun_thakur
Active Contributor
0 Likes
433

hi,

use CONVERT_OTF_2_PDF function module and pass archive_index = tao_dara as importing parameter. after that archive the PDF file by using the FM CONVERT_OTF_AND_ARCHIVE.

you can also refer to the following link:

http://sap.ittoolbox.com/groups/technical-functional/sap-dev/smartform-will-not-archive-when-outputt...

i hope it helps.

1 REPLY 1
Read only

arjun_thakur
Active Contributor
0 Likes
434

hi,

use CONVERT_OTF_2_PDF function module and pass archive_index = tao_dara as importing parameter. after that archive the PDF file by using the FM CONVERT_OTF_AND_ARCHIVE.

you can also refer to the following link:

http://sap.ittoolbox.com/groups/technical-functional/sap-dev/smartform-will-not-archive-when-outputt...

i hope it helps.