<?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: CMD executions in table class interface via ABAP in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/cmd-executions-in-table-class-interface-via-abap/m-p/6667651#M1447273</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been working with a brilliant ABAP'er, and together we&lt;/P&gt;&lt;P&gt;implemented a solution in the START method, that makes use of the&lt;/P&gt;&lt;P&gt;following methods and expands all the hierarchy nodes at start.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And this class can be omitted in the Print all view we have formulated&lt;/P&gt;&lt;P&gt;as only a collapsed view has been specified there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simon&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found this all in that class interface CL_RSR_REQUEST&lt;/P&gt;&lt;P&gt;for N_R_REQUEST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for N_R_DATA_SET&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Initial Value: Set Drilldown State of a Hierarchy&lt;/P&gt;&lt;P&gt;Description: 'SET_DRILL_STATE'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this looks like the method that gets executed. what do you think?&lt;/P&gt;&lt;P&gt;can you code this in the program&lt;/P&gt;&lt;P&gt;constants C_CMD_SET_DRILL_STATE type RSRCMDID&lt;/P&gt;&lt;P&gt;value 'SET_DRILL_STATE'. "#EC NOTEXT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;methods SET_DRILL_STATE&lt;/P&gt;&lt;P&gt;importing&lt;/P&gt;&lt;P&gt;value(I_AXIS) type RRXAXIS optional&lt;/P&gt;&lt;P&gt;value(I_POSITION) type I optional&lt;/P&gt;&lt;P&gt;value(I_FOCUS_IOBJNM) type RSIOBJNM optional&lt;/P&gt;&lt;P&gt;value(I_DRILLSTATE) type RRXDRILLSTATE optional&lt;/P&gt;&lt;P&gt;value(I_TOGGLE) type RS_BOOL default RS_C_FALSE&lt;/P&gt;&lt;P&gt;!I_R_PARAMETER type ref to CL_RSR_PARAMETER optional&lt;/P&gt;&lt;P&gt;exporting&lt;/P&gt;&lt;P&gt;!E_KEEP_LAST_LINES type I&lt;/P&gt;&lt;P&gt;!E_KEEP_FIRST_LINES type I&lt;/P&gt;&lt;P&gt;!E_NEW_LINES_FROM type I&lt;/P&gt;&lt;P&gt;!E_NEW_LINES_TO type I&lt;/P&gt;&lt;P&gt;!E_NODE_POSITION_FROM type I&lt;/P&gt;&lt;P&gt;!E_NODE_POSITION_TO type I&lt;/P&gt;&lt;P&gt;exceptions&lt;/P&gt;&lt;P&gt;NO_PROCESSING&lt;/P&gt;&lt;P&gt;X_MESSAGE .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Mar 2010 02:51:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-03-08T02:51:56Z</dc:date>
    <item>
      <title>CMD executions in table class interface via ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cmd-executions-in-table-class-interface-via-abap/m-p/6667650#M1447272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SDN Community, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would it be possible to code in ABAP , and Command statements that can be placed in the web templates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can this be done in the Table class interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, the command to expand a hierarchy node that is produced in RSRT2, is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CMD=SET_DRILL_STATE&amp;amp;DATA_PROVIDER=DP=234D5W1FC9W6311O66UCVSRN9E2&amp;amp;IOBJNM=4D5W27AIW32VTOY02REHCSL6Y&amp;amp;TOGGLE_STATE=X&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can this if possible be placed in a Table Class Interface, and coded in ABAP to achieve the expansion of the hierarchy node.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Mar 2010 02:11:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cmd-executions-in-table-class-interface-via-abap/m-p/6667650#M1447272</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-01T02:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: CMD executions in table class interface via ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cmd-executions-in-table-class-interface-via-abap/m-p/6667651#M1447273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been working with a brilliant ABAP'er, and together we&lt;/P&gt;&lt;P&gt;implemented a solution in the START method, that makes use of the&lt;/P&gt;&lt;P&gt;following methods and expands all the hierarchy nodes at start.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And this class can be omitted in the Print all view we have formulated&lt;/P&gt;&lt;P&gt;as only a collapsed view has been specified there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simon&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found this all in that class interface CL_RSR_REQUEST&lt;/P&gt;&lt;P&gt;for N_R_REQUEST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for N_R_DATA_SET&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Initial Value: Set Drilldown State of a Hierarchy&lt;/P&gt;&lt;P&gt;Description: 'SET_DRILL_STATE'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this looks like the method that gets executed. what do you think?&lt;/P&gt;&lt;P&gt;can you code this in the program&lt;/P&gt;&lt;P&gt;constants C_CMD_SET_DRILL_STATE type RSRCMDID&lt;/P&gt;&lt;P&gt;value 'SET_DRILL_STATE'. "#EC NOTEXT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;methods SET_DRILL_STATE&lt;/P&gt;&lt;P&gt;importing&lt;/P&gt;&lt;P&gt;value(I_AXIS) type RRXAXIS optional&lt;/P&gt;&lt;P&gt;value(I_POSITION) type I optional&lt;/P&gt;&lt;P&gt;value(I_FOCUS_IOBJNM) type RSIOBJNM optional&lt;/P&gt;&lt;P&gt;value(I_DRILLSTATE) type RRXDRILLSTATE optional&lt;/P&gt;&lt;P&gt;value(I_TOGGLE) type RS_BOOL default RS_C_FALSE&lt;/P&gt;&lt;P&gt;!I_R_PARAMETER type ref to CL_RSR_PARAMETER optional&lt;/P&gt;&lt;P&gt;exporting&lt;/P&gt;&lt;P&gt;!E_KEEP_LAST_LINES type I&lt;/P&gt;&lt;P&gt;!E_KEEP_FIRST_LINES type I&lt;/P&gt;&lt;P&gt;!E_NEW_LINES_FROM type I&lt;/P&gt;&lt;P&gt;!E_NEW_LINES_TO type I&lt;/P&gt;&lt;P&gt;!E_NODE_POSITION_FROM type I&lt;/P&gt;&lt;P&gt;!E_NODE_POSITION_TO type I&lt;/P&gt;&lt;P&gt;exceptions&lt;/P&gt;&lt;P&gt;NO_PROCESSING&lt;/P&gt;&lt;P&gt;X_MESSAGE .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Mar 2010 02:51:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cmd-executions-in-table-class-interface-via-abap/m-p/6667651#M1447273</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-08T02:51:56Z</dc:date>
    </item>
  </channel>
</rss>

