<?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: Submit Statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-statement/m-p/4959840#M1156308</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ,&lt;/P&gt;&lt;P&gt;  Do mean I need to set the parameter id for my table&lt;/P&gt;&lt;P&gt;i_seltab where it contains the data of PO's to which i am passing to ME2N.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and how can i use get parameter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Dec 2008 10:29:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-15T10:29:17Z</dc:date>
    <item>
      <title>Submit Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-statement/m-p/4959837#M1156305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;     I have written a report, which calls another report.&lt;/P&gt;&lt;P&gt;    Eq:- I have report Program1 which has company code as a selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           First it fetches all the PO doc's from EKKO.&lt;/P&gt;&lt;P&gt;Then these PO's are passed to ME2N tcode using SUBMIT statement in my report Program1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently for a given company code i have 75,000 odd recrords.&lt;/P&gt;&lt;P&gt;All these are pased to ME2N using "SUBMIT program with selection-table i_seltab exporting list to memory and return".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I am getting short dump has "Error in the module RSQL accessing the database interface."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is ther any memory limit for this. for submitting the report.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2008 09:45:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-statement/m-p/4959837#M1156305</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-15T09:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: Submit Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-statement/m-p/4959838#M1156306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi parveen......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason for the exception is: &lt;/P&gt;&lt;P&gt;The data read during a SELECT access could not be inserted into the &lt;/P&gt;&lt;P&gt;target field. &lt;/P&gt;&lt;P&gt;Either conversion is not supported for the target field's type or the &lt;/P&gt;&lt;P&gt;target field is too short to accept the value or the data are not in a &lt;/P&gt;&lt;P&gt;form that the target field can accept &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so please check the data you are passing to TCODE ME2N as right data is moving in the right column or not,,,,&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Then you rproblem will be solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Saurabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2008 10:09:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-statement/m-p/4959838#M1156306</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-15T10:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: Submit Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-statement/m-p/4959839#M1156307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The simplest way that we can resolve it is .... to the same addition ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;place the table in the parameter id i mean set parameter and then after submitting ..retive the data using get parameter ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and after retrieving it ..move it into the corresponding fields ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what u have done is right ,.... however the other way of solving the issue if its ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and regards &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;chandu reddy sunkari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2008 10:14:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-statement/m-p/4959839#M1156307</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-15T10:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: Submit Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-statement/m-p/4959840#M1156308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ,&lt;/P&gt;&lt;P&gt;  Do mean I need to set the parameter id for my table&lt;/P&gt;&lt;P&gt;i_seltab where it contains the data of PO's to which i am passing to ME2N.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and how can i use get parameter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2008 10:29:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-statement/m-p/4959840#M1156308</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-15T10:29:17Z</dc:date>
    </item>
  </channel>
</rss>

