<?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 sYNTAX ERROR in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/3363342#M807045</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello friends,&lt;/P&gt;&lt;P&gt;I am having an error in,,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERFORM BUILD_OBJECT_FROM_IDOC USING P_OBJNME P_VERB   P_IDOCTP OBJECT[].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM BUILD_OBJECT_FROM_IDOC USING    P_OBJECT_NAME&lt;/P&gt;&lt;P&gt;                                     P_VERB&lt;/P&gt;&lt;P&gt;                                     P_IDOCTYPE&lt;/P&gt;&lt;P&gt;                                     P_OBJECT[].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i HAVE THIS ERROR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Release 4.0, the special character "[" - as here in the name&lt;/P&gt;&lt;P&gt;"P_OBJECT[]" - is no longer allowed.		&lt;/P&gt;&lt;P&gt;		&lt;/P&gt;&lt;P&gt;Please suggest as how can I correct this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raju.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Feb 2008 18:24:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-04T18:24:30Z</dc:date>
    <item>
      <title>sYNTAX ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/3363342#M807045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello friends,&lt;/P&gt;&lt;P&gt;I am having an error in,,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERFORM BUILD_OBJECT_FROM_IDOC USING P_OBJNME P_VERB   P_IDOCTP OBJECT[].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM BUILD_OBJECT_FROM_IDOC USING    P_OBJECT_NAME&lt;/P&gt;&lt;P&gt;                                     P_VERB&lt;/P&gt;&lt;P&gt;                                     P_IDOCTYPE&lt;/P&gt;&lt;P&gt;                                     P_OBJECT[].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i HAVE THIS ERROR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Release 4.0, the special character "[" - as here in the name&lt;/P&gt;&lt;P&gt;"P_OBJECT[]" - is no longer allowed.		&lt;/P&gt;&lt;P&gt;		&lt;/P&gt;&lt;P&gt;Please suggest as how can I correct this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raju.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2008 18:24:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/3363342#M807045</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-04T18:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: sYNTAX ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/3363343#M807046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raju&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; if you are planning to send the table of OBJECT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use this way ..&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
PERFORM BUILD_OBJECT_FROM_IDOC tables OBJECT USING  P_OBJNME P_VERB P_IDOCTP.

FORM BUILD_OBJECT_FROM_IDOC
tables p_OBJECT type the structure of OBJECT..
USING P_OBJECT_NAME P_VERB P_IDOCTYPE.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2008 18:28:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/3363343#M807046</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2008-02-04T18:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: sYNTAX ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/3363344#M807047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pass it as a table, not a parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2008 18:29:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/3363344#M807047</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-04T18:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: sYNTAX ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/3363345#M807048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM BUILD_OBJECT_FROM_IDOC&lt;/P&gt;&lt;P&gt;tables p_OBJECT type structure of OBJECT&lt;/P&gt;&lt;P&gt;USING P_OBJECT_NAME P_VERB P_IDOCTYPE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with this code i have the following error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For typing of TABLES parameters, only table types should be used . . .		&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest,&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2008 18:49:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/3363345#M807048</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-04T18:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: sYNTAX ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/3363346#M807049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raju&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
 FORM BUILD_OBJECT_FROM_IDOC
tables p_OBJECT *type structure of OBJECT*
USING P_OBJECT_NAME P_VERB P_IDOCTYPE

 FORM BUILD_OBJECT_FROM_IDOC
tables p_OBJECT type wa_object "&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt; give the structure name of type you declared this table..
USING P_OBJECT_NAME P_VERB P_IDOCTYPE.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;types: begin of itab,
              f1 
              f2 
               .
               .
        end of itab.
data: object type standard table of itab.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;in you form p_OBJECT type itab. "&amp;lt;&amp;lt;&amp;lt;&amp;lt;ur structure name of object&lt;/P&gt;&lt;P&gt;Award points if helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2008 18:55:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/3363346#M807049</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2008-02-04T18:55:41Z</dc:date>
    </item>
  </channel>
</rss>

