Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

responsibilities

Former Member
0 Likes
708

how do you assign responsibilities to a rule.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
684

Hi Sukumar,

This kind of startegy for agent determinaiton is used to avoid programming to determine agentsfor rule.

Steps are :

1. Creating container element for rule.( This is reqd for getting data from Workflow to rule and use it for resolving agents) e.g. say material number

2. Create responsibilities - e.g. test1 , test2

3. Assign respective range of values for the container element for this responsibility. e.g. material number from 1 to 100

4. Assign user for responsibilities, so that respective user can get work item for execution.

Hope this helps.

Regsd,

Akshay

Note: Pls mark helpful answers.

5 REPLIES 5
Read only

Manohar2u
Active Contributor
0 Likes
684

Refer to this link

<a href="http://help.sap.com/saphelp_47x200/helpdata/en/ef/3dc9469bbe11d189470000e8216659/frameset.htm">http://help.sap.com/saphelp_47x200/helpdata/en/ef/3dc9469bbe11d189470000e8216659/frameset.htm</a>

Regds

Manohar

Read only

Former Member
0 Likes
684

hi

good

When stock of a particular material is constantly divided up among certain plants or base plant groups of a company in the same relative proportions, these proportions can be captured in an allocation rule.

The proportions can be in the form of ratios, percentages or fixed quantities.

Allocation rules can be used to:

Create allocation tables

Divide plants into categories (e.g. best/worst analysis)

Define ratios based on the Retail Information System (e.g. previous month's sales)

thanks

mrutyun

Read only

Former Member
0 Likes
685

Hi Sukumar,

This kind of startegy for agent determinaiton is used to avoid programming to determine agentsfor rule.

Steps are :

1. Creating container element for rule.( This is reqd for getting data from Workflow to rule and use it for resolving agents) e.g. say material number

2. Create responsibilities - e.g. test1 , test2

3. Assign respective range of values for the container element for this responsibility. e.g. material number from 1 to 100

4. Assign user for responsibilities, so that respective user can get work item for execution.

Hope this helps.

Regsd,

Akshay

Note: Pls mark helpful answers.