cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How i determine Process Schemas?

Former Member
0 Likes
202

Hello gurus.

Actually i work with process-controlled workflows in SRM 7.02.

I want build 4 schema proccess for my SC with authorization for level (easy), But i don´t know how make Schema determination and returns one.

One requirement of client is zero or minimal coded solution.

Can someone help me?

regards

JL

Accepted Solutions (1)

Accepted Solutions (1)

gergely_horvath-dori
Product and Topic Expert
Product and Topic Expert
0 Likes

Dear JL,

Did you already check the following documentation?

https://websmp107.sap-ag.de/~sapdownload/012002523100012367002008E/Workflow_in_SRM_70_RTC.pdf

You can create your own function module, which returns the relevant process schema for the document. The following document can also help you:

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e0299503-c68c-2d10-0c97-b6f171fe2...

Otherwise, you can create a schema table, which can return the relevant process schema. For that you can check the 9EV_SC_00S event at transaction BRF, this is a standard event for shopping cart schema evaluation.

I hope this will help you!

Best Regards,

Gergely

If my answer helped, I would like to ask you to provide me points. Thank You in advance!

Answers (1)

Answers (1)

Former Member
0 Likes

Thanks for your help!