on 2019 Apr 04 5:47 AM
Dear Experts,
I am facing issue when adding filter values in BADI:/SAPSRM/BD_WF_RESP_RESOLVER implementation(ZBD_PO_WF_MANAGER).
Error:Filter RESP_RESOLVER_NAME: Definition of filter value is incomplete
Below are the steps i am performing to add filter values.
1) Defined filter values in Customizing for SAP SRM under SRM Server -> Cross-Application Basic Settings -> Business Workflow -> Process-Controlled Workflow -> Business Process Configuration -> Define Filter Values for BAdI 'Define Agents'.
2) These filter names maintained in the process schema customizing in transaction /n/SAPSRM/WF_PROCESS for process levels:
3) Created implementation:ZBD_PO_WF_MANAGER for the BADI:/SAPSRM/BD_WF_RESP_RESOLVER
4) Using Filter Val.option added the filter values as below.
BUS 2201 = DOCUMENT_TYPE AND
RR_GCCC_MANAGER = RESP_RESOLVER_NAME
When I tried to check (Ctrl +F2) this system throwing error:
Request clarification before answering.
Hello,
I have checked your problem and would like to request you to check if the Note:
1848811 - BAdI-Impl.: Wrong Error 'Missing Filter Value Definition'
is valid for your SP level.
If the note is already in your system, I would recommend to debug the following class and method to see if there is any inconsistency in the filter values:
CL_ENH_TOOL_HOOK_IMPL *& IF_ENH_OBJECT~SAVE
Best Regards
Zoltán
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Zoltán,
Thank you for your answer.
Sorry for the late reply.I was on leave.
Just today I saw your comments and checked the SAP Note .It is in cannot be implemented status.SAP note is not applicable for our system .(SAP BASIS Release 702 SP- level is 0017).
Then Kept a break point in the class CL_ENH_TOOL_HOOK_IMPL *& IF_ENH_OBJECT~SAVE to check inconsistency in the filter values but this class not at all get triggered.
Could you please suggest is there any things else I can check.
Best Regards,
Prashanth
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.