<?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: Changes to the program RSSCD100 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/changes-to-the-program-rsscd100/m-p/3940032#M942623</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did copy the report. I did make some changes to the program.&lt;/P&gt;&lt;P&gt;The code is as below. I need suggestions on how to change the get parameter id and set parameter id in the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: BEGIN OF BLOCK b1 WITH FRAME TITLE text-001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: objekt   LIKE cdhdr-objectclas.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS:s_objid FOR cdhdr-objectid OBLIGATORY.&lt;/P&gt;&lt;P&gt;PARAMETERS: aenderer LIKE cdhdr-username,&lt;/P&gt;&lt;P&gt;            datum    LIKE cdhdr-udate,&lt;/P&gt;&lt;P&gt;            zeit     LIKE cdhdr-utime,&lt;/P&gt;&lt;P&gt;            nummer   LIKE cdhdr-changenr DEFAULT ' ',&lt;/P&gt;&lt;P&gt;            tabname  LIKE cdpos-tabname  DEFAULT ' ',&lt;/P&gt;&lt;P&gt;            tabkey   LIKE cdpos-tabkey   DEFAULT ' ',&lt;/P&gt;&lt;P&gt;            date_to  TYPE cdhdr-udate    DEFAULT sy-datum,&lt;/P&gt;&lt;P&gt;            time_to  TYPE cdhdr-utime    DEFAULT '235959',&lt;/P&gt;&lt;P&gt;            new_disp AS CHECKBOX         DEFAULT 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: END OF BLOCK b1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Jun 2008 16:45:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-02T16:45:42Z</dc:date>
    <item>
      <title>Changes to the program RSSCD100</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changes-to-the-program-rsscd100/m-p/3940030#M942621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello to all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a request from a user to list all the master data changes made to specific materials during a specific time frame. I did suggest using the program RSSCSD150/RSSCD100 to the user. However, the user requested a modification that would allow them to enter a material range or individual material numbers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions on how to achieve this. Because this program uses Get Parameter and Set parameter ID. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I look forward to hearing from you all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;S.P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2008 15:17:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changes-to-the-program-rsscd100/m-p/3940030#M942621</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-02T15:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: Changes to the program RSSCD100</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changes-to-the-program-rsscd100/m-p/3940031#M942622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This being a stardard report you cant modify, you may copy the report into your own Z report and make changes. &lt;/P&gt;&lt;P&gt;Check the table CDHDR table to find how the data is stored for change documents&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2008 16:30:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changes-to-the-program-rsscd100/m-p/3940031#M942622</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-02T16:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: Changes to the program RSSCD100</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changes-to-the-program-rsscd100/m-p/3940032#M942623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did copy the report. I did make some changes to the program.&lt;/P&gt;&lt;P&gt;The code is as below. I need suggestions on how to change the get parameter id and set parameter id in the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: BEGIN OF BLOCK b1 WITH FRAME TITLE text-001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: objekt   LIKE cdhdr-objectclas.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS:s_objid FOR cdhdr-objectid OBLIGATORY.&lt;/P&gt;&lt;P&gt;PARAMETERS: aenderer LIKE cdhdr-username,&lt;/P&gt;&lt;P&gt;            datum    LIKE cdhdr-udate,&lt;/P&gt;&lt;P&gt;            zeit     LIKE cdhdr-utime,&lt;/P&gt;&lt;P&gt;            nummer   LIKE cdhdr-changenr DEFAULT ' ',&lt;/P&gt;&lt;P&gt;            tabname  LIKE cdpos-tabname  DEFAULT ' ',&lt;/P&gt;&lt;P&gt;            tabkey   LIKE cdpos-tabkey   DEFAULT ' ',&lt;/P&gt;&lt;P&gt;            date_to  TYPE cdhdr-udate    DEFAULT sy-datum,&lt;/P&gt;&lt;P&gt;            time_to  TYPE cdhdr-utime    DEFAULT '235959',&lt;/P&gt;&lt;P&gt;            new_disp AS CHECKBOX         DEFAULT 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: END OF BLOCK b1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2008 16:45:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changes-to-the-program-rsscd100/m-p/3940032#M942623</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-02T16:45:42Z</dc:date>
    </item>
  </channel>
</rss>

