<?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: How to delete Attribute values within (SE24) Class using ABAP code in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-delete-attribute-values-within-se24-class-using-abap-code/m-p/735887#M34869</link>
    <description>&lt;P&gt;You can't manipulate protected or private attributes in object orientated programming. That's why they are protected or private. &lt;BR /&gt;&lt;BR /&gt;I don't know the class CL_GOS_MANAGER, but isn't it possible to craete another instance of this class before you call the START_SERVICE_DIRECT method again?&lt;/P&gt;</description>
    <pubDate>Thu, 30 Aug 2018 14:45:00 GMT</pubDate>
    <dc:creator>UweFetzer_se38</dc:creator>
    <dc:date>2018-08-30T14:45:00Z</dc:date>
    <item>
      <title>How to delete Attribute values within (SE24) Class using ABAP code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-delete-attribute-values-within-se24-class-using-abap-code/m-p/735886#M34868</link>
      <description>&lt;P&gt;Scenario: &lt;/P&gt;
  &lt;P&gt;I am using CL_GOS_MANAGER-&amp;gt;START_SERVICE_DIRECT in my program - to add a PDF file as a GOS attachment. Once this class is executed, I find values under GT_VIEWS (Standard Table - Protected Attribute). When this Class (CL_GOS_MANAGER-&amp;gt;START_SERVICE_DIRECT) is executed multiple times, this table GT_VIEWS is populated with multiple line items.&lt;/P&gt;
  &lt;P&gt;---&lt;/P&gt;
  &lt;P&gt;Requirement: I need to delete a particular line item within the GT_VIEWS table using a WHERE condition. Can anyone help me with the syntax/approach I need to follow?&lt;/P&gt;
  &lt;P&gt;---&lt;/P&gt;
  &lt;P&gt;I tried ...&lt;/P&gt;
  &lt;P&gt;DELETE cl_gos_manager-gt_views WHERE instid = gv_instid_a.&lt;/P&gt;
  &lt;P&gt;But this statement throws a syntax error.&lt;/P&gt;
  &lt;P&gt;Request your support. Thank you.&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Aug 2018 14:22:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-delete-attribute-values-within-se24-class-using-abap-code/m-p/735886#M34868</guid>
      <dc:creator>karthik_rajaspic</dc:creator>
      <dc:date>2018-08-30T14:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete Attribute values within (SE24) Class using ABAP code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-delete-attribute-values-within-se24-class-using-abap-code/m-p/735887#M34869</link>
      <description>&lt;P&gt;You can't manipulate protected or private attributes in object orientated programming. That's why they are protected or private. &lt;BR /&gt;&lt;BR /&gt;I don't know the class CL_GOS_MANAGER, but isn't it possible to craete another instance of this class before you call the START_SERVICE_DIRECT method again?&lt;/P&gt;</description>
      <pubDate>Thu, 30 Aug 2018 14:45:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-delete-attribute-values-within-se24-class-using-abap-code/m-p/735887#M34869</guid>
      <dc:creator>UweFetzer_se38</dc:creator>
      <dc:date>2018-08-30T14:45:00Z</dc:date>
    </item>
  </channel>
</rss>

