on 2023 Jul 21 1:27 PM
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
Request clarification before answering.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.