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

print PDF without sapscript or smartform..

Former Member
0 Likes
617

hi all.

I am supposed to produce a report for wage type for an employee for a month. Now they want results in two format. One is sort of flat file in .PRN format. The other is a .pdf file, a sort of report. Now here i have a doubt. there is no sap script or smartform as the format they want in PDF. Does it mean i have to create a new sap script or smartform for it.

Isnt there any other method where i can create the structure they want without using sap script or smartforms?

the structure they want is like a balance sheet. If someone wants then i can mail them the format they want?

thanks for ur help in advance..

Reena

hi all.

I am supposed to produce a report for wage type for an employee for a month. Now they want results in two format. One is sort of flat file in .PRN format. The other is a .pdf file, a sort of report. Now here i have a doubt. there is no sap script or smartform as the format they want in PDF. Does it mean i have to create a new sap script or smartform for it.

Isnt there any other method where i can create the structure they want without using sap script or smartforms?

the structure they want is like a balance sheet. If someone wants then i can mail them the format they want?

thanks for ur help in advance..

Reena

3 REPLIES 3
Read only

suresh_datti
Active Contributor
0 Likes
590

You can use the function module CONVERT_ABAPSPOOLJOB_2_PDF to mmet your ret..

~Suresh

Read only

0 Likes
590

thank you suresh.

But i need to produce report in a specific format which has got windows and other things on it. how can i get that?

thats y i m asking that isnt it possible to get that structure without using sapscript or smartform?

Read only

0 Likes
590

I think a SMARTFORM would be a better option.. you caould still use the function module if you are able to get the list in the dsired format using palin old WRITE statements or the ALV Grid layouts..

~Suresh