Hi All,
I have created an Eval Id (Z_EVAL01 & this is also event), and this event linked to a case expression (Z_SCHEMA) and I have 3 process levels for the schema.
I have created another custom expression ZEX_SC_CATEGORY of type 0CF001 with result type C.I have copid the std FM "/SAPSRM_WF_BRF_0EXP000" and created a copy "ZSAPSRM_WF_BRF_0EXP000" and assigned that to this expression.
The Parameters are Z_C1_C_CON_CLASS(copy of std class /SAPSRM/CL_WF_RULE_CONTXT_SC) & Z_C2_C_GET_WF_EVENT(Method GET_WF_EVENT). i have to check if user belongs to org1, schema1 will get executed else schema2 else schema3 will be executed.I'm getting Process Schema Not Found error. How to check this condition? Any inputs?