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

tables in workflow

Former Member
0 Likes
574

hi friends,

can anybody give me the steps to fetch the values from a ztable in workflow.

Thanks and regards

poorni

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
554

Hello Poorni,

1) You need a Business Object to create Method which fethces the values from the table through a select query.

--> You may create a Custom Business Object for this

or

--> If your Ztable represents/relates to a standard Business Object ( FI Document , Sales Order etc) , delegate the standard business Object and create a custom method which will then write a select query on the Ztable.

2) Create a Task for this new method and attach in the step of the workflow.

cheers

Kesari

Hello Poorni,

1) You need a Business Object to create Method which fethces the values from the table through a select query.

--> You may create a Custom Business Object for this

or

--> If your Ztable represents/relates to a standard Business Object ( FI Document , Sales Order etc) , delegate the standard business Object and create a custom method which will then write a select query on the Ztable.

2) Create a Task for this new method and attach in the step of the workflow.

cheers

Kesari

2 REPLIES 2
Read only

Former Member
0 Likes
554

Hi Poornima,

Please Check Ravis' Blog .

<a href="/people/ravishankar.rajan/blog/2006/12/26/agent-determination-in-workflow-using-custom-table:///people/ravishankar.rajan/blog/2006/12/26/agent-determination-in-workflow-using-custom-table

Hope this helps

Caglar

Read only

Former Member
0 Likes
555

Hello Poorni,

1) You need a Business Object to create Method which fethces the values from the table through a select query.

--> You may create a Custom Business Object for this

or

--> If your Ztable represents/relates to a standard Business Object ( FI Document , Sales Order etc) , delegate the standard business Object and create a custom method which will then write a select query on the Ztable.

2) Create a Task for this new method and attach in the step of the workflow.

cheers

Kesari