Application Development 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: 

Add an attachment to a document via ABAP

Former Member
0 Kudos

Hi,

I'm looking for a function module or something similar that creates attachments to a document, i.e.:

If you open a Purchasing Order (PO) and press "Services for object" ->"Create"->"Create attachment", you can attach a file to the current document.

I'm trying to make it in abap, for a batch of documents (not only PO), without user intervention, picking the files to attach from the sap server and/or the local machine.

Do you know how to do this?

Thank you in advance!!

- francesco

1 ACCEPTED SOLUTION

ian_maxwell2
Active Participant
0 Kudos

refer to my responces int he following thread:

~Ian

2 REPLIES 2

ian_maxwell2
Active Participant
0 Kudos

refer to my responces int he following thread:

~Ian

0 Kudos

Thank you. I'll try to use some of the FM you wrote there.

- Francesco