<?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: Exit while saving the document in FB01 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/exit-while-saving-the-document-in-fb01/m-p/10518774#M1853880</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Spandana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The validation rule via GGB0 is the preferred approach over a user exit.&amp;nbsp; In most cases the functional team is responsible for developing these rules and ABAP is only needed in certain cases where ABAP coding is required.&amp;nbsp; In that case you develop an exit routine in a module pool that's assigned to the validations, then the functional team configures the rule to call your exit routine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer to SAP help for more info: &lt;A href="http://help.sap.com/erp2005_ehp_06/helpdata/en/5b/d231a843c611d182b30000e829fbfe/frameset.htm" title="http://help.sap.com/erp2005_ehp_06/helpdata/en/5b/d231a843c611d182b30000e829fbfe/frameset.htm"&gt;User Exits in Validations/Substitutions/Rules - Tools - SAP Library&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Aug 2014 13:30:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-08-18T13:30:32Z</dc:date>
    <item>
      <title>Exit while saving the document in FB01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exit-while-saving-the-document-in-fb01/m-p/10518771#M1853877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have requirement where i need to validate the profit center value entered in FB01 tcode before saving. Can you please tell which user exit will be triggered while saving the document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Spandana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2014 16:54:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exit-while-saving-the-document-in-fb01/m-p/10518771#M1853877</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-08-13T16:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: Exit while saving the document in FB01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exit-while-saving-the-document-in-fb01/m-p/10518772#M1853878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Spandana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should work with your functional team to develop an FI validation rule in transaction GGB0.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2014 17:32:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exit-while-saving-the-document-in-fb01/m-p/10518772#M1853878</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-08-13T17:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: Exit while saving the document in FB01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exit-while-saving-the-document-in-fb01/m-p/10518773#M1853879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually while creating the document, I need to check profit center and cost center values. If both the values are mentioned then i have to blank out cost center value and should create the document only with profit center value. This needs to be checked before saving the document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you please tell, is this requirement cant be implemented with user exit? if this is not possible then how can i do this with validation rule as you mentioned above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Aug 2014 08:25:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exit-while-saving-the-document-in-fb01/m-p/10518773#M1853879</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-08-15T08:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: Exit while saving the document in FB01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exit-while-saving-the-document-in-fb01/m-p/10518774#M1853880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Spandana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The validation rule via GGB0 is the preferred approach over a user exit.&amp;nbsp; In most cases the functional team is responsible for developing these rules and ABAP is only needed in certain cases where ABAP coding is required.&amp;nbsp; In that case you develop an exit routine in a module pool that's assigned to the validations, then the functional team configures the rule to call your exit routine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer to SAP help for more info: &lt;A href="http://help.sap.com/erp2005_ehp_06/helpdata/en/5b/d231a843c611d182b30000e829fbfe/frameset.htm" title="http://help.sap.com/erp2005_ehp_06/helpdata/en/5b/d231a843c611d182b30000e829fbfe/frameset.htm"&gt;User Exits in Validations/Substitutions/Rules - Tools - SAP Library&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2014 13:30:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exit-while-saving-the-document-in-fb01/m-p/10518774#M1853880</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-08-18T13:30:32Z</dc:date>
    </item>
  </channel>
</rss>

