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

Accepted Solutions (1)

Accepted Solutions (1)

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.

Answers (3)

Answers (3)

bpawanchand
Active Contributor
0 Kudos

Hope your manger does not see this post... MAy be I think you should get .

Former Member
0 Kudos

Hi,

To transfer the values from Event container >> Workflow container., you need to declare the values from Event container element and Workflow container element.

Event container element

Goto Tcode SWO1 and enter you BO, press F8.

Now select your event ( single click ).

Then click on the 'Parameter'.

Now click on 'Create' Button and pop up will come.

Select 'No'.

Enter the all details.

Save and regenerate the BO.

Workflow container element

As you mentioned .....

while creating WF container element . there are three options 
1) Object type(BOR) , 
2) ABAP dic. Reference. 
3) ABAP Dict. Data Type

1) Object type(BOR) ,

if your workflow container element is a type of BO then enter the Business objects.

2) ABAP dic. Reference.

if your workflow container element is table field then enter the table name and field name.

3) ABAP Dict. Data Type

if your workflow container element can be referred to a data element then enter data element name.

Then aictivte the workflow and make the necessary binding.

Thanks and regards,

SNJY

Eddie_Morris
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

Have you already created the event container elements in SWO1?

If so then just create matching data elements in the workflow container via SWDD.

Regards,

Eddie