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

Workflow rules

Former Member
0 Likes
1,001

Hi Friends,

In rule, I have a Function module defined.

but it is not meeting requirement.

So I want to create a new Function module. I have done with that.

But i dont know which changes i required to do in Rule to incorporate this new FM?

Plz help

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
909

Hi,

Goto Transaction PFCG and create a Rule with Type Function Module. Then assign your function Module below. In your activity/workitem assign this rule number and then a binding between your workflow container and rule container gets created.

Thanks and regards,

Prashanth

8 REPLIES 8
Read only

Former Member
0 Likes
910

Hi,

Goto Transaction PFCG and create a Rule with Type Function Module. Then assign your function Module below. In your activity/workitem assign this rule number and then a binding between your workflow container and rule container gets created.

Thanks and regards,

Prashanth

Read only

0 Likes
909

Assigning FM to rule is ok, which other changes are required in Rule (container) , if u have document plz fwd it.

Thanks for ur help

Read only

Former Member
0 Likes
909

Hi Shital,

I'm not able to get your requirment clearly. Is it like the function Module is not available to assign or is it anything else related to the Rule container element. Could you be a little more detailed on your issue.

Thanks,

Prashanth

Read only

0 Likes
909

Its related to the Rule container element.

Read only

Former Member
0 Likes
909

Hi Sheetal,

I am working on ABAP , but would like to learn the WORKFLOW, will u please help me in that ? Please let me know good reference material / ebooks on the same.

thanks ,

Avakash Ingole.

Read only

0 Likes
909

Hi Avakash,

The best document is SAP Helpl Document and refer to the link below. This has good docuemntation and Tutorial(Example Scenario) with detailed description which would explain each concepts in Workflow in depth and is useful for begginers.

<a href="http://help.sap.com/saphelp_46c/helpdata/en/a5/172437130e0d09e10000009b38f839/frameset.htm">http://help.sap.com/saphelp_46c/helpdata/en/a5/172437130e0d09e10000009b38f839/frameset.htm</a>

SAP BussWorkflow->Reference Doc->SAP Buss Workflow Tutorial.

Hope this might be sufficient.

Thanks,

Prashanth

Read only

Former Member
0 Likes
909

Hi Shital,

As i don't know what your rule does but could tell you that define the container element with which you would be determining the agent example when to release a PO you would use reelase code and assigne certain user to each release code so in this case you have to pass the release code from the Workflow Conatiner(Export Parameter) to the Rule Container(Import Parameter) and then you have to pass the Agents from Rule Container to the Workflow Container so you need to create a Two Rule Container.

Even if this is not clear please feel free to ask or send me your code so i can help you in fixing it.

Thanks and Regards,

Prashanth

Read only

Former Member
0 Likes
909

Closing the Old thread. Thanks for replies