<?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>topic Re: Creating multiple integration models in CFM1 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-multiple-integration-models-in-cfm1/m-p/9195742#M1714813</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Richa &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use some election option such as Plants, MRP controller, ABC Indicator, LCC and create Imodels based on those selection, which will help to maintain keep integration model specific to plants and whcih is more easy way to maintain it and also it will have less amount of data, but yes number of Imodels will increase. &lt;/P&gt;&lt;P&gt;Let me know if you have any questions. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ankur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Jan 2013 17:54:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-01-30T17:54:40Z</dc:date>
    <item>
      <title>Creating multiple integration models in CFM1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-multiple-integration-models-in-cfm1/m-p/9195738#M1714809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following requirement:&lt;/P&gt;&lt;P&gt;When we create an integration model in CFM1, if the number of materials selected is greater than a certain number (say 1000), then the materials from 1001th should be included in 2nd integration model, then 2001th material in 3rd Integration model so as to avoid transfer of bulk of materials from single intergration model and so on..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, my check will be to call CFM1, first calculate how many material it picks and then split that array into chunks of 1000 (for e.g), then call CFM1 in loop giving input of the materials in chunks of 1000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Logical system and APO application name remains same for all. I need give a subsequent model name like Mat1, Mat2 ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly guide me to achieve this technically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Richa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jan 2013 10:00:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-multiple-integration-models-in-cfm1/m-p/9195738#M1714809</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-18T10:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: Creating multiple integration models in CFM1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-multiple-integration-models-in-cfm1/m-p/9195739#M1714810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Richa ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For CFM1 tcode ....&amp;nbsp; Before calling this transaction code .... first check for the no. of value's it fetches from the database table .... all those value will be there in an internal table ..... then read that internal table on the basis of packet size defined say as in ur e.g 1000 and put it in an another internal table and set the flag index as well then call the t_code CFM1 to transfer those data.&lt;/P&gt;&lt;P&gt;when it will come for the next lot of data (1001 to 2000) before this refresh that internal table ....&lt;/P&gt;&lt;P&gt;then it will send only 1000 materials in a single integration model and so on as it's execution proceeds.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Put these all in an condition for subsequent model name.&lt;/P&gt;&lt;P&gt;whenever model name change it will send only 1000 records after that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help ... &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1142/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jan 2013 14:51:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-multiple-integration-models-in-cfm1/m-p/9195739#M1714810</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-18T14:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: Creating multiple integration models in CFM1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-multiple-integration-models-in-cfm1/m-p/9195740#M1714811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;The records in an internal table are fetched after calling CFM1. So, where do i calculate the number of materials i have fetched.&lt;/P&gt;&lt;P&gt;And, if i keep calling CFM1 in loop, it will repeat the whole process again and start from the first material.&lt;/P&gt;&lt;P&gt;Kindly provide your views on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Richa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2013 05:43:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-multiple-integration-models-in-cfm1/m-p/9195740#M1714811</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-21T05:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: Creating multiple integration models in CFM1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-multiple-integration-models-in-cfm1/m-p/9195741#M1714812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Richa ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your valuable update on this issue .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If after calling the CFM1 it is fetching the data from the database table and filling the internal table1 say.&lt;/P&gt;&lt;P&gt;Then u can do one thing ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check after internal table1 is filled with whole data.&lt;/P&gt;&lt;P&gt;on the basis of packet size (in ur case will be 1000) move those value into an another internal table2 and transfer those values.&lt;/P&gt;&lt;P&gt;set the flag value 1 after this transfer happens.&lt;/P&gt;&lt;P&gt;Then refresh internal table2.&lt;/P&gt;&lt;P&gt;Then it will take another 1000 data from internal table1in the second lot move those values to internal table2 and increase the value of flag by one for every subsequent 1000 data.&lt;/P&gt;&lt;P&gt;Put the condition on flag that if flag value is increased then it should call the CFM2 and transfer.&lt;/P&gt;&lt;P&gt;And so on .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help .... &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1151/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2013 09:29:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-multiple-integration-models-in-cfm1/m-p/9195741#M1714812</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-21T09:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: Creating multiple integration models in CFM1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-multiple-integration-models-in-cfm1/m-p/9195742#M1714813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Richa &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use some election option such as Plants, MRP controller, ABC Indicator, LCC and create Imodels based on those selection, which will help to maintain keep integration model specific to plants and whcih is more easy way to maintain it and also it will have less amount of data, but yes number of Imodels will increase. &lt;/P&gt;&lt;P&gt;Let me know if you have any questions. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ankur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2013 17:54:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-multiple-integration-models-in-cfm1/m-p/9195742#M1714813</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-30T17:54:40Z</dc:date>
    </item>
  </channel>
</rss>

