<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: can we pass mutiline table data from program to workflow in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/can-we-pass-mutiline-table-data-from-program-to-workflow/qaa-p/10107986#M3645040</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) Create a multiline container element to your workflow of type of your table.&lt;/P&gt;&lt;P&gt;2) Create parameter to your event that has the same data type of table&lt;/P&gt;&lt;P&gt;3) In your event call, deliver the data as internal table to the parameter. How to do this depends on if you are using ABAP class event or a business object event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Karri&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) Forgot this. Binding. Go to basic data in workflow builder. Go to Start Events and do the binding from your event to the workflow container element. (This is, if your event is the starting event of the workflow. If not, then you still need to do the binding, but the place where to do this, is different.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Mar 2014 07:19:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-03-04T07:19:27Z</dc:date>
    <item>
      <title>can we pass mutiline table data from program to workflow</title>
      <link>https://community.sap.com/t5/technology-q-a/can-we-pass-mutiline-table-data-from-program-to-workflow/qaq-p/10107985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am using class method&amp;nbsp; to call workflow from webdyn pro prog based on EVENT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need to pass table with mutiline data from program to workflow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help how to pass table data from program to workflow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;phani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2014 07:04:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/can-we-pass-mutiline-table-data-from-program-to-workflow/qaq-p/10107985</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-04T07:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: can we pass mutiline table data from program to workflow</title>
      <link>https://community.sap.com/t5/technology-q-a/can-we-pass-mutiline-table-data-from-program-to-workflow/qaa-p/10107986#M3645040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) Create a multiline container element to your workflow of type of your table.&lt;/P&gt;&lt;P&gt;2) Create parameter to your event that has the same data type of table&lt;/P&gt;&lt;P&gt;3) In your event call, deliver the data as internal table to the parameter. How to do this depends on if you are using ABAP class event or a business object event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Karri&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) Forgot this. Binding. Go to basic data in workflow builder. Go to Start Events and do the binding from your event to the workflow container element. (This is, if your event is the starting event of the workflow. If not, then you still need to do the binding, but the place where to do this, is different.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2014 07:19:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/can-we-pass-mutiline-table-data-from-program-to-workflow/qaa-p/10107986#M3645040</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-04T07:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: can we pass mutiline table data from program to workflow</title>
      <link>https://community.sap.com/t5/technology-q-a/can-we-pass-mutiline-table-data-from-program-to-workflow/qaa-p/10107987#M3645041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Phani&lt;/P&gt;&lt;P&gt;1. Create a multiline container element in workflow as shown below.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/402090" width="450" /&gt;&lt;/P&gt;&lt;P&gt;Enable the Multiline checkbox in properties tab. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/402091" width="450" /&gt;&lt;/P&gt;&lt;P&gt;2. Declare the parameter in method as highlighted and name your associated type, double click and declare the &lt;STRONG&gt;types &lt;/STRONG&gt;and &lt;STRONG&gt;table type&lt;/STRONG&gt; as highlighted below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/402107" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/402108" width="450" /&gt;&lt;/P&gt;&lt;P&gt;Now you can go for Binding … &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Poobalachandar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2014 09:01:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/can-we-pass-mutiline-table-data-from-program-to-workflow/qaa-p/10107987#M3645041</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-04T09:01:34Z</dc:date>
    </item>
  </channel>
</rss>

