<?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: Regarding MM01 - CONVERSION_EXIT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-mm01-conversion-exit/m-p/8302852#M1635793</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Priya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;maybe a SAP note may help you to solve this issue. Please look for SAP notes for SAPCNVE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example SAP note 9887 has some interesting informations. Additionally to this informartions the following information: FMs for field exits as FIELD_EXIT_DZEINR shouldn't have reference fields both for input and output parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check input and output parameters of FIELD_EXIT_DZEINR and ZOMNIBRIDGE_LINK_TEST.&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>Wed, 30 Nov 2011 05:47:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-11-30T05:47:04Z</dc:date>
    <item>
      <title>Regarding MM01 - CONVERSION_EXIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-mm01-conversion-exit/m-p/8302851#M1635792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i try to create material through MM01 ( with views Basic Data 1,Basic Data 2,Sales: Sales Org. Data 1,Sales: Sales Org. Data 2) by navigating views Basic Data 1,Basic Data 2, to Sales: Sales Org. Data 1 its resulting in dump showing syntax error in "SAPCNVE" in "CONVERSION_EXIT".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Same syntax error exist in production system also but when i try to create material in Production no pbm in this. when i try to do the same in quality  am facing problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my SAPLZMM1 Program two function modules are called.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INCLUDE LZMM1U01.   "FIELD_EXIT_DZEINR&lt;/P&gt;&lt;P&gt;INCLUDE LZMM1U02.   "ZOMNIBRIDGE_LINK_TEST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem is when calling the below conversion_exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL 'AB_GET_C_PARMS' ID 'P1' FIELD &amp;lt;FNAME&amp;gt;     "Abholen der&lt;/P&gt;&lt;P&gt;                        ID 'P2' FIELD &amp;lt;INPUT&amp;gt;     "Parameter aus&lt;/P&gt;&lt;P&gt;                        ID 'P3' FIELD &amp;lt;OUTPUT&amp;gt;.   "der C-Welt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION &amp;lt;FNAME&amp;gt;&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;            INPUT  = &amp;lt;INPUT&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to know how the P1 field is getting filled as  FIELD_EXIT_DZEINR or any function module ? from where its getting picked up ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked also the SPRO customising SAPLZMM1  program is not configured anywhere dontknow how this is getting called.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Production changes and quality changes are same . no difference in Program SAPLZMM1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help me out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Priya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2011 03:29:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-mm01-conversion-exit/m-p/8302851#M1635792</guid>
      <dc:creator>former_member212001</dc:creator>
      <dc:date>2011-11-30T03:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding MM01 - CONVERSION_EXIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-mm01-conversion-exit/m-p/8302852#M1635793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Priya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;maybe a SAP note may help you to solve this issue. Please look for SAP notes for SAPCNVE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example SAP note 9887 has some interesting informations. Additionally to this informartions the following information: FMs for field exits as FIELD_EXIT_DZEINR shouldn't have reference fields both for input and output parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check input and output parameters of FIELD_EXIT_DZEINR and ZOMNIBRIDGE_LINK_TEST.&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>Wed, 30 Nov 2011 05:47:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-mm01-conversion-exit/m-p/8302852#M1635793</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-30T05:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding MM01 - CONVERSION_EXIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-mm01-conversion-exit/m-p/8302853#M1635794</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 your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked the function module FIELD_EXIT_DZEINR.It doesnt have reference fields both for input and output parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even though same error exist in Production,  but in Production its working fine able to create material. Problem only in Quality Server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So i need to know from where FNAME value  ( FIELD_EXIT_DZEINR )is getting populated (imported) in CALL 'AB_GET_C_PARMS' ID 'P1' FIELD &amp;lt;FNAME&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Priya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2011 05:22:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-mm01-conversion-exit/m-p/8302853#M1635794</guid>
      <dc:creator>former_member212001</dc:creator>
      <dc:date>2011-12-01T05:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding MM01 - CONVERSION_EXIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-mm01-conversion-exit/m-p/8302854#M1635795</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;In Production when am navigating from Basic data2 to Sales : sales org.1 view , In SAPCNVE - FORM CONVERSION_EXIT fundtion module CONVERSION_EXIT_MATN1_OUTPUT is getting populated in &amp;lt;FNAME&amp;gt; next time CONVERSION_EXIT_CUNIT_OUTPUT is getting populated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in quality is getting populated so its resulting in dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know from where &amp;lt;FNAME&amp;gt; is imported.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL 'AB_GET_C_PARMS' ID 'P1' FIELD &amp;lt;FNAME&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In web i got information as " Kernel Hooks exchange data with the ABAP Runtime through the Kernel Calls u2018AB_GET_C_PARMSu2019 (which reads data from the Kernel) and u2018AB_SET_C_PARMSu2019 (which writes data back to the Kernel)."  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In quality Operating system is AIX Patch Level is  378 ABAP Load is 1521 but in production Patch Level is 274&lt;/P&gt;&lt;P&gt;ABAP Load is 1521 . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this the problem ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kernel Release for both is 640.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Priya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2011 05:39:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-mm01-conversion-exit/m-p/8302854#M1635795</guid>
      <dc:creator>former_member212001</dc:creator>
      <dc:date>2011-12-15T05:39:43Z</dc:date>
    </item>
  </channel>
</rss>

