‎2012 Feb 08 12:09 PM
Hi all
My requirement is to print PDF document which is attached through CV01N transaction programmatically. I searched all the ways. Still I didn't get it.
Kindly help me to achive PDF document printout programmatically.
Thanks in advance.
Thanks and regards
Selva
‎2012 Feb 13 12:41 PM
Hi Selva,
What kind of document it is? SMARTFORM , ADOBEFORM? If any of them is true there is a FM associated with each of them hence you can use that do print these. You can pass you own print parameters in the interface of these forms.
Second option check in which table the attachment get's stored get the same in binary format, and convert it into PDF, using some standard FM, Check SCMS* in SE37 that will help.
Best Regards,
Tapodipta Khan.