Attachments
Enhancement spot | BAdI definition | Interface | Method | Description |
---|---|---|---|---|
/PACG/ECM_ATTACHMENT | /PACG/ECM_PROCES_ATTCHM | /PACG/ECM_IF_A_BADI_ATTCHM | I_CHANGE_MAIN_SEGMENT | |
I_DETERMINE_BOR_TYPE | ||||
O_CHANGE_ATT_LIST | ||||
I_USER_PROCESSING | ||||
I_ADDITIONAL_REFERENCES | ||||
O_AFTER_SINGLE_SEND | ||||
O_AFTER_SEND | ||||
I_AFTER_RECEIVE | ||||
I_ADD_REFERENCE_TO_OBJECTS | ||||
I_GET_EQUI_FOR_REFERENCE | During processing of an inbound activity attachment, an additional attachment reference can be created - to equipment. See field ‘Link FSM Attachments from Activity to Equipment’ in transaction: https://proaxia-prod-doc.atlassian.net/wiki/spaces/PFCC/pages/37135497/PACG+ECM+ACTIVE+General+Properties+of+E4C+Activity#Link-FSM-Attachments-from-Activity-to-Equipment Use this BAdI to determine which equipment should the attachment reference be created for. This can be done based on attachment file name, file type or other header data found in an idoc. The following example implementation is provided: retrieve a serial number from the first (out of 3 or more) segment of the attachment’s file name and use it to find equipment in table EQUI. |