<?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: output not comming in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-not-comming/m-p/2793713#M651932</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI, I have test it .&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'Z1_CONDITION_CHANGE_DOCS_LOAD'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      REPORT                = 'RV16ACHD'&lt;/P&gt;&lt;P&gt;      COND_DATA_ENTERED     = COND_DATA_ENTERED&lt;/P&gt;&lt;P&gt;      CHANGE_DATA_ENTERED   = CHANGE_DATA_ENTERED&lt;/P&gt;&lt;P&gt;      SELECTION_SCREEN_FLAG = SELECTION_SCREEN_FLAG&lt;/P&gt;&lt;P&gt;      ONLY_DELETED_RECORDS  = P_KDELE&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      SO_KNUMH              = SO_KNUMH&lt;/P&gt;&lt;P&gt;      SO_DATE               = SO_DATE&lt;/P&gt;&lt;P&gt;      SO_TIME               = SO_TIME&lt;/P&gt;&lt;P&gt;      SO_USER               = SO_USER&lt;/P&gt;&lt;P&gt;      SO_TCODE              = SO_TCODE&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      OTHERS                = 1.&lt;/P&gt;&lt;P&gt;you should change report     = 'RV16ACHD'&lt;/P&gt;&lt;P&gt;the old is &lt;/P&gt;&lt;P&gt;  REPORT = SY-REPID.&lt;/P&gt;&lt;P&gt;and I have the same error,  I am debuging now. OH ,my god!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Feb 2012 14:42:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-02-01T14:42:35Z</dc:date>
    <item>
      <title>output not comming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-not-comming/m-p/2793711#M651930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI ABAPers....the issue is very much urgent ,so please kindly solve the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I copied the standard program RV16ACHD into a z program. and also i copied the function modules in RV16ACHD as z function modules in z program in a different package. Now the z program is activated. on execution i am getting the selection screen, in that i entered  date in the  change data ( only that field and others r empty). when i executed yesterday the output came but today it is showing a message like &lt;/P&gt;&lt;P&gt;"No change documents found to match the specified criteria".But in the standard report i am getting the output. Please tell me the solution and where went wrong.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2007 20:27:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/output-not-comming/m-p/2793711#M651930</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-05T20:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: output not comming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-not-comming/m-p/2793712#M651931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepak,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are the changes happend or done after you got the output correctly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lijo Joseph&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2007 01:31:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/output-not-comming/m-p/2793712#M651931</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-06T01:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: output not comming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-not-comming/m-p/2793713#M651932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI, I have test it .&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'Z1_CONDITION_CHANGE_DOCS_LOAD'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      REPORT                = 'RV16ACHD'&lt;/P&gt;&lt;P&gt;      COND_DATA_ENTERED     = COND_DATA_ENTERED&lt;/P&gt;&lt;P&gt;      CHANGE_DATA_ENTERED   = CHANGE_DATA_ENTERED&lt;/P&gt;&lt;P&gt;      SELECTION_SCREEN_FLAG = SELECTION_SCREEN_FLAG&lt;/P&gt;&lt;P&gt;      ONLY_DELETED_RECORDS  = P_KDELE&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      SO_KNUMH              = SO_KNUMH&lt;/P&gt;&lt;P&gt;      SO_DATE               = SO_DATE&lt;/P&gt;&lt;P&gt;      SO_TIME               = SO_TIME&lt;/P&gt;&lt;P&gt;      SO_USER               = SO_USER&lt;/P&gt;&lt;P&gt;      SO_TCODE              = SO_TCODE&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      OTHERS                = 1.&lt;/P&gt;&lt;P&gt;you should change report     = 'RV16ACHD'&lt;/P&gt;&lt;P&gt;the old is &lt;/P&gt;&lt;P&gt;  REPORT = SY-REPID.&lt;/P&gt;&lt;P&gt;and I have the same error,  I am debuging now. OH ,my god!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2012 14:42:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/output-not-comming/m-p/2793713#M651932</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-01T14:42:35Z</dc:date>
    </item>
  </channel>
</rss>

