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

PO Document attachment

Former Member
0 Likes
577

hi friends,

Is there a class/object method or function module to read the attachments with a PO Doc (attached using services for object)? I need to download the attachments attached to the PO.

I apologize, I was not sure where to post this question so I posted it here and in ABAP Objects as well.

thanks much in advance,

Soumya.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
542

you can customize the print program where it converts to PDF and write your coding there to download it.

Thanks

4 REPLIES 4
Read only

Former Member
0 Likes
542

hi check this..

regards,

venkat

Read only

0 Likes
542

Thank you for the reply dear Venkatesh. But the first link only gives sample code for sendng email and second is config for email.

I think I will rephrase my question: I need to download the attachments (documents attached) to the purchase order document and save it as local file. And these documents are originally attached to a PO using services for objects.

thanks!

Read only

0 Likes
542

Guys this is urgent could any of you please help? Any hints and I could take it from there, pl.

thanks again!

Read only

Former Member
0 Likes
543

you can customize the print program where it converts to PDF and write your coding there to download it.

Thanks