‎2007 Feb 08 10:36 AM
Hi,
Can anybody tell that the workflow create the table?
Regards,
Rosaiah.
‎2007 Feb 10 11:17 AM
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.
‎2007 Feb 11 2:18 PM
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