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

Binding in BOR objects /Workflow

Former Member
0 Likes
1,174

Hi Experts,

I am in great need to know the binding concept in BOR Workflow /BOR object.

Please explain me with a simple EXAMPLE

- How to check if binding is needed and

- binding is done correctly (without errors)

thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
770

If there is no independent binding defined between both task and method container and between method and task container, the entire source container content is always copied to the target container. Only container elements with the same name are copied. If these are not the same type, the content is converted if possible, otherwise, the target value is not changed.

If at least one binding is defined between task container and method container, a container copy neither takes place when the method is called nor after the method is executed. In this case, you have to manually define both the binding from the tasks to the method container and also the binding from the methods to the task container.

Binding flow from

event -> WorkFlow -> Task -> Method -> Rule.

if ur binding is not correct means u wont get data properly .

4 REPLIES 4
Read only

Former Member
0 Likes
770

hi Dan,

Binding is important in Workflow.... if it is done then the status message will be displayed as : Binding contains no erros... if any help required u r welcome Dan.

thanks and regards

sk

rewards if helpful

Read only

Former Member
0 Likes
770

Hi Sarasakumari,

Could you please elaborate your explanation in a technical wa

like how to assign binding..how to start with it..etc?

thanks

Read only

Former Member
0 Likes
771

If there is no independent binding defined between both task and method container and between method and task container, the entire source container content is always copied to the target container. Only container elements with the same name are copied. If these are not the same type, the content is converted if possible, otherwise, the target value is not changed.

If at least one binding is defined between task container and method container, a container copy neither takes place when the method is called nor after the method is executed. In this case, you have to manually define both the binding from the tasks to the method container and also the binding from the methods to the task container.

Binding flow from

event -> WorkFlow -> Task -> Method -> Rule.

if ur binding is not correct means u wont get data properly .

Read only

Former Member
0 Likes
770

Hi,

You link an event to a workflow through SWETYPV

linkage from workflow to method is done through a step in a workflow which uses a task, which uses a method of a BO.

I gather from your question that you want to know more about workflow, SAP has provided an online tutorial, completing this you'll have a basis understanding of the workflow concept:

I would suggest also searching the workflow forum.

<a href="http://help.sap.com/saphelp_47x200/helpdata/en/fb/135962457311d189440000e829fbbd/frameset.htm">http://help.sap.com/saphelp_47x200/helpdata/en/fb/135962457311d189440000e829fbbd/frameset.htm</a>