<?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: validation for pr creation on pr document type in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/validation-for-pr-creation-on-pr-document-type/m-p/6437846#M1411868</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This can be done by enhancing the standard SAP transaction.&lt;/P&gt;&lt;P&gt;There exist a lot of enhancement technolgies.&lt;/P&gt;&lt;P&gt;The most common used once are :&lt;/P&gt;&lt;P&gt; - User exits (easy to program)&lt;/P&gt;&lt;P&gt; - BADIs (easy to program)&lt;/P&gt;&lt;P&gt; - Enhancement Framework (complex)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To enhance a transaction like ME51N a user exit or BADI will do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Search on the internnet first how to implement user exits and BADIs and check with your functional analysts which BADI or user exit to use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example for ME51N can be the user exit MEREQ001.&lt;/P&gt;&lt;P&gt;Check enhancement MEREQ001 with transaction SMOD, check the different components to see which once you can use, again discuss this with your functional people to see when this exit is called in tcode ME51.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Implementation of user exits can be done via CMOD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Success.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 22 Nov 2009 17:02:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-11-22T17:02:27Z</dc:date>
    <item>
      <title>validation for pr creation on pr document type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validation-for-pr-creation-on-pr-document-type/m-p/6437845#M1411867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in me51n transaction i want to provide a check between values entered in the fields pr document type (BSART) and materialgroup(Matkl) entered in the PR at the time of PR creation, along with the corresponding values for these 2 fields,maintained in a Z_table.Relatively new to abap,plz reply asap&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Nov 2009 14:35:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validation-for-pr-creation-on-pr-document-type/m-p/6437845#M1411867</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-22T14:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: validation for pr creation on pr document type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validation-for-pr-creation-on-pr-document-type/m-p/6437846#M1411868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This can be done by enhancing the standard SAP transaction.&lt;/P&gt;&lt;P&gt;There exist a lot of enhancement technolgies.&lt;/P&gt;&lt;P&gt;The most common used once are :&lt;/P&gt;&lt;P&gt; - User exits (easy to program)&lt;/P&gt;&lt;P&gt; - BADIs (easy to program)&lt;/P&gt;&lt;P&gt; - Enhancement Framework (complex)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To enhance a transaction like ME51N a user exit or BADI will do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Search on the internnet first how to implement user exits and BADIs and check with your functional analysts which BADI or user exit to use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example for ME51N can be the user exit MEREQ001.&lt;/P&gt;&lt;P&gt;Check enhancement MEREQ001 with transaction SMOD, check the different components to see which once you can use, again discuss this with your functional people to see when this exit is called in tcode ME51.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Implementation of user exits can be done via CMOD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Success.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Nov 2009 17:02:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validation-for-pr-creation-on-pr-document-type/m-p/6437846#M1411868</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-22T17:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: validation for pr creation on pr document type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validation-for-pr-creation-on-pr-document-type/m-p/6437847#M1411869</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 check if the badi ME_REQ_POSTED suits your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2009 05:01:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validation-for-pr-creation-on-pr-document-type/m-p/6437847#M1411869</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-23T05:01:05Z</dc:date>
    </item>
  </channel>
</rss>

