<?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: Problem regarding F-47 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-regarding-f-47/m-p/7113153#M1510027</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lyvia, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To solve your issue you can try the following steps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.copy RGGBR000  to zRGGBR000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.Decide on the name for your user exit, which should start with 'U' (for a user defined user exit) and then a 3 digit unique number. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.Above the line 'REFRESH ETAB', make the following entries:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Code: &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Select all 

EXITS-NAME = 'U100'.
EXITS-PARAM = C_EXIT_PARAM_NONE. "Complete data used in exit.
EXITS-TITLE = TEXT-101. "Posting date check
APPEND EXITS.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4.Having written the user exit code, you must now activate that code. This is not the same as activating a program. What you are doing here is telling SAP that there is code available and this is where it lives.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5.Change the screen into change mode by clicking this pencil as normal, and then enter the module pool name that you created in the steps above into the Ex. Prog Field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6.Save the changes and exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Activating" the User Exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The next thing to do is to incorporate your user exit code into a validation rule. &lt;/P&gt;&lt;P&gt;Start transaction OB28.&lt;/P&gt;&lt;P&gt;Select 'New Entries', and complete the input fields.&lt;/P&gt;&lt;P&gt;Select the rule that you wish the user exit to be activated for (Note that these activations are company dependant).&lt;/P&gt;&lt;P&gt;Your user exit will appear essentially as a boolean variable in the rule that you have selected (or created). &lt;/P&gt;&lt;P&gt;In the relevant step enter the user exit name either as part of a condition statement or on it's own. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Aug 2010 10:23:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-08-03T10:23:19Z</dc:date>
    <item>
      <title>Problem regarding F-47</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-regarding-f-47/m-p/7113152#M1510026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Through t. code F-47 It is observed that system is allowing users to create DPR for closed &amp;amp; Partial Closed POs (GR made, invoices booked &amp;amp; payment made) as well. I need  validation that system should not allow users to create DPR for closed &amp;amp; Partial Closed POs. Also, One more problem faced is that system lets the user to make down payment against PO number even if the amount in Down Payment Request  is more than teh total price i have after the GR.&lt;/P&gt;&lt;P&gt;Kindly help..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: lyviaCardoza on Jul 30, 2010 7:07 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jul 2010 04:56:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-regarding-f-47/m-p/7113152#M1510026</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-30T04:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: Problem regarding F-47</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-regarding-f-47/m-p/7113153#M1510027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lyvia, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To solve your issue you can try the following steps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.copy RGGBR000  to zRGGBR000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.Decide on the name for your user exit, which should start with 'U' (for a user defined user exit) and then a 3 digit unique number. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.Above the line 'REFRESH ETAB', make the following entries:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Code: &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Select all 

EXITS-NAME = 'U100'.
EXITS-PARAM = C_EXIT_PARAM_NONE. "Complete data used in exit.
EXITS-TITLE = TEXT-101. "Posting date check
APPEND EXITS.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4.Having written the user exit code, you must now activate that code. This is not the same as activating a program. What you are doing here is telling SAP that there is code available and this is where it lives.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5.Change the screen into change mode by clicking this pencil as normal, and then enter the module pool name that you created in the steps above into the Ex. Prog Field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6.Save the changes and exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Activating" the User Exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The next thing to do is to incorporate your user exit code into a validation rule. &lt;/P&gt;&lt;P&gt;Start transaction OB28.&lt;/P&gt;&lt;P&gt;Select 'New Entries', and complete the input fields.&lt;/P&gt;&lt;P&gt;Select the rule that you wish the user exit to be activated for (Note that these activations are company dependant).&lt;/P&gt;&lt;P&gt;Your user exit will appear essentially as a boolean variable in the rule that you have selected (or created). &lt;/P&gt;&lt;P&gt;In the relevant step enter the user exit name either as part of a condition statement or on it's own. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Aug 2010 10:23:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-regarding-f-47/m-p/7113153#M1510027</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-03T10:23:19Z</dc:date>
    </item>
  </channel>
</rss>

