<?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: Getting a dump In Z program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-a-dump-in-z-program/m-p/1603181#M270828</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You don;t have authorization to upload value to the application server. Ask the basis people to provide authorization for the same. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prakash.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Sep 2006 10:30:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-22T10:30:17Z</dc:date>
    <item>
      <title>Getting a dump In Z program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-a-dump-in-z-program/m-p/1603177#M270824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;I got a dump while trying to run a custom Z report.&lt;/P&gt;&lt;P&gt;can u guys help me out in this.&lt;/P&gt;&lt;P&gt;Error analysis:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     The exception, assigned to the class 'CX_SY_FILE_OPEN_MODE', was not caught, which   led to a runtime error. The reason for this exception is:&lt;/P&gt;&lt;P&gt;    The system tried to access the file "&lt;BR /&gt;ord-sapdev\export\bcpsap\invnum.ini" but found that this file was not opened. For this reason, it could not access the file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CODE EXTRTACT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE '&lt;BR /&gt;'  SYST-HOST  '\export\bcpsap\' INTO SRVRPATH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE SRVRPATH FILE1 INTO FILE1.&lt;/P&gt;&lt;P&gt;CONCATENATE SRVRPATH FILE2 INTO FILE2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INCLUDE ZAUTH001.                      "Authorization check NT9K904519&lt;/P&gt;&lt;P&gt;STARTDATE = SYST-DATUM.&lt;/P&gt;&lt;P&gt;STARTTIME = SYST-UZEIT.&lt;/P&gt;&lt;P&gt;MOVE SYST-MANDT TO CLIENT.&lt;/P&gt;&lt;P&gt;*if syst-sysid ne 'NT6' and syst-mandt eq '055'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    move '013' to client.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*endif.&lt;/P&gt;&lt;P&gt;*if syst-sysid eq 'NT4'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;         move: 'c:/tmp/zdcm/invnum.txt' to file1,&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;               'c:/tmp/zdcm/invnum.ini' to file2.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*endif.&lt;/P&gt;&lt;P&gt;IF DEBUGWRITE GT 0.&lt;/P&gt;&lt;P&gt;  WRITE : / '        Header Output file:', FILE1.&lt;/P&gt;&lt;P&gt;  WRITE : / 'File with last export date:', FILE2.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;*BEIGN ECC5.O DEVK900351.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;CHANGES MADE " ENCODING DEFAULT ADDED".&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*OPEN DATASET FILE1 FOR OUTPUT IN TEXT MODE.&lt;/P&gt;&lt;P&gt;OPEN DATASET FILE1 FOR OUTPUT IN TEXT MODE ENCODING DEFAULT.&lt;/P&gt;&lt;P&gt;*END OF DEVK900351.&lt;/P&gt;&lt;P&gt;IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;  WRITE: / 'error opening', FILE1, 'for output error:', SY-SUBRC.&lt;/P&gt;&lt;P&gt;  EXIT.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;********&lt;STRONG&gt;ERROR OCCURED HERE&lt;/STRONG&gt;*****&lt;/P&gt;&lt;P&gt;READ: DATASET FILE2 INTO INI_REC_IN.&lt;/P&gt;&lt;P&gt;IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;  WRITE: / 'error opening', FILE2, 'for output error:', SY-SUBRC.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; exit.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INI_REC_OUT-MAXDATE  = INI_REC_IN-MAXDATE.&lt;/P&gt;&lt;P&gt;INI_REC_OUT-DEBUGWRITE = INI_REC_IN-DEBUGWRITE.&lt;/P&gt;&lt;P&gt;INI_REC_OUT-DEBUGLIMIT = INI_REC_IN-DEBUGLIMIT.&lt;/P&gt;&lt;P&gt;INI_REC_OUT-MAXDATE  = '20451215'.&lt;/P&gt;&lt;P&gt;*ini_rec_out-debugwrite = '0'.&lt;/P&gt;&lt;P&gt;*ini_rec_out-debuglimit = '98765'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INI_REC_OUT-MSG =&lt;/P&gt;&lt;P&gt;   'File invnum.ini  LastDate(8) MaxDate(8) Debugwrite(2) Limit(8) '.&lt;/P&gt;&lt;P&gt;INI_REC_OUT-LASTDATE = SYST-DATUM - 2.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Sep 2006 10:15:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-a-dump-in-z-program/m-p/1603177#M270824</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-22T10:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: Getting a dump In Z program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-a-dump-in-z-program/m-p/1603178#M270825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I hope you have Write access rights on the particular server ..it may be the cause of error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Sep 2006 10:19:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-a-dump-in-z-program/m-p/1603178#M270825</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-22T10:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: Getting a dump In Z program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-a-dump-in-z-program/m-p/1603179#M270826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like some authorisation problem in accessing the applicatin server. Can you please talk to BASIS guys to check for authorisation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards&lt;/P&gt;&lt;P&gt;Vivek &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward points for all the useful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Sep 2006 10:23:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-a-dump-in-z-program/m-p/1603179#M270826</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-22T10:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: Getting a dump In Z program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-a-dump-in-z-program/m-p/1603180#M270827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is due to authorization issue, you cannot access the file on the application server. Contact basis people to authorize you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Richa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Sep 2006 10:25:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-a-dump-in-z-program/m-p/1603180#M270827</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-22T10:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: Getting a dump In Z program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-a-dump-in-z-program/m-p/1603181#M270828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You don;t have authorization to upload value to the application server. Ask the basis people to provide authorization for the same. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prakash.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Sep 2006 10:30:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-a-dump-in-z-program/m-p/1603181#M270828</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-22T10:30:17Z</dc:date>
    </item>
  </channel>
</rss>

