<?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: Method CHECK_BEFORE_ADD_OBJECTS fo BADi CTS_REQUEST_CHECK in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/method-check-before-add-objects-fo-badi-cts-request-check/m-p/4346824#M1035206</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;In ECC 5 this is what the documentation says.

You can use the following methods:

    * CHECK_BEFORE_CREATION

This method is called before a request is created and after the creation dialog box. It gives you the option to:

          o make your own checks

          o change the short text and attributes.

    * CHECK_BEFORE_RELEASE

This method is called before a request is released. It gives you the option to:

          o make your own checks (for example, on the objects in the request)

          o change the short text and attributes.

    * CHECK_BEFORE_CHANGING_OWNER

This method is called before the owner of the request is changed, and after the confirmation dialog box. It gives you the option to make checks.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are on a higher or lower version of SAP. please read the documentation of the BADI via SE18.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amandeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Aug 2008 19:09:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-26T19:09:48Z</dc:date>
    <item>
      <title>Method CHECK_BEFORE_ADD_OBJECTS fo BADi CTS_REQUEST_CHECK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/method-check-before-add-objects-fo-badi-cts-request-check/m-p/4346823#M1035205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts, &lt;/P&gt;&lt;P&gt;When the method CHECK_BEFORE_ADD_OBJECTS  of BADi CTS_REQUEST_CHECK is triggered?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I implemented it (just put a balnk if..endif condition) and put a break point in it, I created a new transport request by changing a object it was not triggered and again&lt;/P&gt;&lt;P&gt;I changed some other object and included that object in the same transport request then also it was not triggered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Yogesh Gupta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2008 18:56:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/method-check-before-add-objects-fo-badi-cts-request-check/m-p/4346823#M1035205</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-26T18:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: Method CHECK_BEFORE_ADD_OBJECTS fo BADi CTS_REQUEST_CHECK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/method-check-before-add-objects-fo-badi-cts-request-check/m-p/4346824#M1035206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;In ECC 5 this is what the documentation says.

You can use the following methods:

    * CHECK_BEFORE_CREATION

This method is called before a request is created and after the creation dialog box. It gives you the option to:

          o make your own checks

          o change the short text and attributes.

    * CHECK_BEFORE_RELEASE

This method is called before a request is released. It gives you the option to:

          o make your own checks (for example, on the objects in the request)

          o change the short text and attributes.

    * CHECK_BEFORE_CHANGING_OWNER

This method is called before the owner of the request is changed, and after the confirmation dialog box. It gives you the option to make checks.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are on a higher or lower version of SAP. please read the documentation of the BADI via SE18.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amandeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2008 19:09:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/method-check-before-add-objects-fo-badi-cts-request-check/m-p/4346824#M1035206</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-26T19:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: Method CHECK_BEFORE_ADD_OBJECTS fo BADi CTS_REQUEST_CHECK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/method-check-before-add-objects-fo-badi-cts-request-check/m-p/4346825#M1035207</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;Or Do this thing, check whether this BADI is at all hit when you run the transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to SE24 -&amp;gt; Provide class name as CL_EXITHANDLER&lt;/P&gt;&lt;P&gt;Go to GET_INSTANCE method, put a break point on   &lt;/P&gt;&lt;P&gt;CALL METHOD cl_exithandler=&amp;gt;get_class_name_by_interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Run your transaction  now, and check for all the exit names using the field exit_name.&lt;/P&gt;&lt;P&gt;(Use F8 to come to the breakpoint every next time)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you get your BADI name in thre, then your should be called in else you are using a wrong BADI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kartavya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2008 19:28:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/method-check-before-add-objects-fo-badi-cts-request-check/m-p/4346825#M1035207</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-26T19:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: Method CHECK_BEFORE_ADD_OBJECTS fo BADi CTS_REQUEST_CHECK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/method-check-before-add-objects-fo-badi-cts-request-check/m-p/4346826#M1035208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;answered&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2008 23:30:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/method-check-before-add-objects-fo-badi-cts-request-check/m-p/4346826#M1035208</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-17T23:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: Method CHECK_BEFORE_ADD_OBJECTS fo BADi CTS_REQUEST_CHECK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/method-check-before-add-objects-fo-badi-cts-request-check/m-p/4346827#M1035209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yogesh I am also trying to use this method to do some checks when someone is trying to add an object to an existent transport request or when someone is creating a ñew task for an object who is already in an open transport request, but in either of this cases the method is triggered&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know why is this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mariano,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Nov 2010 19:33:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/method-check-before-add-objects-fo-badi-cts-request-check/m-p/4346827#M1035209</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-30T19:33:25Z</dc:date>
    </item>
  </channel>
</rss>

