Currently, the following BAdI definitions are provided (enhancement spot /PACG/ECM_CHKL_PREFILLER):
/PACG/ECM_CHKL_TO_GEN_LOOP - perform additional validation actions in generation loop
/PACG/ECM_FILL_COMM_STRUCT - fill communication structure with custom data
/PACG/ECM_FILL_COMM_STR_ACT_EQ - determine equipment used for measuring points/documents retrieval
Add a custom communication structure
To add your own communication structure, the following steps should be performed:
Add a new component to structure /PACG/ECM_STR_CHKL_COMM:
After this action the new structure will be visible in the configuration’s search helps.
Implement BAdI /PACG/ECM_FILL_COMM_STRUCT. The implementation should contain database retrieval logic - based on which SAP tables and fields the structure should be filled.
Provide mapping between the new structure’s fields and checklist instance template field, using node
‘Fields mapping’ (as described earlier in the document).