Application Development 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: 

Workflow Problem

Former Member
0 Kudos

Hi all,

Kindly help.

Scenario: For particular transactions I do not have standard BOR. So I m actually creating BOR, with methods for creating that Transaction and with Key-field which I want to pass to the method (.ie. opening the transaction with some value)

Problem: Now when I m executing my method in BOR it is executing perfectly .ie. transaction opening with default values(.ie. the values passed to the key-field of BOR) but when the same is done thru WF, though the value is being passed from the WF, the transaction is not opening with the value.

Cud anyone suggest the way out? And is there any debugging mode for WF?

Regards,

Sudipto.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

HI,

workflow/standard Task you created in workflow by default background processing checkbox will be checked, just uncheck and try. your problem will solve

if you find it is useful to you. please reward me points

4 REPLIES 4

Former Member
0 Kudos

HI,

workflow/standard Task you created in workflow by default background processing checkbox will be checked, just uncheck and try. your problem will solve

if you find it is useful to you. please reward me points

0 Kudos

Sorry that is not the case.

Anyway thanks.

Sudipto.

0 Kudos

If the method is working fine in test mode but not in the WF, it is a binding problem. If your method is Instance dependent (the default unless you checked the Instance- independent checkbox in the method attributes), you must supply an object instance in the task binding. If the method is Instance independent, you supply the key values through method parameters.

You can always debug a dialog method. Put a break point in your method before you execute the work item.

If you still have a problem, post your method code and the binding info.

Also, please note that Workflow has a new home in the Business Process Management (BPM) forum in the SAP NetWeaver General section. Please post any future questions there.

Cheers,

Ramki Maley.

0 Kudos

Thanks a lot.

Regards,

Sudipto.