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: 

need to upload a bill in pdf format to be viewed in biller direct screen

Former Member
0 Kudos

Well requirement is to view a bill(invoice) from the given format to pdf format on biller direct screen(UCES SCREEN), a web portal.

Now ,first i have to change the invoice from its current format to pdf ,and

Secondly,I have to send it to the web portal...so which FM makes a pdf file go to a remote server

Thirdly,I need a suggestion too..ie. whether the bill should be called from the database only?If so how to save the bill in pdf format in database server.

Any help will be appreciated and duely rewarded.

Thank you,

Pranab

1 ACCEPTED SOLUTION

GauthamV
Active Contributor
0 Kudos

hi,

first u create a script or smartform to display ur invoice details.

then generate spool request and use the program RSTXPDF4 to convert to pdf format.

2 REPLIES 2

GauthamV
Active Contributor
0 Kudos

hi,

first u create a script or smartform to display ur invoice details.

then generate spool request and use the program RSTXPDF4 to convert to pdf format.

Former Member
0 Kudos

well thanks for your reply.

But what about calling the pdf from the web portal or uploading the pdf view in web portal?

Means that when I click on pdf icon on that portal........it calls a bill in pdf format from SAP r/3.