cancel
Showing results for 
Search instead for 
Did you mean: 

Binding

Former Member
0 Kudos

Hi All,

I have created a worklfow and in certain steps system itsef offers some binding.

And i followed that i am bit confused with Binding.

Can any one gimme some easy example to understand binding?

Thanks,

Joe

Accepted Solutions (1)

Accepted Solutions (1)

bpawanchand
Active Contributor
0 Kudos

[Check this|https://www.sdn.sap.com/irj/scn/wiki?path=/display/abap/bindingDefinitionin+Workflow]

Answers (4)

Answers (4)

saumya_govil
Active Contributor
0 Kudos

Hi Joe,

Check this wiki for complete details on binding:

https://www.sdn.sap.com/irj/scn/wiki?path=/display/abap/bindingDefinitionin+Workflow

Regards,

Saumya

Former Member
0 Kudos

Hi,

To know more on binding check the link [binding|http://help.sap.com/saphelp_47x200/helpdata/en/c5/e4b0ae453d11d189430000e829fbbd/content.htm]

Hope this will help you.

Best Regards,

Deepa Kulkarni

Former Member
0 Kudos

This is fundamental topic Of Workflow. In order to make the Workflow work you have to provide data. The mapping of data is called binding. If you have not defined separate container element you should go for automatic binding which binds element as well creates element that are not created manually.

Thanks

Arghadip

former_member193382
Active Contributor
0 Kudos

HI,

Binding defines how and what data has to flow from where to where.

Binding helps data flow as below.

Event Container --> Workflow container --> Task container --> Method Container --> Task container --> Workflow Container.

The data flow helps in data processing in various steps/stages of workflow. Binding plays a vital role in workflow. The automatic binding by system is done between like containers. But you have to decide what data has to flow from where to where for proper processing of workflow.

Regards,

Raj