Skip to main content

xSuite Cube Release Notes

Attachments in the Procurement Module

As of Version 5.2.0, there are two new extended parameters:

Parameter

Description

XF_COPY_PF_ATT

The “X” causes attachments from the feeder to be copied to the BANF.

XF_COPY_PR_ATT

The “X” causes attachments from the BANF to be copied to the order.

As part of this process, the methods COPY_PF_ATTACHMENT_TO_PR and COPY_PR_ATTACHMENT_TO_PO are created in the class /WMD/CL_XF_PU_UTIL.

When the BANF and PO is generated, the methods are called in the background (classes /WMD/CL_XF_PF_UE and /WMD/CL_XF_PR_UE).