Skip to Content
0
Former Member
Jun 09, 2011 at 07:03 PM

Merging multiple spool requests into one (Smartform)

752 Views

Hello,

My requirement is to merge multiple smartform spool requests into one. I have looked at some related threads on the forum and was able to do it but I have a problem printing the spool. Print preview looks good but when I print it, it prints empty pages and the status on the spool request is Completed (problem). The log says that "OTF module: Character set conversion I -> N failed"

This is what I am doing to merge spool requests

1) Used FM RSPO_RETURN_SPOOLJOB to convert all the spool requests into OTF format.

2) used RSPO_SR_OPEN to open new spool request

3) used RSPO_SR_TABLE_WRITE to write OTF data into the spool request

4) RSPO_SR_CLOSE

This is working well until creating one spool request but I have problem printing it. Can you anyone share some ideas please?

Please do not suggest to use no_open and no_close parameters as that is not what I am looking for.

thanks..