<?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: Table Relation : User Exit/BADI and Programs in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-relation-user-exit-badi-and-programs/m-p/9813403#M1781638</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alex,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to find BADIs or exits follow following sequence.&lt;/P&gt;&lt;P&gt;STEPS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #333333; background: white;"&gt;1) Goto se24 (Display class cl_exithandler)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; background: white; font-size: 10.0pt; background-color: #ffffff; font-family: 'Arial','sans-serif';"&gt;2) Double click on the method GET_INSTANCE.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; background: white; font-size: 10.0pt; background-color: #ffffff; font-family: 'Arial','sans-serif';"&gt;3) Put a break point at line "CALL METHOD cl_exithandler=&amp;gt;get_class_name_by_interfac&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;4) Execute SAP standard transaction&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;5) now&amp;nbsp; the debugger will on and &lt;SPAN style="font-family: Arial, sans-serif;"&gt;Check the values of variable 'exit_name'&lt;/SPAN&gt; by &lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 10pt; font-family: Arial, sans-serif;"&gt;pressing F6 OR F7.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: #333333; font-size: 10pt; font-family: Arial, sans-serif;"&gt;6.)You will get a list of badis&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: #333333; font-size: 10pt; font-family: Arial, sans-serif;"&gt;7.)to know which badi suits your requirement from the list of BADIs found go to each BADI implementation and keep break point in each BADI and execute your transaction .&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: #333333; font-size: 10pt; font-family: Arial, sans-serif;"&gt;for example there are 3 screens in your tcode for which you want to know badi for 2nd screen&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: #333333; font-size: 10pt; font-family: Arial, sans-serif;"&gt;then when second screen arrived in your tcode .now automatically debugger ill on and it ill take you to appropriate BADI which is releated to that screen as we already kept breakpoint in that BADI.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: #333333; font-size: 10pt; font-family: Arial, sans-serif;"&gt;Hope it helps you,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: #333333; font-size: 10pt; font-family: Arial, sans-serif;"&gt;Siva&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; background: white; font-size: 10.0pt; background-color: #ffffff; font-family: 'Arial','sans-serif';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 12 Oct 2013 05:20:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-10-12T05:20:27Z</dc:date>
    <item>
      <title>Table Relation : User Exit/BADI and Programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-relation-user-exit-badi-and-programs/m-p/9813400#M1781635</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;Is there any standard table that can give the names of Userexits and BADI s implemented in a particular program. I found two table ENHINCINX and ENHOBJ in which the details of enhancement spot, implementations and Programs. But i couldn't find a way to get relation between BADI / Exits and Programs. It would be helpful if you share your knowlege in the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Oct 2013 10:56:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-relation-user-exit-badi-and-programs/m-p/9813400#M1781635</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-11T10:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: Table Relation : User Exit/BADI and Programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-relation-user-exit-badi-and-programs/m-p/9813401#M1781636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alex,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is Standard Transaction that helps u find the BAdI and Exits for Particular Transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is 'SMOD' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There U can Give Your Standard Program for Example For 'XD02' the program name is SAPMF02D.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now Follow these Steps Enter 'SMOD' Trasaction in Command Filed.&lt;/P&gt;&lt;P&gt;Press display here You Will Get USer exits names or Customer Exits names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/296810" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These are the Tables having the BADI Names and their Desription.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SXS_ATTR-&amp;gt;Exit: Definition side: Attributes for an enhancement&lt;/P&gt;&lt;P&gt;SXS_ATTRT-&amp;gt;Exit: Definition side: Attributes, Text table&lt;/P&gt;&lt;P&gt;SXS_FCODE-&amp;gt;Exit: Definition side: Component function codes&lt;/P&gt;&lt;P&gt;SXS_FCODET-&amp;gt;Exit, definition side: component function codes, text table&lt;/P&gt;&lt;P&gt;SXS_INTER-&amp;gt;Exit: Definition side: Interfaces.&lt;/P&gt;&lt;P&gt; SXS_MLCO-&amp;gt;Exit: Definition side: Interfaces&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hiriz..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Oct 2013 17:10:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-relation-user-exit-badi-and-programs/m-p/9813401#M1781636</guid>
      <dc:creator>hiriyappa_myageri</dc:creator>
      <dc:date>2013-10-11T17:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: Table Relation : User Exit/BADI and Programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-relation-user-exit-badi-and-programs/m-p/9813402#M1781637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear for enhancement we have two standard Tcode.&lt;/P&gt;&lt;P&gt;SMOD and CMOD.&lt;/P&gt;&lt;P&gt;SMOD : this is used when you want to search some Enhancement for a Screen.&lt;/P&gt;&lt;P&gt;CMOD: THis is used when you want to make create some enhancement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So for you SMOD is useful. Try to open that and explore it. &lt;/P&gt;&lt;P&gt;You can find more help on Google by Searching " SMOD in ABAP SAP "&amp;nbsp; . We can provide you exact details also. but if we do that then for next enhancement you will&amp;nbsp; start a new thread, so try to explore more in the SMOD so next time you can give reply to someone. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Oct 2013 17:41:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-relation-user-exit-badi-and-programs/m-p/9813402#M1781637</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-11T17:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: Table Relation : User Exit/BADI and Programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-relation-user-exit-badi-and-programs/m-p/9813403#M1781638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alex,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to find BADIs or exits follow following sequence.&lt;/P&gt;&lt;P&gt;STEPS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #333333; background: white;"&gt;1) Goto se24 (Display class cl_exithandler)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; background: white; font-size: 10.0pt; background-color: #ffffff; font-family: 'Arial','sans-serif';"&gt;2) Double click on the method GET_INSTANCE.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; background: white; font-size: 10.0pt; background-color: #ffffff; font-family: 'Arial','sans-serif';"&gt;3) Put a break point at line "CALL METHOD cl_exithandler=&amp;gt;get_class_name_by_interfac&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;4) Execute SAP standard transaction&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;5) now&amp;nbsp; the debugger will on and &lt;SPAN style="font-family: Arial, sans-serif;"&gt;Check the values of variable 'exit_name'&lt;/SPAN&gt; by &lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 10pt; font-family: Arial, sans-serif;"&gt;pressing F6 OR F7.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: #333333; font-size: 10pt; font-family: Arial, sans-serif;"&gt;6.)You will get a list of badis&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: #333333; font-size: 10pt; font-family: Arial, sans-serif;"&gt;7.)to know which badi suits your requirement from the list of BADIs found go to each BADI implementation and keep break point in each BADI and execute your transaction .&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: #333333; font-size: 10pt; font-family: Arial, sans-serif;"&gt;for example there are 3 screens in your tcode for which you want to know badi for 2nd screen&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: #333333; font-size: 10pt; font-family: Arial, sans-serif;"&gt;then when second screen arrived in your tcode .now automatically debugger ill on and it ill take you to appropriate BADI which is releated to that screen as we already kept breakpoint in that BADI.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: #333333; font-size: 10pt; font-family: Arial, sans-serif;"&gt;Hope it helps you,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: #333333; font-size: 10pt; font-family: Arial, sans-serif;"&gt;Siva&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; background: white; font-size: 10.0pt; background-color: #ffffff; font-family: 'Arial','sans-serif';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Oct 2013 05:20:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-relation-user-exit-badi-and-programs/m-p/9813403#M1781638</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-12T05:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: Table Relation : User Exit/BADI and Programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-relation-user-exit-badi-and-programs/m-p/9813404#M1781639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alex,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically we have 3 ways to search for a Exit.&lt;/P&gt;&lt;P&gt;Using Call Customer Function.&lt;/P&gt;&lt;P&gt;Using SMOD and CMOD .&lt;/P&gt;&lt;P&gt;Using SE84, SE24. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And after Finding the exact exit and you can know the table names using where-used list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="text-decoration: underline;"&gt;Steps using SE24 :-&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #333333; background: white;"&gt;*&amp;nbsp; Goto SE24&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #333333; background: white;"&gt;* Display class cl_exithandler&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; background: white; font-size: 10.0pt; background-color: #ffffff; font-family: 'Arial','sans-serif';"&gt;* Double click on the method GET_INSTANCE.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; background: white; font-size: 10.0pt; background-color: #ffffff; font-family: 'Arial','sans-serif';"&gt;* Put a break point at line "CALL METHOD cl_exithandler=&amp;gt;get_class_name_by_interfac&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;* Execute any Transaction you want to enhance&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;* Now&amp;nbsp; the debugger will on and &lt;SPAN style="font-family: Arial, sans-serif;"&gt;Check the values of variable 'exit_name'&lt;/SPAN&gt; by &lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 10pt; font-family: Arial, sans-serif;"&gt;pressing F6 OR F7.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: #333333; font-size: 10pt; font-family: Arial, sans-serif;"&gt;* You will get a list of badis&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: #333333; font-size: 10pt; font-family: Arial, sans-serif;"&gt;* To know which badi suits your requirement from the list of BADIs found , Go to each BADI implementation and keep break point in each BADI and execute your transaction .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Uday.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Oct 2013 09:02:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-relation-user-exit-badi-and-programs/m-p/9813404#M1781639</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-12T09:02:14Z</dc:date>
    </item>
  </channel>
</rss>

