<?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 Problem. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-problem/m-p/2341496#M516129</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;when you run IQ09 it gives the output in alv form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want the data to process it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can we get it ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bye,&lt;/P&gt;&lt;P&gt;Satya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Jun 2007 05:58:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-04T05:58:46Z</dc:date>
    <item>
      <title>Submit Problem.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-problem/m-p/2341493#M516126</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;I am a program of IQ09 Transaction code by using submit .like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF OBJECT_TAB1 OCCURS 0.&lt;/P&gt;&lt;P&gt;        INCLUDE STRUCTURE RIHAFVR.&lt;/P&gt;&lt;P&gt;DATA TPLNR_INT LIKE IFLO-TPLNR.&lt;/P&gt;&lt;P&gt;DATA SELECTED.&lt;/P&gt;&lt;P&gt;DATA PM_SELECTED TYPE PM_SELECTED.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: END OF OBJECT_TAB1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT RIEQUI21 AND RETURN EXPORTING LIST TO MEMORY .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'LIST_FROM_MEMORY'&lt;/P&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    LISTOBJECT       = OBJECT_TAB1.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  NOT_FOUND        = 1&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  OTHERS           = 2&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;          .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but it is giving an ABAP Dump that length is incorrect. and it is also saying that object_tab is the correct type but length is incorrect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can we solve the program ?&lt;/P&gt;&lt;P&gt;How can I pass the parameters to the Selection Screen of IQ09 transaction code.&lt;/P&gt;&lt;P&gt;and at last of IQ09 the data will come to object_tab table in the sap standard code.&lt;/P&gt;&lt;P&gt;I would like to use that data for BDC purpose .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How it is possible ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2007 05:30:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-problem/m-p/2341493#M516126</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-04T05:30:32Z</dc:date>
    </item>
    <item>
      <title>Re: Submit Problem.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-problem/m-p/2341494#M516127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ,&lt;/P&gt;&lt;P&gt;OBJECT_TAB1 should be of type ABAPLIST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghavendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2007 05:33:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-problem/m-p/2341494#M516127</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-04T05:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: Submit Problem.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-problem/m-p/2341495#M516128</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;If the type is ABAPLIST then how can we process the data  ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to process the data .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I process it or not ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bye,&lt;/P&gt;&lt;P&gt;satya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2007 05:45:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-problem/m-p/2341495#M516128</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-04T05:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: Submit Problem.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-problem/m-p/2341496#M516129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;when you run IQ09 it gives the output in alv form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want the data to process it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can we get it ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bye,&lt;/P&gt;&lt;P&gt;Satya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2007 05:58:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-problem/m-p/2341496#M516129</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-04T05:58:46Z</dc:date>
    </item>
  </channel>
</rss>

