cancel
Showing results for 
Search instead for 
Did you mean: 

Transfer Attachment from ECC PR to SAP SRM SC

Former Member
0 Kudos

Hi all,

I am working in ECC EHP6 , SRM 7.02. We are transferring PR from SAP ECC to SRM through PI system.

I need to transfer an Attachment from ECC PR to SAP SRM SC.

Is that a standard or we need to do some custom development??

Is that text needs to be maintained..?Kindly provide the steps for the same..

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Dear Tamil,

I believe that this is possible by using the bbp_extreq_transfer report. The following note may also be of some help:

1556610 - Attachment content not transferring from PR to SC

Regards,

Conor.

Former Member
0 Kudos


Dear Conor,

I have open a new thread for the same issue.Kindly check and provide your input.

http://scn.sap.com/thread/3639410

Thanks.

Answers (1)

Answers (1)

ivy_li
Active Contributor
0 Kudos

Hi,

1, relevant notes:

For report transfer:

1719950

1909376

1951891

For SOA tranfer

1584391


2, customizing:

customizing for attachment in PR

http://wiki.scn.sap.com/wiki/pages/viewpage.action?original_fqdn=wiki.sdn.sap.com&pageId=188678687

The path can be found at(ECC side):
  SAP Implementation Guide (transactin SPRO)
  -> Integration with Other mySAP.com Components
    -> Supplier Relationship Management
      -> Activate Document Transfer

Once this setting is done the SOA message will transfer attachements
from DMS system.

best regards,

Ivy

Former Member
0 Kudos

Dear Ivy,

Thanks for the input.

I already maintained the above setting and my XML contains the Attachement folder with below information,

The XML contains the Attachement folder with following information,

- <AttachmentFolder actionCode="04">

- <Document actionCode="04">

  <PathName>C:\Users\XXXX\Desktop\1pr.xls</PathName>

  <Name>1pr.xls</Name>

  <VersionID>00</VersionID>

- <SystemAdministrativeData>

  <CreationDateTime>2014-10-21T07:45:22Z</CreationDateTime>

  </SystemAdministrativeData>

  <VisibleIndicator>true</VisibleIndicator>

  <VersioningEnabledIndicator>true</VersioningEnabledIndicator>

  <CategoryCode>3</CategoryCode>

  <TypeCode>ZPR</TypeCode>

  <MIMECode>application/vnd.ms-excel</MIMECode>

  <Description languageCode="en" />

  <FileContentBinaryObject mimeCode="application/vnd.ms-excel" uri="C:\Users\XXXX\Desktop\1pr.xls" />

  </Document>

  </AttachmentFolder>

The SC is created but the attachement is not added in the SC item. Any customization for this need to be maintained in SAP SRM system??

Kindly advice it.

ivy_li
Active Contributor
0 Kudos

Hi,

The customizing should be maintained in ECC side.
For SOA transfer, would  you please check if the following note is applied?

1584391 - Attachments are corrupted during the Purch. Req. transfer

Best regards,

Ivy

Former Member
0 Kudos

Dear Ivy,

The note 1584391  is applicable for version SRM 700 to SRM 701,
we are in SRM 702 version.

why the XML content which has attachment information is not adding in the SC.

I debugged and see the code, where the attachment happens.

Class: /SAPSRM/CL_CH_SOA_DO_MAP_ATCHF
method: /SAPSRM/IF_CH_SOA_DO_MAP_ATCHF~CREATE

** Get the attachment from the payload
      CALL METHOD me->get_soap_attachment

This method importing parameter is not return with attachment information.

I dont know, some bug in the system or i missing somthing.


Thanks