cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

PO form as an Attachment in Idoc ARBCIG_ORDERS

0 Kudos
2,387

Hi Experts,

I have a requirement to send the PO form as an attachment in idoc ARBCIG_ORDERS.
Any help would be highly appreciable.

Thanks,
Tushar

Accepted Solutions (0)

Answers (2)

Answers (2)

Shailesh_Yadav
Explorer

Hello,

I was able to achieve this requirement without manually attaching the file in PO. We need to configure ANEU (Archive) message type along with your IDOC message type for getting the attachment.

BADI - ARBCIG_BADI_ATTACHMENT_UTIL.
Implement this code in PRE_ATTACHMENT_PROCESS method.

Shailesh_Yadav_0-1760419853504.jpeg

AndreMiranda
Product and Topic Expert
Product and Topic Expert
0 Kudos

If you attach the form directly inside the PO it will be automatically converted inside the IDOC and available in the network.

0 Kudos

Hi Andre,

Thanks for taking the time to answer.

My requirement is to send the PO form as an attachment in the segment mentioned by you using ABAP. Also as you have explained above, can you please tell me the steps to attach the form directly to PO? As my understanding about GOS Attachment is we can upload the form from the local desktop and not directly from po. Please correct me if I am missing something.

Thanks,

Tushar

0 Kudos

I have also tried attaching the sample form as an attachment, but it is not coming as an attachment in idoc, do we need to do implement any badi or something for this functionality works?

Thanks,
Tushar

Shailesh_Yadav
Explorer
0 Kudos
Hello
aajaquino
Discoverer
0 Kudos
Hello, we have same requirement. Were you able to find solution for this?
Shailesh_Yadav
Explorer
0 Kudos
I was able to achieve this requirement without manually attaching the file in PO.
aajaquino
Discoverer
0 Kudos
Hello Shailesh, would you mind sharing please the configuration you did? or did you achieve it via ABAP?