cancel
Showing results for 
Search instead for 
Did you mean: 

Attachment assignment block in Campaign.

Former Member
0 Kudos

Hi SAP CRM Gurus,

I have a requirement like this:

While creating a Campaign in Marketing, there is an assignment block named ATTACHMENTS. I have to retrive the entries in this assignment block.

Is there any Function module/ Methods of any class to retrive the entries of assignments assignment block ?

In which database table are these entries in the ATTACHMENTS assignments block stored?

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member193352
Active Contributor
0 Kudos

Dear Sibsankar,

Try using Function Module - CRM_REPORT_ATTA_URL_GET. It'll give you the address of the URL where attachment is located which you can use to retrieve the document. I have used it a couple of times and it works always.

Alternatively, you can also use class CL_CRM_DOCUMENTS which will surely work.

Using the the FM might be easier for you.

Thanks

Vishal

AnupDDesai
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

You can use the class : "CL_GS_CM_ADDDOC_IMPL" and methods : Prepare_doc , CREATE_FROM_UPLOAD.

Also the files uploaded or saved are loaded on to Content management server.

Regards,

Anup

Edited by: Anup Dattaraj Desai on Nov 23, 2011 2:06 PM