<?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: problem with ke51 bdc in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-ke51-bdc/m-p/3540960#M851935</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try with this code ( place your screen number and field values )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     PERFORM BDC_DYNPRO      USING 'programname' 'screen number'.&lt;/P&gt;&lt;P&gt;      PERFORM BDC_FIELD       USING 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                                    '/00'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      PERFORM BDC_FIELD       USING 'PRCT_V-PRCTR '&lt;/P&gt;&lt;P&gt;                                    SPACE.&lt;/P&gt;&lt;P&gt;      PERFORM BDC_FIELD       USING 'PRCT_V-PRCTR '&lt;/P&gt;&lt;P&gt;                                    place ur value. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will solve ur problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;muralidhar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Mar 2008 14:37:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-14T14:37:37Z</dc:date>
    <item>
      <title>problem with ke51 bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-ke51-bdc/m-p/3540957#M851932</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 doing an bdc for ke51, my recording is all fine and so is the program according to the recording but I am getting one problem.&lt;/P&gt;&lt;P&gt;        on the first screen where we put the profit center the previously loaded profit center is coming and then i am getting the error tat the profit center is already created.&lt;/P&gt;&lt;P&gt;       what to do is this case , i am also trying to clear that screen field but its not helping.         pls help its very urgent ....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Mar 2008 13:34:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-ke51-bdc/m-p/3540957#M851932</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-14T13:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: problem with ke51 bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-ke51-bdc/m-p/3540958#M851933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the data whether it is passing the data to the fild PRCT_V-PRCTR or not. before assigning value. Clear PRCT_V-PRCTR once.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It may help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Chandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Mar 2008 13:40:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-ke51-bdc/m-p/3540958#M851933</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-14T13:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: problem with ke51 bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-ke51-bdc/m-p/3540959#M851934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes i am alerady clearing that field but it is not helping&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Mar 2008 13:42:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-ke51-bdc/m-p/3540959#M851934</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-14T13:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: problem with ke51 bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-ke51-bdc/m-p/3540960#M851935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try with this code ( place your screen number and field values )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     PERFORM BDC_DYNPRO      USING 'programname' 'screen number'.&lt;/P&gt;&lt;P&gt;      PERFORM BDC_FIELD       USING 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                                    '/00'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      PERFORM BDC_FIELD       USING 'PRCT_V-PRCTR '&lt;/P&gt;&lt;P&gt;                                    SPACE.&lt;/P&gt;&lt;P&gt;      PERFORM BDC_FIELD       USING 'PRCT_V-PRCTR '&lt;/P&gt;&lt;P&gt;                                    place ur value. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will solve ur problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;muralidhar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Mar 2008 14:37:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-ke51-bdc/m-p/3540960#M851935</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-14T14:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: problem with ke51 bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-ke51-bdc/m-p/3540961#M851936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had already tried the above logic but it does not help..... anyways guys Thank U all for your help my problem is now solved. I just used the transaction &lt;STRONG&gt;KEMDM&lt;/STRONG&gt; to upload the profit center and its working fine....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Mar 2008 02:55:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-ke51-bdc/m-p/3540961#M851936</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-15T02:55:11Z</dc:date>
    </item>
  </channel>
</rss>

