<?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: VIEWCLUSTER_MAINTENANCE_CALL - Help in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/viewcluster-maintenance-call-help/m-p/2229445#M479497</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;call function 'VIEWCLUSTER_MAINTENANCE_CALL'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;            viewcluster_name           = CLUSTERVIEWNAME&lt;/P&gt;&lt;P&gt;            maintenance_action         = 'U'&lt;/P&gt;&lt;P&gt;            no_warning_for_clientindep = 'X'&lt;/P&gt;&lt;P&gt;       TABLES&lt;/P&gt;&lt;P&gt;            dba_sellist                = gt_sellist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phanindra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Apr 2007 22:09:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-24T22:09:16Z</dc:date>
    <item>
      <title>VIEWCLUSTER_MAINTENANCE_CALL - Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/viewcluster-maintenance-call-help/m-p/2229444#M479496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello ABAP Guru's -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone used the function module 'VIEWCLUSTER_MAINTENANCE_CALL'?  I want to pass a select-option to dba_sellist.  Do you know how?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sudhakar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2007 21:56:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/viewcluster-maintenance-call-help/m-p/2229444#M479496</guid>
      <dc:creator>sudhakar_bhaskar2</dc:creator>
      <dc:date>2007-04-24T21:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: VIEWCLUSTER_MAINTENANCE_CALL - Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/viewcluster-maintenance-call-help/m-p/2229445#M479497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;call function 'VIEWCLUSTER_MAINTENANCE_CALL'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;            viewcluster_name           = CLUSTERVIEWNAME&lt;/P&gt;&lt;P&gt;            maintenance_action         = 'U'&lt;/P&gt;&lt;P&gt;            no_warning_for_clientindep = 'X'&lt;/P&gt;&lt;P&gt;       TABLES&lt;/P&gt;&lt;P&gt;            dba_sellist                = gt_sellist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phanindra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2007 22:09:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/viewcluster-maintenance-call-help/m-p/2229445#M479497</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-24T22:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: VIEWCLUSTER_MAINTENANCE_CALL - Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/viewcluster-maintenance-call-help/m-p/2229446#M479498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But what goes into gt_sellist?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to know how I can pass the select-option into gt_sellist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sudhakar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2007 22:22:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/viewcluster-maintenance-call-help/m-p/2229446#M479498</guid>
      <dc:creator>sudhakar_bhaskar2</dc:creator>
      <dc:date>2007-04-24T22:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: VIEWCLUSTER_MAINTENANCE_CALL - Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/viewcluster-maintenance-call-help/m-p/2229447#M479499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;move: fieldname to lt_sellist-viewfield,&lt;/P&gt;&lt;P&gt;        'EQ'        to lt_sellist-operator,&lt;/P&gt;&lt;P&gt;       value to lt_sellist-value.&lt;/P&gt;&lt;P&gt;  append lt_sellist.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2007 22:24:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/viewcluster-maintenance-call-help/m-p/2229447#M479499</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-24T22:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: VIEWCLUSTER_MAINTENANCE_CALL - Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/viewcluster-maintenance-call-help/m-p/2229448#M479500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use VIEW_RANGETAB_TO_SELLIST to convert your select option to sellist structure and then pass it to your function call.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2007 23:25:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/viewcluster-maintenance-call-help/m-p/2229448#M479500</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-24T23:25:45Z</dc:date>
    </item>
  </channel>
</rss>

