<?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: Field Exit help in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit-help/m-p/2221202#M476969</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;  You can use the userexit USEREXIT_CHECK_VBAP in the include MV45AFZB..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 May 2007 15:25:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-01T15:25:45Z</dc:date>
    <item>
      <title>Field Exit help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit-help/m-p/2221199#M476966</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 new to this concept. Can somebody please help me with this task. I am validating the fields &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sold-to-party &lt;/P&gt;&lt;P&gt;PO number and purchase order item (vbkd-bstkd and vbap-posex) in VA01 (sales order Create). I have to check it for a valid combo of PO number and line item for a particular sales org. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your suggestions are atmost welcome..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 May 2007 15:08:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit-help/m-p/2221199#M476966</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-01T15:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: Field Exit help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit-help/m-p/2221200#M476967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;     in Se38 execute the program RSMODPRF will give list of all existed /created field exits. if the exit for your field already exists deactivate it and create new one and assignit to the screen name and no.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sudheer.A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 May 2007 15:25:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit-help/m-p/2221200#M476967</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-01T15:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: Field Exit help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit-help/m-p/2221201#M476968</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;SAP is not supporting field exits anymore.&lt;/P&gt;&lt;P&gt;The reason is, the logic in a field exit is tied to the screens and later if someone wants to use a BAPI to create a PO, these type of exits will not be executed and will cause some inconsistencies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make use of a regular exits from the enhancement: MM06E005.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you still want to use the field-exits, here is the procedure in 46C:&lt;/P&gt;&lt;P&gt;1. For field exits in R/3 4.6C, execute transaction CMOD. Then type PRFB in the  command field. Another way to accomplish this is to use program RSMODPRF.&lt;/P&gt;&lt;P&gt;2. 1. Create a Function Group.&lt;/P&gt;&lt;P&gt;    2. Run the program RSMODPRF, which will create a field exit (Mention the data element for  which field exit is needed). &lt;/P&gt;&lt;P&gt;    3. In the Function module created by the above program write the validation code you require.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Sumant.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 May 2007 15:25:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit-help/m-p/2221201#M476968</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-01T15:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: Field Exit help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit-help/m-p/2221202#M476969</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;  You can use the userexit USEREXIT_CHECK_VBAP in the include MV45AFZB..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 May 2007 15:25:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit-help/m-p/2221202#M476969</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-01T15:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: Field Exit help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit-help/m-p/2221203#M476970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have used MV45AFZZ, SAVE_DOCUMENT_PREPARE  exit to check it. I have written the logic there. But whenevr I check for the above data It is entering that bit of code and then if its wrong I am doing it with a popup_warning. but when the user says continue then order is saved irrelevant of checks. Can somebody help with this. How can I set it like if the value in that field is wrong it should save it. Please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 May 2007 15:44:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit-help/m-p/2221203#M476970</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-01T15:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: Field Exit help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit-help/m-p/2221204#M476971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sumanth,&lt;/P&gt;&lt;P&gt;I would like to validate Meins field in MM01 means if user gives meins = kg ,i Hve to show eror.&lt;/P&gt;&lt;P&gt;I ahve created a filed exit for this using ur procedure .&lt;/P&gt;&lt;P&gt;can u pls suggest  I have to do next.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 10:51:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit-help/m-p/2221204#M476971</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-02T10:51:00Z</dc:date>
    </item>
  </channel>
</rss>

