cancel
Showing results for 
Search instead for 
Did you mean: 

Attachment Mapping while creating Bid Invitation

Former Member
0 Kudos

Scenario is ABAP Proxy from SRM to PI to SRM RFC Function module.

We are facing problem while creating the Bid Invitation from PI System

to SRM System using Function Module "BBP_PD_BID_CREATE".

We are able to create the Bid, there is no problem.

But when using attachment in XML, we are not able to send that

attachment to SRM System & it is not created there. In our payload we

have XML message & Attachment.

We are using Importing Parameter of Function

Module "BBP_PD_BID_CREATE". The Structure is IT_ATTACH.

In Sender side XML, we have only Attachment ID (the value in field is

like "1 .abcd.doc") & Attachment file name (the value in field is

like "abcd.doc").

We are passing these values in IT_ATTACH structure of Importing

parameter of Function Module. But attachment is not created.

Please give us more idea how we can send this attachment to SRM & Post.

Study SAP

Accepted Solutions (1)

Accepted Solutions (1)

prateek
Active Contributor
0 Kudos

RFC adapter does not support attachment processing.

Regards,

Prateek

Former Member
0 Kudos

Hi Prateek,

Thanks for your reply,

We are able to create Bid by using this FM.

Having XML with attachment from sender side (ABAP Proxy).

How we can handdle this problem ?

Study SAP

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

1. in standard abap proxies can handle attachments - there is nothing special to be configured

2. if something does not work just debug it from the receiver application - then you will know

what is wrong

Regards,

Michal Krawczyk

Answers (0)