<?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 Accessing CLASS  private attribute in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-class-private-attribute/m-p/11145398#M1906490</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Friends ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have requirement of creating notes for the invoice and show them Collection Work List.&lt;/P&gt;&lt;P&gt;for that I am using method FDM_RSM_Create.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a object refereeing to the standard class CL_FDM_RSM and calling method FDM_RSM_CREATE.&lt;/P&gt;&lt;P&gt;But in side method FDM_RSM_CREATE it is using private attribute RSM_GUID_AREA to find the guid using me-&amp;gt;RSM_GUID_AREA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when I execute my custom program in debug mode to check , I got that&amp;nbsp; this value is not coming .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please help me how to resolve this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards.&lt;/P&gt;&lt;P&gt;Pgk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jul 2015 08:54:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-07-15T08:54:32Z</dc:date>
    <item>
      <title>Accessing CLASS  private attribute</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-class-private-attribute/m-p/11145398#M1906490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Friends ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have requirement of creating notes for the invoice and show them Collection Work List.&lt;/P&gt;&lt;P&gt;for that I am using method FDM_RSM_Create.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a object refereeing to the standard class CL_FDM_RSM and calling method FDM_RSM_CREATE.&lt;/P&gt;&lt;P&gt;But in side method FDM_RSM_CREATE it is using private attribute RSM_GUID_AREA to find the guid using me-&amp;gt;RSM_GUID_AREA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when I execute my custom program in debug mode to check , I got that&amp;nbsp; this value is not coming .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please help me how to resolve this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards.&lt;/P&gt;&lt;P&gt;Pgk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 08:54:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-class-private-attribute/m-p/11145398#M1906490</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-15T08:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing CLASS  private attribute</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-class-private-attribute/m-p/11145399#M1906491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to call method &lt;SPAN style="font-family: 'courier new', courier;"&gt;FDM_RSM_CREATE_INIT&lt;/SPAN&gt; before &lt;SPAN style="color: #333333; font-size: 12px;"&gt; &lt;SPAN style="font-family: 'courier new', courier;"&gt;FDM_RSM_CREATE&lt;/SPAN&gt;. This method initiates the &lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;RSM_GUID_AREA &lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;attribute&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 10:00:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-class-private-attribute/m-p/11145399#M1906491</guid>
      <dc:creator>former_member205488</dc:creator>
      <dc:date>2015-07-15T10:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing CLASS  private attribute</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-class-private-attribute/m-p/11145400#M1906492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you that really Helped me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to create Notes now but that I cant see in Colective work list ( in T-code - UDM_SUPERVISOR) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I debug notes creation through T-code UDM_SUPERVISOR we can see Notes in the above T-code when method FDM_RSM_COMMIT executes successfully. In my program this method also this method&amp;nbsp; executing successfully and getting message RSM Created but note getting in the Tcode Notes Tab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 06:53:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-class-private-attribute/m-p/11145400#M1906492</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-16T06:53:07Z</dc:date>
    </item>
  </channel>
</rss>

