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

CV01N - Attached PDF document printing through programmatically

Former Member
0 Likes
606

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

1 REPLY 1
Read only

Former Member
0 Likes
453

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.