cancel
Showing results for 
Search instead for 
Did you mean: 

creating & binding wf container elements

Former Member
0 Kudos

Hi

we have developed a custom BOR for own requirment .

from transfering values from Event container >> Workflow container.

how to create new workflow container element .

binding then . step by step.

while creating WF container element . there are three options

1) Object type(BOR) ,

2) ABAP dic. Reference.

3) ABAP Dict. Data Type

thanks

Thomas

View Entire Topic
Former Member
0 Kudos

Hi Thomas,

To create a workflow container, if the container represents the database field then use the option ABAP dic. Reference. Juts give the reference table name and field name.

Its like declaring the fields only. If you want use the field PERNR, then define the table as PA0001 and field as PERNR.

If the workflow container represents any Business object, use the option 'Object type(BOR)'. If you are using any business object, you should create the workflow container to represent the business object.

Create all the event container's as the workflow container in the workflow then go to basic data - Start events - click the binding button. The binding will be generated automatically.

Also do a search in SDN for tutorial's.

Thanks,

Viji.