cancel
Showing results for 
Search instead for 
Did you mean: 

Process Controlled Workflow - Process Schemas

Former Member
0 Kudos

Hi

I am configuring Process Controlled Workflow in SRM 7.0 for shopping carts. As per one of the guidance documents, I activated the BC Sets for the shopping cart in order to pull in all the component parts. As none of the three standard Process Schemas created meet my requirements I am going to create my own Schema. Please could someone explain to me how I can ensure my schema will get activated, and not say - /SAPSRM/C_SC_600_001_SP04?

Many Thanks

Claire

Accepted Solutions (1)

Accepted Solutions (1)

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

You can create custom schema definition. If you need only 1 schema, you can use constant type BRF expression.

1. Create BRF event and Expression in transaction BRF

BRF Event (ZEVALUATION1)

BRF Expression (ZEXP1) = Constant Schema name (ZSCHEMA1)

2. Link the event and expression

3. Customize Define Process Level

Process Schema Evaluation = BRF Event (ZEVALUATION1)

- linked to BRF Expression (ZEXP1) = Constant Schema name (ZSCHEMA1)

Process Schema Definition (ZSCHEMA1)

- based on your requirements

Regards,

Masa

Former Member
0 Kudos

Hi Masa

Thanks for your reply, I understand what you are saying.

The part I am still unsure of is how do I turn off, or deactivate the SAP schemas I brought in e.g. /SAPSRM/C_SC_600_001_SP04

so I can ensure my schema will always be used. As the expression relating to the event for schema /SAPSRM/C_SC_600_001_SP04 appears to be always execute - I think.

Thanks

Claire

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

That is BCSet which is pre-configured by SAP. You do not need to deactivate it.

You can keep it as sample definition. Just add your custom schema in "Define Process Level" customizing.

You can check which schema is selected in SLG1 log, object for /SAPSRM/.

Regards,

Masa

Former Member
0 Kudos

Hi Masa,

How can we trigger dynamic Process Schema i.e. i have defined two process schema's as per my requirement but need to trigger each process schema based on catalogid. Could you please let me know the procedure to achieve this...

Thanks,

Regards,

Bhanu Gattu.

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

Your schema evaluation should return a schema name based on your catalog ID conditions.

You can create BRF expression in following type.

0FB001 SAP Formula Interpreter

0CF001 Function Module BAdI as Expression

Maybe you can reuse predefined expressions like 0V_SC_CATALOGID or 0C_C3_C_CATALOGID.

Regards,

Masa

Answers (0)