<?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: adding fields to MM41 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields-to-mm41/m-p/5243226#M1211463</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;follow the steps...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For User Exit's&lt;/P&gt;&lt;P&gt;goto to tcode-&amp;gt;status-&amp;gt;program name-&amp;gt;double click on that,&lt;/P&gt;&lt;P&gt;then goto to-&amp;gt; attribute take the package name and &lt;/P&gt;&lt;P&gt;Goto SMOD tcode -&amp;gt;Utilities-&amp;gt;give the package name and F8&lt;/P&gt;&lt;P&gt;then a list of exits will display for that tcode as well as that package.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can check the table MODSAP&lt;/P&gt;&lt;P&gt;u can check the table MODACT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For BADI's,&lt;/P&gt;&lt;P&gt;1)goto to tcode SE24 give the CL_EXITHANDLER and display and then double click on the GET_INSTANCE &lt;/P&gt;&lt;P&gt;keep Break point at this location 'call method cl_exithandler=&amp;gt;get_class_name_by_interface'&lt;/P&gt;&lt;P&gt;then the tcode it will trigger there and we can debugg there we can find badi'for that tcode and then remove the break point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)Goto to tcode-&amp;gt;status-&amp;gt;program name-&amp;gt;double click on that program will display's&lt;/P&gt;&lt;P&gt;then  press crtl+F then cl_exithandler..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank u,&lt;/P&gt;&lt;P&gt;santhosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Feb 2009 10:01:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-23T10:01:40Z</dc:date>
    <item>
      <title>adding fields to MM41</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields-to-mm41/m-p/5243224#M1211461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai all,&lt;/P&gt;&lt;P&gt;          I need to add fields for the standard transaction MM41(Article Master),i failed to find out any screen exit for that too.How i can make it??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks In Advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2009 09:44:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields-to-mm41/m-p/5243224#M1211461</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-23T09:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: adding fields to MM41</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields-to-mm41/m-p/5243225#M1211462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you  try finding Badi, i remember we have done screen exit in MM41 transaction. Unfortunately in my current system which is utilities not allowing me to get into MM41. Find Badi - SE80 - Class - Cl_exithandler -&amp;gt; get_instance. Put breakpoint and find all the badi which is useful for your requirement&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2009 09:54:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields-to-mm41/m-p/5243225#M1211462</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-23T09:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: adding fields to MM41</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields-to-mm41/m-p/5243226#M1211463</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;follow the steps...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For User Exit's&lt;/P&gt;&lt;P&gt;goto to tcode-&amp;gt;status-&amp;gt;program name-&amp;gt;double click on that,&lt;/P&gt;&lt;P&gt;then goto to-&amp;gt; attribute take the package name and &lt;/P&gt;&lt;P&gt;Goto SMOD tcode -&amp;gt;Utilities-&amp;gt;give the package name and F8&lt;/P&gt;&lt;P&gt;then a list of exits will display for that tcode as well as that package.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can check the table MODSAP&lt;/P&gt;&lt;P&gt;u can check the table MODACT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For BADI's,&lt;/P&gt;&lt;P&gt;1)goto to tcode SE24 give the CL_EXITHANDLER and display and then double click on the GET_INSTANCE &lt;/P&gt;&lt;P&gt;keep Break point at this location 'call method cl_exithandler=&amp;gt;get_class_name_by_interface'&lt;/P&gt;&lt;P&gt;then the tcode it will trigger there and we can debugg there we can find badi'for that tcode and then remove the break point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)Goto to tcode-&amp;gt;status-&amp;gt;program name-&amp;gt;double click on that program will display's&lt;/P&gt;&lt;P&gt;then  press crtl+F then cl_exithandler..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank u,&lt;/P&gt;&lt;P&gt;santhosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2009 10:01:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields-to-mm41/m-p/5243226#M1211463</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-23T10:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: adding fields to MM41</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields-to-mm41/m-p/5243227#M1211464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi phanindra and santosh,&lt;/P&gt;&lt;P&gt;         Thanks a lot for replying..&lt;/P&gt;&lt;P&gt;      This is the badi for mm41 -  BADI_SCREEN_LOGIC_RT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These are the methods in that BADI,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REDUCE_SCREEN_SELECTION &lt;/P&gt;&lt;P&gt;CHANGE_SCREEN_SEQUENCE&lt;/P&gt;&lt;P&gt;AREA_OF_VALIDITY_DIRECT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but my issue is still Pending,will you tell me is there any other way??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: sri on Feb 23, 2009 11:19 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: sri on Feb 23, 2009 11:20 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2009 10:19:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields-to-mm41/m-p/5243227#M1211464</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-23T10:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: adding fields to MM41</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields-to-mm41/m-p/5243228#M1211465</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;&lt;/P&gt;&lt;P&gt;try this aslo..........................&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Start transaction ST05 (Performance Analysis).&lt;/P&gt;&lt;P&gt;Set flag field "Buffer trace" &lt;/P&gt;&lt;P&gt;Remark: We need to trace also the buffer calls, because BADI database tables are buffered. (Especially view V_EXT_IMP and V_EXT_ACT)&lt;/P&gt;&lt;P&gt;Push the button "Activate Trace". Start transaction VA02 in a new GUI session. Go back to the Performance trace session. &lt;/P&gt;&lt;P&gt;Push the button "Deactivate Trace".&lt;/P&gt;&lt;P&gt;Push the button "Display Trace".&lt;/P&gt;&lt;P&gt;The popup screen "Set Restrictions for Displaying Trace" appears.&lt;/P&gt;&lt;P&gt;Now, filter the trace on Objects: &lt;/P&gt;&lt;P&gt;V_EXT_IMP and V_EXT_ACT&lt;/P&gt;&lt;P&gt;Push button "Multiple selections" button behind field Objects &lt;/P&gt;&lt;P&gt;Fill: V_EXT_IMP and V_EXT_ACT &lt;/P&gt;&lt;P&gt;All the interface class names of view V_EXT_IMP start with IF_EX_. This is the standard SAP prefix for BADI class interfaces. The BADI name is after the IF_EX_.&lt;/P&gt;&lt;P&gt;So the BADI name of IF_EX_CUSTOMER_ADD_DATA is CUSTOMER_ADD_DATA&lt;/P&gt;&lt;P&gt;Go to u201CMaintain Transactionu201D (TCODE- SE93).&lt;/P&gt;&lt;P&gt;Enter the Transaction VD02 for which you want to find BADI.&lt;/P&gt;&lt;P&gt;Click on the Display push buttons.&lt;/P&gt;&lt;P&gt;Get the Package Name. (Package VS in this case)&lt;/P&gt;&lt;P&gt;Go to TCode: SE84-&amp;gt;Enhancements-&amp;gt;Business Add-inns-&amp;gt;Definition&lt;/P&gt;&lt;P&gt;Enter the Package Name and Execute.&lt;/P&gt;&lt;P&gt;Here you get a list of all the Enhancement BADIu2019s for the given package MB.&lt;/P&gt;&lt;P&gt;1 SXS_ATTRT - BAdi Definition list&lt;/P&gt;&lt;P&gt;2 V_EXT_ACT - Active implementations of an exit&lt;/P&gt;&lt;P&gt;3 V_EXT_ IMP - Implementation class for an interface+filter&lt;/P&gt;&lt;P&gt;4 V_EXT_M - BAdiu2019s with filters&lt;/P&gt;&lt;P&gt; Transaction related to BAdiu2019s&lt;/P&gt;&lt;P&gt;1SE18 - Business Add-in builder&lt;/P&gt;&lt;P&gt;2 SE19 u2013 Implementation of Badi&lt;/P&gt;&lt;P&gt;3 SE24 u2013 Class/Interface Builder&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank u,&lt;/P&gt;&lt;P&gt;santhosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2009 10:53:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields-to-mm41/m-p/5243228#M1211465</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-23T10:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: adding fields to MM41</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields-to-mm41/m-p/5243229#M1211466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;closed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Aug 2010 09:55:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields-to-mm41/m-p/5243229#M1211466</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-10T09:55:59Z</dc:date>
    </item>
  </channel>
</rss>

