Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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:

  1. 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.

  1. 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.

  1. Provide mapping between the new structure’s fields and checklist instance template field, using node

‘Fields mapping’ (as described earlier in the document).

  • No labels