<?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: BDC PROBLEM in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/6430579#M1410906</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ya thanks naga mohan when i used the mode 'N' it is not going to that transaction it is ok ..&lt;/P&gt;&lt;P&gt;but can u just tell me that y it was happening that when i put the date of previous month it takes me to the FB75 and when i put the date of the current month it shows posted ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Dec 2009 07:20:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-12-08T07:20:00Z</dc:date>
    <item>
      <title>BDC PROBLEM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/6430574#M1410901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hiiii everyone ...&lt;/P&gt;&lt;P&gt;i have made one bdc for FB75 for the settlement of customers . it is working fine when i put the date for the current month &lt;/P&gt;&lt;P&gt;and post the customers the message is displayed that they are posted , but when i enter last month date there it takes me to the transaction FB75 then i have to manually press enter and then it post the customers  and this i dont want to happen ..&lt;/P&gt;&lt;P&gt;any idea why it is doing so ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Dec 2009 07:01:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/6430574#M1410901</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-08T07:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: BDC PROBLEM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/6430575#M1410902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could add your own bdc code to process the ENTER action using the BDC_OKCODE /00.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Dec 2009 07:06:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/6430575#M1410902</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-08T07:06:43Z</dc:date>
    </item>
    <item>
      <title>Re: BDC PROBLEM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/6430576#M1410903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try running BDC in Mode 'N'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Dec 2009 07:09:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/6430576#M1410903</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-08T07:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: BDC PROBLEM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/6430577#M1410904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks but i dint get you ....&lt;/P&gt;&lt;P&gt;like after all processing i dun know y it is taking me to FB75 transaction this is only is case when i put the date of previous month &lt;/P&gt;&lt;P&gt;y it is so i am not able to understand...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Dec 2009 07:10:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/6430577#M1410904</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-08T07:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: BDC PROBLEM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/6430578#M1410905</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;Write  this after the month field value  line&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      PERFORM BDC_FIELD USING 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;      '=ENTE'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Dec 2009 07:13:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/6430578#M1410905</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-08T07:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: BDC PROBLEM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/6430579#M1410906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ya thanks naga mohan when i used the mode 'N' it is not going to that transaction it is ok ..&lt;/P&gt;&lt;P&gt;but can u just tell me that y it was happening that when i put the date of previous month it takes me to the FB75 and when i put the date of the current month it shows posted ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Dec 2009 07:20:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/6430579#M1410906</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-08T07:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: BDC PROBLEM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/6430580#M1410907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nikhil&lt;/P&gt;&lt;P&gt; just check out ..the financial period of previous month is open or not.&lt;/P&gt;&lt;P&gt;If it's closed u cant pass the entry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Dec 2009 07:24:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/6430580#M1410907</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-08T07:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: BDC PROBLEM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/6430581#M1410908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nikhil,&lt;/P&gt;&lt;P&gt;In Mode "N" - All Information (I) and warning messages (w) would be suppresed. Hence It take Enter as default and proceeds further. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nag&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Naga Mohan Kummara on Dec 8, 2009 9:09 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Dec 2009 08:09:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/6430581#M1410908</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-08T08:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: BDC PROBLEM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/6430582#M1410909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi naga hohan,&lt;/P&gt;&lt;P&gt;earlier it was 'E' but now i made it to 'N' it is suppressing tht screen but when  it was 'E' it was going to tht screen bcoz there was a error so i want correct tht error . why there is a error when i put tht the previous month date . do u think is there any problem with the recording ..?? any idea&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Dec 2009 08:15:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/6430582#M1410909</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-08T08:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: BDC PROBLEM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/6430583#M1410910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nikhil,&lt;/P&gt;&lt;P&gt;No this is not problem with recording. Posting always depends on the posting period. If the posting period is close.. it throughs warning/error (depends upon config) before posting document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your case it was throughing a warning message. So Mode 'N' .will overwrite the warning and proceeds further...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Dec 2009 08:24:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/6430583#M1410910</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-08T08:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: BDC PROBLEM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/6430584#M1410911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do the recording in SHDB for the same scenario with the previous month and check if you are getting the warning message while recording . If it still occurs, its not a problem BDC recording, but the functionality with which you are calling the transaction with the input data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikranth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Dec 2009 08:24:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/6430584#M1410911</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-08T08:24:44Z</dc:date>
    </item>
  </channel>
</rss>

