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

Concatenate smartforms

Former Member
0 Likes
550

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
Read only

former_member182371
Active Contributor
0 Likes
493
Read only

0 Likes
493

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

Read only

former_member182371
Active Contributor
0 Likes
493

Hi,

i found this, hope it helps:

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

Best regards.

Read only

Former Member
0 Likes
493

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