<?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: Any luck implementing CTS_REQUEST_CHECK? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-luck-implementing-cts-request-check/m-p/8081871#M1614570</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am successfully using an implementation of method CHECK_BEFORE_RELEASE of this BADI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume for your purpose you would require the CHECK_BEFORE_ADD_OBJECTS method. A quick check of the where-used lists did not show any relevant callup points for this method, so maybe there is a gap in the SAP standard. You might want to search for SAP notes or even open a message with them. Please let us know what you found out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. a search for "CHECK_BEFORE_ADD_OBJECTS" returns some previous discussions, e.g. &lt;SPAN __jive_macro_name="thread" id="1004411"&gt;&lt;/SPAN&gt; featuring yours truly...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Aug 2011 12:02:34 GMT</pubDate>
    <dc:creator>ThomasZloch</dc:creator>
    <dc:date>2011-08-03T12:02:34Z</dc:date>
    <item>
      <title>Any luck implementing CTS_REQUEST_CHECK?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-luck-implementing-cts-request-check/m-p/8081869#M1614568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to implement the BAdI CTS_REQUEST_CHECK in a sandbox system. I have initally implemented all methods just with a BREAK-POINT to see when the methods are called. The implementation is active, but it doesn't seem like the methods are called? Have any of you had any luck trying to implement this BAdI? My goal is to check whenever someone modifies attributes of a shared constant class that this modification ends up in a separate transport request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Anders&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2011 09:09:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-luck-implementing-cts-request-check/m-p/8081869#M1614568</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-03T09:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: Any luck implementing CTS_REQUEST_CHECK?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-luck-implementing-cts-request-check/m-p/8081870#M1614569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you read the documentation of badi in SE18 ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
You can use the business add-in CTS_REQUEST_CHECK to make checks when you are 
editing requests.

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:

make your own checkschange the short text and attributes.
CHECK_BEFORE_RELEASE
This method is called before a request is released. It gives you the option to:

make your own checks (for example, on the objects in the request)
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.

Further notes

1. SAP may change request types and task types in future releases. The current request types and
 task types are listed in the fixed values of the domain TRFUNCTION.
2. The method CHECK_BEFORE_CREATION is called for all request types, but not for task types. 
The two other methods are called for all request and task types.
3. Only Customizing requests and Workbench requests can have attributes. This means that you 
do not need to fill the attribute table for other request types, it is simply ignored.
4. If you want to stop one of the methods, you can trigger the exception CANCEL.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2011 09:26:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-luck-implementing-cts-request-check/m-p/8081870#M1614569</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2011-08-03T09:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: Any luck implementing CTS_REQUEST_CHECK?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-luck-implementing-cts-request-check/m-p/8081871#M1614570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am successfully using an implementation of method CHECK_BEFORE_RELEASE of this BADI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume for your purpose you would require the CHECK_BEFORE_ADD_OBJECTS method. A quick check of the where-used lists did not show any relevant callup points for this method, so maybe there is a gap in the SAP standard. You might want to search for SAP notes or even open a message with them. Please let us know what you found out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. a search for "CHECK_BEFORE_ADD_OBJECTS" returns some previous discussions, e.g. &lt;SPAN __jive_macro_name="thread" id="1004411"&gt;&lt;/SPAN&gt; featuring yours truly...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2011 12:02:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-luck-implementing-cts-request-check/m-p/8081871#M1614570</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2011-08-03T12:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: Any luck implementing CTS_REQUEST_CHECK?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-luck-implementing-cts-request-check/m-p/8081872#M1614571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anders,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what transation do you use where you expect which BAdI method to get triggered?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And do not forget to sctivate the BAdI in BAdI Builder, eventually deactivate and reactivate.&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;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2011 12:29:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-luck-implementing-cts-request-check/m-p/8081872#M1614571</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2011-08-03T12:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: Any luck implementing CTS_REQUEST_CHECK?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-luck-implementing-cts-request-check/m-p/8081873#M1614572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I did read the documentation. My problem is that one of the methods CHECK_BEFORE_ADD_OBJECTS does not seem to work as advertised.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;./Anders&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2011 11:37:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-luck-implementing-cts-request-check/m-p/8081873#M1614572</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-04T11:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: Any luck implementing CTS_REQUEST_CHECK?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-luck-implementing-cts-request-check/m-p/8081874#M1614573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have raised a support message with SAP to understand what the current situation is. I think CHECK_BEFORE_ADD_OBJECTS is exactly the method I need. CHECK_BEFORE_RELEASE might be used as some sort of workaround, but the idea is to catch the potential problem before it becomes a problem and to avoid manual manipulation of the transport requests later.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;./Anders&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2011 11:42:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-luck-implementing-cts-request-check/m-p/8081874#M1614573</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-04T11:42:27Z</dc:date>
    </item>
    <item>
      <title>Re: Any luck implementing CTS_REQUEST_CHECK?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-luck-implementing-cts-request-check/m-p/8081875#M1614574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The reply from SAP support to my customer message was that unfortunately this method was not available for customer use yet, so we will have to think of another solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Anders&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Aug 2011 13:32:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-luck-implementing-cts-request-check/m-p/8081875#M1614574</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-08T13:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: Any luck implementing CTS_REQUEST_CHECK?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-luck-implementing-cts-request-check/m-p/8081876#M1614575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for following up.&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Aug 2011 14:07:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-luck-implementing-cts-request-check/m-p/8081876#M1614575</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2011-08-08T14:07:13Z</dc:date>
    </item>
  </channel>
</rss>

