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

Create PDF from an RFC

Former Member
0 Likes
776

Hello,

I am working with an RFC connection to a portal created in Java, and need to get through this RFC is to generate a PDF file with data that is in an internal table. We have not generated SmartForms or spool.

My question is how I can generate the PDF with the internal table?

Greetings.

1 ACCEPTED SOLUTION
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
693

>

> We have not generated SmartForms or spool.

>

> My question is how I can generate the PDF with the internal table?

If you do not have spool you need to create one. I don't think you can generate a PDF w/o a spool.

This thread discussed a similar problem:

Hello,

I am working with an RFC connection to a portal created in Java, and need to get through this RFC is to generate a PDF file with data that is in an internal table. We have not generated SmartForms or spool.

My question is how I can generate the PDF with the internal table?

Greetings.

2 REPLIES 2
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
694

>

> We have not generated SmartForms or spool.

>

> My question is how I can generate the PDF with the internal table?

If you do not have spool you need to create one. I don't think you can generate a PDF w/o a spool.

This thread discussed a similar problem:

Read only

Former Member
0 Likes
693

Hello,

In the experience I had in ABAP never created a spool within the RFC, this can create within the RFC would be in a program or Z.

Thank you.