<?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: SAP Script in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1095983#M102138</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sonali,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the structure RM06E is there in Driver Programme.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Dec 2005 06:16:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-12-19T06:16:06Z</dc:date>
    <item>
      <title>SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1095982#M102137</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 write the layout set code for RFQ Create (ME41) and RFQ Change (ME42). while check the text i got these errors.&lt;/P&gt;&lt;P&gt;                                &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt; Unknown symbol RM06E-ANFPS     &lt;/P&gt;&lt;P&gt; Unknown symbol RM06E-ANMNG     &lt;/P&gt;&lt;P&gt; Unknown symbol RM06E-ANFPS     &lt;/P&gt;&lt;P&gt; Unknown symbol RM06E-ANMNG     &lt;/P&gt;&lt;P&gt; Unknown symbol RM06E-ANFPS  &lt;/P&gt;&lt;P&gt; Unknown symbol RM06E-ANMNG    &amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;                                &lt;/P&gt;&lt;P&gt; hear &amp;lt;b&amp;gt;RM06E&amp;lt;/b&amp;gt; is Structue.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  how can i solve these errors. can any one help me asap.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2005 06:13:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1095982#M102137</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-19T06:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1095983#M102138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sonali,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the structure RM06E is there in Driver Programme.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2005 06:16:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1095983#M102138</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-19T06:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1095984#M102139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but &amp;lt;b&amp;gt;rm06e&amp;lt;/b&amp;gt; structure was not available in driver program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2005 06:19:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1095984#M102139</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-19T06:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1095985#M102140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sonali,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. What the error means is this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  While checking the layout&lt;/P&gt;&lt;P&gt;  in RELATION to the DRIVER PROGRAM,&lt;/P&gt;&lt;P&gt;  the system could not find &lt;/P&gt;&lt;P&gt;  any variable / structure with&lt;/P&gt;&lt;P&gt;  the following name  &lt;/P&gt;&lt;P&gt;  RM06E-ANFPS &lt;/P&gt;&lt;P&gt;  RM06E-ANMNG &lt;/P&gt;&lt;P&gt;  etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. For checking purpose, the system&lt;/P&gt;&lt;P&gt;   must have asked for the driver program.&lt;/P&gt;&lt;P&gt;3. Ensure that the code for the driver program&lt;/P&gt;&lt;P&gt;  has these fields / structure&lt;/P&gt;&lt;P&gt;  ie.  RM06E&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2005 06:19:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1095985#M102140</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-19T06:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1095986#M102141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Welcome.&lt;/P&gt;&lt;P&gt;You need to go thru the syntax of your program, as these errors only eveolves when there was an error in the driver program or the syntax in script is wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2005 06:21:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1095986#M102141</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2005-12-19T06:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1095987#M102142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;then you need to create and populate the structure.&lt;/P&gt;&lt;P&gt;or find any similar structure avilable to replace..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2005 06:22:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1095987#M102142</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-19T06:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1095988#M102143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       how to populate the this structure. give the any eg.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2005 06:33:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1095988#M102143</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-19T06:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1095989#M102144</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 feel the Diver is Custom one, so you need to populate the structure, the structure is related to PO fields..&lt;/P&gt;&lt;P&gt;where you are fetching the data related to PO assign it to that structure...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2005 06:42:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1095989#M102144</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-19T06:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1095990#M102145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. we can populate the structure&lt;/P&gt;&lt;P&gt;   using a normal Sql.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  eg. select * from ekko&lt;/P&gt;&lt;P&gt;   into corresponding fields of table ITAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. But since it is a structure (and not an internal table)&lt;/P&gt;&lt;P&gt;    use :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg. select SINGLE * from ekko&lt;/P&gt;&lt;P&gt;   into corresponding fields of ITAB.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Amit Mittal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2005 08:30:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1095990#M102145</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-19T08:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1095991#M102146</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;Pls rewards appropriate points&lt;/P&gt;&lt;P&gt;to answers that have been helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2005 09:38:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1095991#M102146</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-19T09:38:16Z</dc:date>
    </item>
  </channel>
</rss>

