<?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: enhancements in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancements/m-p/2139280#M450421</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can u help me a bit wid the code like how to check for the sales order type or quote order type (ZNS or ZQT) and transaction va01 va02 va21 va22.&lt;/P&gt;&lt;P&gt;nd whther the headre billing plan numeber is selected or not and if the reference billing plan numebr and the billing rule is valid or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks a lot in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Apr 2007 05:16:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-12T05:16:21Z</dc:date>
    <item>
      <title>enhancements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancements/m-p/2139278#M450419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi i am new to abap !i am woking on enhancements !!!mu client has created two enhancement points but i dont relly understand wat is dat n how to go bat it can u help!&lt;/P&gt;&lt;P&gt;In Sap Program SAPLV60F there is and include RV60FUS1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2-       In this Include, I have create two includes into Enhancement Point:  in Client DS7-100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3-       YRV60FUS1_DETAILS_ENH_D234  to process validation on header&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4-       YRV60FUS1_HEADER_ENH_D234 to process validation on item lines&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5-       In each of these includes, implement your logic as per FD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6-       The implementation name is YRV60FUS1_ENH_D234&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;moreover i need to first check whether the sales order and qoute is of type ZNS  or zqt and i s the transaction va01,va02,va21,va22&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then some validations for header and line items separately!!&lt;/P&gt;&lt;P&gt;can u guys plss help me out of this!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2007 05:04:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhancements/m-p/2139278#M450419</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-12T05:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: enhancements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancements/m-p/2139279#M450420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Hi It seems you wants to write some exits for billing documents.&lt;/P&gt;&lt;P&gt;Since you are writing in the std program no need to create a project in CMOD  and no need to go for SMOD tcodes.&lt;/P&gt;&lt;P&gt;Go to that include straight away and search for the correct PERFORMS/FORMS where you can write your code to validate Header and Item validations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see the links for further info on Exits:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.erpgenie.com/sap/abap/code/abap26.htm" target="test_blank"&gt;http://www.erpgenie.com/sap/abap/code/abap26.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;which gives the list of exits for a tcode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/bf/ec079f5db911d295ae0000e82de14a/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/bf/ec079f5db911d295ae0000e82de14a/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For information on Exits, check these links&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm" target="test_blank"&gt;http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/abap/code/abap26.htm" target="test_blank"&gt;http://www.sapgenie.com/abap/code/abap26.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/what-is-user-exits.htm" target="test_blank"&gt;http://www.sap-img.com/abap/what-is-user-exits.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://wiki.ittoolbox.com/index.php/HOWTO:Implement_a_screen_exit_to_a_standard_SAP_transaction" target="test_blank"&gt;http://wiki.ittoolbox.com/index.php/HOWTO:Implement_a_screen_exit_to_a_standard_SAP_transaction&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.easymarketplace.de/userexit.php" target="test_blank"&gt;http://www.easymarketplace.de/userexit.php&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm" target="test_blank"&gt;http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sappoint.com/abap/userexit.pdfUser-Exit" target="test_blank"&gt;http://www.sappoint.com/abap/userexit.pdfUser-Exit&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.planetsap.com/userexit_main_page.htm" target="test_blank"&gt;http://www.planetsap.com/userexit_main_page.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;ANJI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2007 05:10:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhancements/m-p/2139279#M450420</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-12T05:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: enhancements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancements/m-p/2139280#M450421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can u help me a bit wid the code like how to check for the sales order type or quote order type (ZNS or ZQT) and transaction va01 va02 va21 va22.&lt;/P&gt;&lt;P&gt;nd whther the headre billing plan numeber is selected or not and if the reference billing plan numebr and the billing rule is valid or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks a lot in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2007 05:16:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhancements/m-p/2139280#M450421</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-12T05:16:21Z</dc:date>
    </item>
  </channel>
</rss>

