<?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: Activate ABAP objects programmatically in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/activate-abap-objects-programmatically/m-p/11463318#M1930017</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know what leads to &lt;SPAN style="color: #333333; font-size: 12px;"&gt;this requirement. All I know is that I've been asked to achieve this programmatically.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;So, I need to find a solution without thinking about the reason ...&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Jan 2016 16:10:56 GMT</pubDate>
    <dc:creator>former_member355261</dc:creator>
    <dc:date>2016-01-25T16:10:56Z</dc:date>
    <item>
      <title>Activate ABAP objects programmatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/activate-abap-objects-programmatically/m-p/11463315#M1930014</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;I'm working on a report allowing to find inactive objects of a transport request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using FM&amp;nbsp; TR_GET_OBJECTS_OF_REQ_AN_TASKS to get all objects of a given transport request, the I read the table DWINACTIV for each object to check whether it's in the table (inactive) or not (active).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Everything seems to be ok, except for programs (PROG). They are not in the table &lt;SPAN style="font-size: 13.3333px;"&gt;DWINACTIV (We can find REPS but not PROG !!) so they are not detected ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Please give me an answer on how to solve this issue.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thanks in advance. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2016 15:03:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/activate-abap-objects-programmatically/m-p/11463315#M1930014</guid>
      <dc:creator>former_member355261</dc:creator>
      <dc:date>2016-01-25T15:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: Activate ABAP objects programmatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/activate-abap-objects-programmatically/m-p/11463316#M1930015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any subobject &lt;SPAN&gt;(&lt;SPAN&gt;LIMU&lt;/SPAN&gt;) &lt;/SPAN&gt;of a (R3TR) PROG, FUGR, CLAS, etc can be inactive so type like REPS,&amp;nbsp; DYNP, TEXT, CUAD, CPUB, etc.&lt;/P&gt;&lt;P&gt;You have to look for the main object of those listed in &lt;SPAN style="font-size: 13.3333px;"&gt;DWINACTIV with a FM like TR_CHECK_TYPE (WI_E071 -&amp;gt; WE_TADIR).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;EM&gt;Hint: Remember the transport request may contain either some subobjects with or without the main object too (this one alone after a sort/comrpess) so implicitly every suibobject should be checked.&lt;/EM&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Raymond&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2016 15:37:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/activate-abap-objects-programmatically/m-p/11463316#M1930015</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2016-01-25T15:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: Activate ABAP objects programmatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/activate-abap-objects-programmatically/m-p/11463317#M1930016</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;In se10 you can select a transport and then go to Request/Task--&amp;gt;Complete check--&amp;gt;display inactive objects to see them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why do you need this programmatically? In my opinion it is either the task of the transport coordinator or the creator to ensure that transports are correct for importing to quality.&lt;/P&gt;&lt;P&gt;Or to put it in other words, what is going wrong which lead to this requirement, maybe it can be solved with authorizations, or training.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards, Rob Dielemans&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2016 16:06:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/activate-abap-objects-programmatically/m-p/11463317#M1930016</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-25T16:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: Activate ABAP objects programmatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/activate-abap-objects-programmatically/m-p/11463318#M1930017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know what leads to &lt;SPAN style="color: #333333; font-size: 12px;"&gt;this requirement. All I know is that I've been asked to achieve this programmatically.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;So, I need to find a solution without thinking about the reason ...&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2016 16:10:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/activate-abap-objects-programmatically/m-p/11463318#M1930017</guid>
      <dc:creator>former_member355261</dc:creator>
      <dc:date>2016-01-25T16:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: Activate ABAP objects programmatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/activate-abap-objects-programmatically/m-p/11463319#M1930018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the DWINACTIV table, I can see main objects (R3TR) like tables, ... and not only subobjects !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If a subobject is inactive, does it mean its main object is inactive too ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2016 16:15:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/activate-abap-objects-programmatically/m-p/11463319#M1930018</guid>
      <dc:creator>former_member355261</dc:creator>
      <dc:date>2016-01-25T16:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: Activate ABAP objects programmatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/activate-abap-objects-programmatically/m-p/11463320#M1930019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes consider the main object inactive as soon as at least one subobject is, but you won't find the main object in the table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jan 2016 06:45:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/activate-abap-objects-programmatically/m-p/11463320#M1930019</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2016-01-26T06:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: Activate ABAP objects programmatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/activate-abap-objects-programmatically/m-p/11463321#M1930020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You do have another option. Push back to the person who gave you the requirement and tell him or her that very experienced and expert ABAPpers in SCN are questioning the need and strongly suggesting that their might be a better solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In fact, if you were working for me, I'd say it's your duty to push back. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jan 2016 09:00:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/activate-abap-objects-programmatically/m-p/11463321#M1930020</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2016-01-26T09:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: Activate ABAP objects programmatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/activate-abap-objects-programmatically/m-p/11463322#M1930021</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;I don't know if you're a consultant or an in-house developer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One of the hardest skills to achieve as a consultant is being able to succesfully sell 'No!' to a customer. It is also one of the skills that makes a difference and where you can really see the added value of hiring a consultant/external party.&lt;/P&gt;&lt;P&gt;You can only get better in it by understanding the business requirements and the underlying needs and also challenging them when they seem counterproductive.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards, Rob Dielemans&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jan 2016 09:09:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/activate-abap-objects-programmatically/m-p/11463322#M1930021</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-26T09:09:45Z</dc:date>
    </item>
  </channel>
</rss>

