<?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: Badi or User-Exit for TCode-oawd in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-or-user-exit-for-tcode-oawd/m-p/2388199#M530836</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Follow the below steps to find out what all BADI's are called when you press any button in any transaction. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Goto se24 (Display class cl_exithandler) &lt;/P&gt;&lt;P&gt;2) Double click on the method GET_INSTANCE. &lt;/P&gt;&lt;P&gt;3) Put a break point at Line no.25 (CASE sy-subrc). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now &lt;/P&gt;&lt;P&gt;4) Execute SAP standard transaction &lt;/P&gt;&lt;P&gt;5) Press the required button for which you need to write an exit logic, the execution will stop at the break point. &lt;/P&gt;&lt;P&gt;6) Check the values of variable 'exit_name', it will give you the BADI name called at that time. &lt;/P&gt;&lt;P&gt;7) This way you will find all the BADIs called on click of any button in any transaction. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will solve your BADI finding problem in future as well !!&lt;/P&gt;&lt;P&gt;Mark if helpful&lt;/P&gt;&lt;P&gt;Regs, &lt;/P&gt;&lt;P&gt;Tushar Mundlik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Jun 2007 07:15:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-06T07:15:03Z</dc:date>
    <item>
      <title>Badi or User-Exit for TCode-oawd</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-or-user-exit-for-tcode-oawd/m-p/2388198#M530835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Please help me out with a BADI or EXIT for the Tcode - OAWD (Store Documents) .As per our requirement, while executing OAWD, after the step - work item created, we want to add a pop-up which will take us to tcode- SBWP.&lt;/P&gt;&lt;P&gt;Any help will be highly appreciated .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks/Regards&lt;/P&gt;&lt;P&gt;Priya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2007 07:07:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-or-user-exit-for-tcode-oawd/m-p/2388198#M530835</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-06T07:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: Badi or User-Exit for TCode-oawd</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-or-user-exit-for-tcode-oawd/m-p/2388199#M530836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Follow the below steps to find out what all BADI's are called when you press any button in any transaction. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Goto se24 (Display class cl_exithandler) &lt;/P&gt;&lt;P&gt;2) Double click on the method GET_INSTANCE. &lt;/P&gt;&lt;P&gt;3) Put a break point at Line no.25 (CASE sy-subrc). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now &lt;/P&gt;&lt;P&gt;4) Execute SAP standard transaction &lt;/P&gt;&lt;P&gt;5) Press the required button for which you need to write an exit logic, the execution will stop at the break point. &lt;/P&gt;&lt;P&gt;6) Check the values of variable 'exit_name', it will give you the BADI name called at that time. &lt;/P&gt;&lt;P&gt;7) This way you will find all the BADIs called on click of any button in any transaction. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will solve your BADI finding problem in future as well !!&lt;/P&gt;&lt;P&gt;Mark if helpful&lt;/P&gt;&lt;P&gt;Regs, &lt;/P&gt;&lt;P&gt;Tushar Mundlik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2007 07:15:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-or-user-exit-for-tcode-oawd/m-p/2388199#M530836</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-06T07:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: Badi or User-Exit for TCode-oawd</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-or-user-exit-for-tcode-oawd/m-p/2388200#M530837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BADIs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HRBAS00_GET_PROFL&lt;/P&gt;&lt;P&gt;HRBAS00_STRUAUTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nilesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2007 08:19:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-or-user-exit-for-tcode-oawd/m-p/2388200#M530837</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-06T08:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: Badi or User-Exit for TCode-oawd</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-or-user-exit-for-tcode-oawd/m-p/2388201#M530838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;      Try with the following BADI's &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OIRI_LIS_UPDATES&lt;/P&gt;&lt;P&gt;OIRC_LOGDOCDR_SCHDEF&lt;/P&gt;&lt;P&gt;OIRC_LOGDOC_SCHDEF&lt;/P&gt;&lt;P&gt;OIJ_SP_DOC&lt;/P&gt;&lt;P&gt;FM_UPDATE_DATE_CF&lt;/P&gt;&lt;P&gt;CFOLDERS_BI_DOCUMENT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2007 08:34:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-or-user-exit-for-tcode-oawd/m-p/2388201#M530838</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-06T08:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: Badi or User-Exit for TCode-oawd</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-or-user-exit-for-tcode-oawd/m-p/2388202#M530839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Required BADIs for tcode- OAWD are:&lt;/P&gt;&lt;P&gt; HRBAS00_GET_PROFL&lt;/P&gt;&lt;P&gt;HRBAS00_STRUAUTH&lt;/P&gt;&lt;P&gt;Thanks All, for the help provided. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Priya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2007 06:34:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-or-user-exit-for-tcode-oawd/m-p/2388202#M530839</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-11T06:34:16Z</dc:date>
    </item>
  </channel>
</rss>

