<?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 BDC '=P+' Error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-p-error/m-p/4287860#M1022830</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'm doing a recording in CJ02.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  I've a BDC OKCODE is for page down with '=P+' in my recording. However, when I write this in my program line, even everything is correct, it shows me the error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field "'=P" is unknown. It's neither in one of the specifiend tables nor defined by a "DATA" statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My BDC code is:&lt;/P&gt;&lt;P&gt;PERFORM bdc_field   USING 'BDC_OKCODE'   '=P+'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope some one can help. I really no idea of why thi error come out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Aug 2008 04:26:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-11T04:26:51Z</dc:date>
    <item>
      <title>BDC '=P+' Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-p-error/m-p/4287860#M1022830</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'm doing a recording in CJ02.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  I've a BDC OKCODE is for page down with '=P+' in my recording. However, when I write this in my program line, even everything is correct, it shows me the error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field "'=P" is unknown. It's neither in one of the specifiend tables nor defined by a "DATA" statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My BDC code is:&lt;/P&gt;&lt;P&gt;PERFORM bdc_field   USING 'BDC_OKCODE'   '=P+'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope some one can help. I really no idea of why thi error come out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2008 04:26:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-p-error/m-p/4287860#M1022830</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-11T04:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: BDC '=P+' Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-p-error/m-p/4287861#M1022831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Irene,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try using 'P+' for page down.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Swapna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2008 04:34:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-p-error/m-p/4287861#M1022831</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-11T04:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: BDC '=P+' Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-p-error/m-p/4287862#M1022832</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;Instead of BDC you can try using the BAPI&lt;/P&gt;&lt;P&gt;For Project creation   BAPI_PROJECTDEF_CREATE&lt;/P&gt;&lt;P&gt;For Project Upadate  BAPI_PROJECTDEF_UPDATE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To create WBS Element you can use BAPI_PROJECT_MAINTAIN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thus by using the BAPI you avoid the scrolling erro that you get now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2008 04:39:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-p-error/m-p/4287862#M1022832</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-11T04:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: BDC '=P+' Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-p-error/m-p/4287863#M1022833</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;            Comment the line and once again write the code ( Dont copy and paste, type maunally) . &lt;/P&gt;&lt;P&gt;             Remove the Single codes and rewrite the single codes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;type this.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERFORM bdc_field USING 'BDC_OKCODE'   '=P+'.&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,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Durai.V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2008 04:39:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-p-error/m-p/4287863#M1022833</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-11T04:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: BDC '=P+' Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-p-error/m-p/4287864#M1022834</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 think the problem will be with the single quote in statement '=P+'...&lt;/P&gt;&lt;P&gt;Try to delete and type them again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;Dwarakanath.S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2008 04:46:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-p-error/m-p/4287864#M1022834</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-11T04:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: BDC '=P+' Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-p-error/m-p/4287865#M1022835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried to copy and paste the same BDC page down code from the forum and it works now. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the quotation marks caused the problem. Besides, I was type the code manually without any copy paste but error comes out. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, it's ok now. Thanks for all the replies.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2008 04:56:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-p-error/m-p/4287865#M1022835</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-11T04:56:32Z</dc:date>
    </item>
  </channel>
</rss>

