<?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: Error while submitting to a report using Parameter of type string in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-submitting-to-a-report-using-parameter-of-type-string/m-p/8422171#M1646706</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the problem is solved when i used a proper datatype instead of type 'string'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Jan 2012 09:56:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-01-25T09:56:17Z</dc:date>
    <item>
      <title>Error while submitting to a report using Parameter of type string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-submitting-to-a-report-using-parameter-of-type-string/m-p/8422167#M1646702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Requirement: Selection screen has a parameter so as to input the file. under that a checkbox is provided. If this checkbox is checked the program should read the file from desktop and based on that data the report should execute in background mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this i have done in the following way. by comparing the checkbox and sy-batch i read the file contents placed in AL11 and then submitted the report by setting the path in the parameter. Accordingly when sy-batch eq X i read the file from AL11 from the path specified in the parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is working fine in Dev &amp;amp; Prd. But in Quality system i am facing the error like Wrong type passing parameters P_FILE.&lt;/P&gt;&lt;P&gt;Message No. DB036.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Dec 2011 11:02:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-submitting-to-a-report-using-parameter-of-type-string/m-p/8422167#M1646702</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-23T11:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: Error while submitting to a report using Parameter of type string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-submitting-to-a-report-using-parameter-of-type-string/m-p/8422168#M1646703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cases can be &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. file name should be in caps (upper case lower case conversion&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. when executing in bg variant not picked&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. collision of file path across servers in a system &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a system there will be servers  like in Quality it can have varying servers ex sapqp1 sapqp2 sapqp3   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In here qp1 qp2 and qp3 are the servers in quality which can hold the unix data (al11) . If qp2 is directed in your check and if qp2 dosent have the file path it throws error. recently we have faced a similar issue . Problem was solved when basis guys made the setting across all server's to access the path. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try these options. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Br, &lt;/P&gt;&lt;P&gt;vijay.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Dec 2011 11:13:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-submitting-to-a-report-using-parameter-of-type-string/m-p/8422168#M1646703</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-23T11:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: Error while submitting to a report using Parameter of type string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-submitting-to-a-report-using-parameter-of-type-string/m-p/8422169#M1646704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your reply..&lt;/P&gt;&lt;P&gt;I confirm that the filename is correct, variant no issue and filepath seems to be correct.&lt;/P&gt;&lt;P&gt;Is it due to the fact that the file is declared as a type 'STRING'. Will it solve if i use a datatype of fixed length ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;br,&lt;/P&gt;&lt;P&gt;Uday&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Dec 2011 11:26:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-submitting-to-a-report-using-parameter-of-type-string/m-p/8422169#M1646704</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-23T11:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: Error while submitting to a report using Parameter of type string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-submitting-to-a-report-using-parameter-of-type-string/m-p/8422170#M1646705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be also .. but you said its working fine in dev and prod . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change the datatype to appropriate and check . No harm in that . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But can you check with basis guys on this issue ..i have explained the 3 check which is prone..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Br, &lt;/P&gt;&lt;P&gt;Vijay.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: sniper on Dec 23, 2011 5:55 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Dec 2011 12:25:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-submitting-to-a-report-using-parameter-of-type-string/m-p/8422170#M1646705</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-23T12:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: Error while submitting to a report using Parameter of type string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-submitting-to-a-report-using-parameter-of-type-string/m-p/8422171#M1646706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the problem is solved when i used a proper datatype instead of type 'string'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2012 09:56:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-submitting-to-a-report-using-parameter-of-type-string/m-p/8422171#M1646706</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-25T09:56:17Z</dc:date>
    </item>
  </channel>
</rss>

