<?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: RSMODPRF in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/rsmodprf/m-p/3794900#M912724</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Enter the tcode SE38&lt;/P&gt;&lt;P&gt;2.In the ABAP Editor enter the program name RSMODPRF&lt;/P&gt;&lt;P&gt;3.Execute&lt;/P&gt;&lt;P&gt;4.Then you will get a screen with Data Element and Number of Field Exit&lt;/P&gt;&lt;P&gt;   Here enter the Data Element(as per your requirement for example MATNR for material no.) and &lt;/P&gt;&lt;P&gt;   enter 0 to 9 or A to Z in the second field(I am taking 0 in my example) &lt;/P&gt;&lt;P&gt;5. Execute&lt;/P&gt;&lt;P&gt;6.Then you will be navigated to the Function Builder screen(se37) with FM name FIELD_EXIT_MATNR_0&lt;/P&gt;&lt;P&gt;   The FM name contains the Data Element(MATNR) and No. of Field Exit (0) (in this case)&lt;/P&gt;&lt;P&gt;7.Then click on CREATE.&lt;/P&gt;&lt;P&gt;8.Give the Fun. Grp name and SAVE&lt;/P&gt;&lt;P&gt;9.It will take youn  to the Source code wherein ypu have to write the code asb per your requirement&lt;/P&gt;&lt;P&gt;  For Example:&lt;/P&gt;&lt;P&gt;FUNCTION FIELD_EXIT_MATNR.&lt;/P&gt;&lt;P&gt;  IF INPUT BETWEEN 125 AND 150.&lt;/P&gt;&lt;P&gt;  MESSAGE E000(ZMM) WITH "Material not allowed".&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;ENDFUNCTION.&lt;/P&gt;&lt;P&gt;10.Then if you try to enter the values in  MM01 for Material no.,this effect comes into picture&lt;/P&gt;&lt;P&gt;     If you enter Material no between 125 and 150 you will get "Material not allowed".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One more way to do this is goto tcode CMOD.&lt;/P&gt;&lt;P&gt;Enter PRFB in the command prompt and press ENTER &lt;/P&gt;&lt;P&gt;In the screen select the menu Field exit --&amp;gt; Create and follow the same procedure as above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;****Reward points if found useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 May 2008 13:29:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-19T13:29:45Z</dc:date>
    <item>
      <title>RSMODPRF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rsmodprf/m-p/3794898#M912722</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 want to validate one of the field in ME21n transaction .&lt;/P&gt;&lt;P&gt;How is it possible by using filed-exit(program RSMODPRF).&lt;/P&gt;&lt;P&gt;what are the prereqisition for filedexit.i have created filed exit for data element BEDNR .but it was not getting triggered whil i was executing trasaction me21n and entering the value.can u please help me in this regard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sunil.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 May 2008 12:57:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rsmodprf/m-p/3794898#M912722</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-19T12:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: RSMODPRF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rsmodprf/m-p/3794899#M912723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Check these links:&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="3767763"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="2614894"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=11931235&amp;amp;messageID=4069010" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=11931235&amp;amp;messageID=4069010&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=11931235&amp;amp;messageID=3035499" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=11931235&amp;amp;messageID=3035499&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shiva Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 May 2008 13:04:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rsmodprf/m-p/3794899#M912723</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-19T13:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: RSMODPRF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rsmodprf/m-p/3794900#M912724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Enter the tcode SE38&lt;/P&gt;&lt;P&gt;2.In the ABAP Editor enter the program name RSMODPRF&lt;/P&gt;&lt;P&gt;3.Execute&lt;/P&gt;&lt;P&gt;4.Then you will get a screen with Data Element and Number of Field Exit&lt;/P&gt;&lt;P&gt;   Here enter the Data Element(as per your requirement for example MATNR for material no.) and &lt;/P&gt;&lt;P&gt;   enter 0 to 9 or A to Z in the second field(I am taking 0 in my example) &lt;/P&gt;&lt;P&gt;5. Execute&lt;/P&gt;&lt;P&gt;6.Then you will be navigated to the Function Builder screen(se37) with FM name FIELD_EXIT_MATNR_0&lt;/P&gt;&lt;P&gt;   The FM name contains the Data Element(MATNR) and No. of Field Exit (0) (in this case)&lt;/P&gt;&lt;P&gt;7.Then click on CREATE.&lt;/P&gt;&lt;P&gt;8.Give the Fun. Grp name and SAVE&lt;/P&gt;&lt;P&gt;9.It will take youn  to the Source code wherein ypu have to write the code asb per your requirement&lt;/P&gt;&lt;P&gt;  For Example:&lt;/P&gt;&lt;P&gt;FUNCTION FIELD_EXIT_MATNR.&lt;/P&gt;&lt;P&gt;  IF INPUT BETWEEN 125 AND 150.&lt;/P&gt;&lt;P&gt;  MESSAGE E000(ZMM) WITH "Material not allowed".&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;ENDFUNCTION.&lt;/P&gt;&lt;P&gt;10.Then if you try to enter the values in  MM01 for Material no.,this effect comes into picture&lt;/P&gt;&lt;P&gt;     If you enter Material no between 125 and 150 you will get "Material not allowed".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One more way to do this is goto tcode CMOD.&lt;/P&gt;&lt;P&gt;Enter PRFB in the command prompt and press ENTER &lt;/P&gt;&lt;P&gt;In the screen select the menu Field exit --&amp;gt; Create and follow the same procedure as above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;****Reward points if found useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 May 2008 13:29:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rsmodprf/m-p/3794900#M912724</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-19T13:29:45Z</dc:date>
    </item>
  </channel>
</rss>

