cancel
Showing results for 
Search instead for 
Did you mean: 

Extraction of attachments to SRM contracts

Former Member
0 Kudos

Hi,

New to SDN. We have a requirement to download all attachments (.doc .pdf etcu2026) to contracts in SRM 5.0 and store them on a separate document server. They are currently not being replicated to backend ECC service contracts because the Document Management System was not activated as part of the original implementation.

I am assuming a custom extract would be written, but what FM's or BADI's can I use to identify the attachments.

Thanks.

Edited by: Richard Woodbridge on Oct 14, 2010 10:11 PM

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member183819
Active Contributor
0 Kudos

all attachments available in BBP_PDATT and BBPCONT table. you need still findout extract FMs.

Former Member
0 Kudos

HI check FM

BBP_PD_CTR_GETDETAIL

BBP_PD_CTR_ITEM_GETDETAIL

BBP_PD_CTR_CREATE

BBP_PD_CTR_UPDATE

BBP_PD_CTR_SAVE

BBP_PROCDOC_UPDATE

here you can find all the ways in order to read, capture and write (also in another location) all details of a Contract, included Attachments

regards

andrea