<?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: CS_CL_S_ITM_CREATE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/cs-cl-s-itm-create/m-p/8320947#M1637306</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dinkan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;because your FM calls a lot of fm's of FG CSCL, several data are only available in the workarea of this FG. Your fm has his own workarea in FG ZCSCL. So you have different workareas in your copied fm to the other fm's of the original FG and there may occur any data loss between the workareas of the fm's. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There may lots of workfields be filled in FG CSCL which you can't access in your FG ZCSCL also you have the same data definitions, also the other way round.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's no good idea to copy one fm isolated to another FG because of missing data communication between the FG's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Klaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Nov 2011 09:41:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-11-15T09:41:36Z</dc:date>
    <item>
      <title>CS_CL_S_ITM_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cs-cl-s-itm-create/m-p/8320944#M1637303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have copied the FM CS_CL_S_ITM_CREATE from FG CSCL through SE80 Transaction for specific client requiremnt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I havent made any changes to this copied ZCS_CL_S_ITM_CREATE  yet, however it is not working same as CS_CL_S_ITM_CREATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The FM is used in BAPI_MATERIAL_BOM_GROUP_CREATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know the reason?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2011 09:16:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cs-cl-s-itm-create/m-p/8320944#M1637303</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-15T09:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: CS_CL_S_ITM_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cs-cl-s-itm-create/m-p/8320945#M1637304</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;if you have copied the fm outside of FG CSCL to another FG and still call the other fm's from FG CSCL there may be data lost in this way. Either you copy the fm within the same FG, or you copy the whole FG CSCL and change any function call for fm's of FG CSCL to new function modules of your own FG, e.g. ZCL*.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remark: For SAP note and support stack handling I would like to avoid both of these ways, but look for a way to enhance (or modify) the original SAP fm!  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Klaus&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Klaus Babl on Nov 15, 2011 10:25 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2011 09:24:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cs-cl-s-itm-create/m-p/8320945#M1637304</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-15T09:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: CS_CL_S_ITM_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cs-cl-s-itm-create/m-p/8320946#M1637305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Klaus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for ur reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have copied the FG CSCL to ZCSCL and copied the FM CS_CL_S_ITM_CREATE.&lt;/P&gt;&lt;P&gt;There are more than 20 FMs in this FG CSCL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the includes, dict. structures, sub rout are there in my new FG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Should I do anything else to make this Z FM work same as CS_CL_S_ITM_CREATE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2011 09:30:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cs-cl-s-itm-create/m-p/8320946#M1637305</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-15T09:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: CS_CL_S_ITM_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cs-cl-s-itm-create/m-p/8320947#M1637306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dinkan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;because your FM calls a lot of fm's of FG CSCL, several data are only available in the workarea of this FG. Your fm has his own workarea in FG ZCSCL. So you have different workareas in your copied fm to the other fm's of the original FG and there may occur any data loss between the workareas of the fm's. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There may lots of workfields be filled in FG CSCL which you can't access in your FG ZCSCL also you have the same data definitions, also the other way round.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's no good idea to copy one fm isolated to another FG because of missing data communication between the FG's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Klaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2011 09:41:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cs-cl-s-itm-create/m-p/8320947#M1637306</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-15T09:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: CS_CL_S_ITM_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cs-cl-s-itm-create/m-p/8320948#M1637307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Generally, copying SAP code, especially function groups and classes, is problematic. First, you don't get any oss fixes to the copy, so any bugs in the SAP code remain. Second, come an upgrade, the data structures may change, and then the copy won't work at all, and you may have to re-copy it. Third, references within the copy may still be to SAP objects, or worse, entries in SAP tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Consider instead enhancements, user exits or adding your enhancement directly to the SAP standard. All are MUCH safer options.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2011 10:45:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cs-cl-s-itm-create/m-p/8320948#M1637307</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2011-11-15T10:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: CS_CL_S_ITM_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cs-cl-s-itm-create/m-p/8320949#M1637308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Klaus and Matt,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the valuable information.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2011 10:51:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cs-cl-s-itm-create/m-p/8320949#M1637308</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-15T10:51:27Z</dc:date>
    </item>
  </channel>
</rss>

