Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

If UDF data is found for a given object during transfer processing, the related UDF groups will be retrieved for each found UDF:·       UDF its related UDF group is retrieved. The retrieval is performed based on assignment of a UDF to a group in transaction /PACG/ECM_UDFG_CONF - UDF Group Configuration

·       for active UDFs and UDF groups

. The solution is implemented in as method GET_UDF_GROUP of class /PACG/ECM_CL_X_UTIL. It is It’s called before BADI for UDF groups in the following methods:

...

·       Class /PACG/ECM_CL_S_IDOC_O_ACTI_E, method /PACG/ECM_IF_S_IDOC_OUTPUT~IDOC_OUTPUT

·       Class /PACG/ECM_CL_S_IDOC_O_BATCH, method /PACG/ECM_IF_S_IDOC_OUTPUT~IDOC_OUTPUT

·       Class /PACG/ECM_CL_S_IDOC_O_BQTY, method /PACG/ECM_IF_S_IDOC_OUTPUT~IDOC_OUTPUT

·       Class /PACG/ECM_CL_S_IDOC_O_CUSTSING, method /PACG/ECM_IF_S_IDOC_OUTPUT~IDOC_OUTPUT

·       Class /PACG/ECM_CL_S_IDOC_O_EQUI, method /PACG/ECM_IF_S_IDOC_OUTPUT~IDOC_OUTPUT

·       Class /PACG/ECM_CL_S_IDOC_O_ITEM, method /PACG/ECM_IF_S_IDOC_OUTPUT~IDOC_OUTPUT

·       Class /PACG/ECM_CL_S_IDOC_O_PERRESRV, method /PACG/ECM_IF_S_IDOC_OUTPUT~IDOC_OUTPUTLO_BADI_UDFGROUP

Info

UDF group BAdI implementation should be used only in justified cases. 

The retrieved UDF groups will be included in the /PACG/ECM_IS_UDFGROUP_OUT idoc segment.

...