2006 Nov 30 10:40 AM
How to convert an internal table data into PDF format. It is not from SAP script or smartforms.
2006 Nov 30 10:44 AM
hi,
chk this.
<b>https://forums.sdn.sap.com/click.jspa?searchID=238005&messageID=2117514</b>
u can export the internal table to memory id.
Submit a zreport in background mode.
IN the zreport import the itab and display the itab.
It creates a spool.
Get the spool number and use the FM:
CONVERT_ABAPSPOOLJOB_2_PDF.
rgds
Anver
How to convert an internal table data into PDF format. It is not from SAP script or smartforms.
2006 Nov 30 10:41 AM
I think, It's not possible.
For PDF, you need to have a layout...
You have to create a smartform or Sapscrit.
Erwan
2006 Nov 30 10:44 AM
hi,
chk this.
<b>https://forums.sdn.sap.com/click.jspa?searchID=238005&messageID=2117514</b>
u can export the internal table to memory id.
Submit a zreport in background mode.
IN the zreport import the itab and display the itab.
It creates a spool.
Get the spool number and use the FM:
CONVERT_ABAPSPOOLJOB_2_PDF.
rgds
Anver
2006 Nov 30 10:49 AM
HI Nair...
first try to create a spool for the internal table data. Then use RSTXPDFT4 pgm to execute the spool. This will gives u the internal table data in to pdf format.
regards
Arjun
2006 Nov 30 10:51 AM
Hi Binu,
If you look at this thread you will have an idea, why it is difficult to get a PDF output from ABAP
https://forums.sdn.sap.com/click.jspa?searchID=238293&messageID=164604
2007 Sep 10 5:25 AM
hi ,
time exceeds because there is large data present in the cdhdr table, i think its cluster table. use function module to reset the runtime it helps u.
CALL FUNCTION 'PROGRESS_INDICATOR'
EXPORTING
I_TEXT = ' Fetching Info records'.
it resets the runtime to initial value.
try this it helps u.
regards
siva
2007 Sep 10 5:28 AM
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |