<?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 Field Exit or Parameter issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit-or-parameter-issue/m-p/3193291#M760848</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im working on Field exit object for MIGO.B4 activating this i've faced some parameter issue and that also has been solved by my Basis consultant.(They set the parameter to "Yes" and restarted the server too.)&lt;/P&gt;&lt;P&gt;Now, i've activated the Field exit data element and inside the FM, i've declared some coding part....the problem is, its not working out fine as what i required exactly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to know either the issue is on still basis consultat side or my program coding part.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FYI&lt;/P&gt;&lt;P&gt;they set the User-defined default status is Yes and still the system default status is "No".(is it the problem???)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*****coding&lt;/P&gt;&lt;P&gt;data: matnr type matnr.&lt;/P&gt;&lt;P&gt;get PARAMETER ID 'MAT' field matnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;****The logic is read the PO data from the memory ID concept and compare&lt;/P&gt;&lt;P&gt;with the current MIGO quantity.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls advise.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Dec 2007 10:48:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-28T10:48:35Z</dc:date>
    <item>
      <title>Field Exit or Parameter issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit-or-parameter-issue/m-p/3193291#M760848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im working on Field exit object for MIGO.B4 activating this i've faced some parameter issue and that also has been solved by my Basis consultant.(They set the parameter to "Yes" and restarted the server too.)&lt;/P&gt;&lt;P&gt;Now, i've activated the Field exit data element and inside the FM, i've declared some coding part....the problem is, its not working out fine as what i required exactly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to know either the issue is on still basis consultat side or my program coding part.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FYI&lt;/P&gt;&lt;P&gt;they set the User-defined default status is Yes and still the system default status is "No".(is it the problem???)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*****coding&lt;/P&gt;&lt;P&gt;data: matnr type matnr.&lt;/P&gt;&lt;P&gt;get PARAMETER ID 'MAT' field matnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;****The logic is read the PO data from the memory ID concept and compare&lt;/P&gt;&lt;P&gt;with the current MIGO quantity.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls advise.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2007 10:48:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit-or-parameter-issue/m-p/3193291#M760848</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-28T10:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: Field Exit or Parameter issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit-or-parameter-issue/m-p/3193292#M760849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you activated the field exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to SE 38 - give the program name as RSMODPRF and Execute.&lt;/P&gt;&lt;P&gt;Then Data Element screen appears. Execute that screen (DO NOT give any Data Element Name here).&lt;/P&gt;&lt;P&gt;Then it will show you the Data element name for which you have created the field exit. Then select that Data Element and then menu FIELD EXIT -&amp;gt; ACTIVATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also click on Assign Prog/Screen button and assign the Program name and screen number for which you are going to use otherwise it will impact on all the screens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your coding I could not see and output...You need to give the OUTPUT = &amp;lt; some value&amp;gt; or based on the parameter values you are getting, give your own logic to define that value and assign it to the OUTPUT parameter value. Then you can see the output value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if it is useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2007 17:06:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit-or-parameter-issue/m-p/3193292#M760849</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-28T17:06:26Z</dc:date>
    </item>
  </channel>
</rss>

