Monday
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.
Request clarification before answering.
User | Count |
---|---|
51 | |
8 | |
6 | |
5 | |
5 | |
5 | |
5 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.