cancel
Showing results for 
Search instead for 
Did you mean: 

Adobe Form via RFC - spool order

andrs_sarcevic
Contributor
0 Kudos

Hello experts.

When I'm calling an Adobe Form via RFC I'm not getting the spool order in the target system. The Form is issued with:

fp_outputparams-device = 'PRINTER'.

fp_outputparams-NODIALOG = 'X'.

fp_outputparams-DEST = '5175'.

fp_outputparams-REQNEW = 'X'.

fp_outputparams-REQIMM = 'X'.

fp_outputparams-COPIES = '001'.

If I call the Form function within the target system, the spool order is created.

I'm doing something wrong? Or the spool order could not be created via RFC function call?

Thank you a lot!

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Andres,

I have the same problem. When I call my form via RFC I get the message "Processing exception during a "Render" operation" in transaction SM21.

No Spool ist created.

Did you solve your problem somehow?

best regards

Frank Thomas

andrs_sarcevic
Contributor
0 Kudos

There are no exceptions regarding the RFC call. I'm starting to believe that with this approach, I won't get a spool request. Hopefully that isn't a problem for my company.

I'll leave the question unanswered in case anyone comes up with a well-funded answer.

Regards,

Andrés Sarcevic.

Former Member
0 Kudos

Hi,

Please see, if any exceptions are generated while executing the RFC. You may try it through debugging.

May be i can be of some help, if any error message is generated.

Thanks and Regards,

Anto.