on ‎2012 Jan 10 6:56 PM
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?
Request clarification before answering.
Hi,
You can take the help of SLG1 to see what condition returned false and then you need to start to check.
You can also debug the class /SAPSRM/CL_WF_CONFIGURATION method GET_PROCESS_SCHEME
/SAPSRM/CL_WF_SCHEME_PROVIDER method GET_SCHEME
select evaluation_id <<<
to find what is happening.
Thanks,
Melina
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
This error is coming because the expression you have used to select either schema1,2 or 3 is unable to return the desired constant thats your schema name.
Kindly check the expression used to schema determination,
Regards
Sam
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.