...
Enhancement spot | BAdI definition | Interface | Method | Description |
---|---|---|---|---|
/PACG/ECM_CHECKLIST | /PACG/ECM_CHECKLIST_BEF_COMMIT | /PACG/ECM_IF_A_BADI_CHECKLIST2 | DATA_BEFORE_COMMIT | Since this BAdI is used when saving the checklist instance object in the database, the implementation is called under various scenarios - for example generating a new checklist or closing an existing one. If, as part of this BAdI definition, you plan to implement a custom code that should run when closing the checklist instance, it is recommended to additionally check at the beginning of the BAdI implementation whether the instance is closed. This can be done using the CS_CLTDH-CLOSED EQ ABAP_TRUE code. |
/PACG/ECM_CHECKLIST | /PACG/ECM_IF_A_BADI_CHECKLIST | DATA_BEFORE_INSERT | Checklist Data - called just before Insert into the database. |
UDOs
Enhancement spot | BAdI definition | Interface | Method | Description | ||||
---|---|---|---|---|---|---|---|---|
/PACG/ECM_UDF |
/PACG/ECM_UDF_IN_UDOVALUE | /PACG/ECM_IF_S_BADI_UDFI_UDOV | SET_UDF | Set UDF. Implement custom logic for processing of inbound UDO values. If the BADI is not implemented UDO value is confirmed from FSM perspective and IDoc goes into status 53. |