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

is the work flow create table

Former Member
0 Likes
331

Hi,

Can anybody tell that the workflow create the table?

Regards,

Rosaiah.

2 REPLIES 2
Read only

Former Member
0 Likes
308

hi rosaiah,

i guess there is no workflow that creates a table. the purpose of workflow is to automate the business process using business objects. a workflow can be triggered manually or automatically for a particaular busines transaction. eg sales order, TCODE is VA01 n business object is BUS2031.

regards

alson.

Read only

Former Member
0 Likes
308

Hi Rosaiah,

Well, if you are referring to a workflow to "create a table entry" that might be possible in workflows, even if you want to create a entry in a custom table. All you need to do is create an activity referring to a custom method and code within it with the required select to read data from source and insert into the required table or use BAPIs to insert into standard tables. You might have to copy and make a Z workflow to include this custom activity into the workflow.

Regards,

Aditya