Application Development 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: 

Concatenate smartforms

Former Member
0 Kudos

I recevice data from two distinct smartforms (OTF data).

Now i want to create a unique PDF FILE using the data of the two smartforms previously generated. I need to sum the results of each smartform

Edited by: Jorge Hernandez Olalla on Jan 3, 2008 10:33 PM

4 REPLIES 4

former_member182371
Active Contributor

0 Kudos

I use smartforms not sapscripts forms.

Both forms are generated in a different way. Smartforms not leave us open the form and close the form when we need. Smartforms use only a function

former_member182371
Active Contributor
0 Kudos

Hi,

i found this, hope it helps:

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/snippets/downloadSMARTFORMoutputtoPDF+file&

Best regards.

Former Member
0 Kudos

I find a way to do it.

I make two operations in the otf table returned by the smartform and then appends and other otf table.

We delete '//' text in otf data and appends the new otf table in line with 'EP' text.

Then i use CONVERT_OTF to create binary pdf