cancel
Showing results for 
Search instead for 
Did you mean: 

BADI for Customizing Fields update in FSCM ( S4 HANA )

srinivastaduka
Explorer
0 Kudos
105

I followed below steps to trigger the BADI - UKM_DCD_MAINTAIN.

Issue: In my case, we recently migrated to S4. When user tries to use search criteria on field 'Next Date' nothing was showing up.

Solution:

First we need to update the values in UKM_DCD_ATTR table using BADI - UKM_DCD_MAINTAIN~MAINTAIN.

1) Go to SE38 and keep the external break point for user 'SAP_WFRT'.
 2) Go to class 'CL_UKM_DCD_WF_EVENT', click on display, put the break point in method - BI_EVENT_HANDLER_STATIC~ON_EVENT.
3) Go to class method ->cl_ukm_xi_facade=>if_ukm_dcd_push-push_dcd  ( line no 56 ).
4) BADI 'UKM_DCD_MAINTAIN' gets triggered after sales order saved and DB updates.

  Update the structure cs_add_attributes-CMNGV1 value then table UKM_DCD_ATTR gets updated.

Thank You,

Srini.

Accepted Solutions (0)

Answers (0)