<?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: Error in BDC using 'N' mode while creating production order in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-bdc-using-n-mode-while-creating-production-order/m-p/4874132#M1139354</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the same problem when call the BDC of FB60 I check there is a message with type S and BDC is stopped by the message when in N mode .&amp;nbsp; but how do I solve this problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Jul 2013 05:58:30 GMT</pubDate>
    <dc:creator>former_member189009</dc:creator>
    <dc:date>2013-07-22T05:58:30Z</dc:date>
    <item>
      <title>Error in BDC using 'N' mode while creating production order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-bdc-using-n-mode-while-creating-production-order/m-p/4874126#M1139348</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 am trying to create a production order  ( transaction CO01 ) by using a BDC. I just have to fill the header details, components , assign the component to operation , save and exit. When I am running the BDC in 'A' or 'E' mode, it works fine. The 'E' mode doesnt stop anywhere and successfully creates the production order . But when I change the mode to 'N', it throws an error "No batch input data for the screen SAPLCOKO1 0115". I am using Call transaction in BDC to create the production order. What could be the issue? Can someone throw some light?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Suganya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2008 06:03:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-bdc-using-n-mode-while-creating-production-order/m-p/4874126#M1139348</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-18T06:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: Error in BDC using 'N' mode while creating production order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-bdc-using-n-mode-while-creating-production-order/m-p/4874127#M1139349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;any warnings or messages are thrown in other modes ??...if so it should be the reason...not sure &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2008 06:07:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-bdc-using-n-mode-while-creating-production-order/m-p/4874127#M1139349</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2008-12-18T06:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: Error in BDC using 'N' mode while creating production order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-bdc-using-n-mode-while-creating-production-order/m-p/4874128#M1139350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In that screen program, it maybe verifying the condition batch input(sy-binpt), to get some clue about that error you need to debugg the bdc program in N mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2008 06:11:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-bdc-using-n-mode-while-creating-production-order/m-p/4874128#M1139350</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-18T06:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: Error in BDC using 'N' mode while creating production order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-bdc-using-n-mode-while-creating-production-order/m-p/4874129#M1139351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  How can I debug when I am running in 'N' mode?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Suganya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2008 06:19:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-bdc-using-n-mode-while-creating-production-order/m-p/4874129#M1139351</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-18T06:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: Error in BDC using 'N' mode while creating production order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-bdc-using-n-mode-while-creating-production-order/m-p/4874130#M1139352</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;Run the BDC in MODE 'P' (Debigging and Background).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then See the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2008 06:41:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-bdc-using-n-mode-while-creating-production-order/m-p/4874130#M1139352</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-18T06:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: Error in BDC using 'N' mode while creating production order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-bdc-using-n-mode-while-creating-production-order/m-p/4874131#M1139353</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 ever met a similar problem, but the reason for my issue is that a message with type 'S' popped when executing the BDC. So I suggest that you can use 'A' mode to check if there is a message with type S and BDC is stopped by the message. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ray&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2008 06:53:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-bdc-using-n-mode-while-creating-production-order/m-p/4874131#M1139353</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-18T06:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: Error in BDC using 'N' mode while creating production order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-bdc-using-n-mode-while-creating-production-order/m-p/4874132#M1139354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the same problem when call the BDC of FB60 I check there is a message with type S and BDC is stopped by the message when in N mode .&amp;nbsp; but how do I solve this problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 05:58:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-bdc-using-n-mode-while-creating-production-order/m-p/4874132#M1139354</guid>
      <dc:creator>former_member189009</dc:creator>
      <dc:date>2013-07-22T05:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: Error in BDC using 'N' mode while creating production order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-bdc-using-n-mode-while-creating-production-order/m-p/4874133#M1139355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suganya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try using Mode&amp;nbsp; 'E'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raghu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 06:09:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-bdc-using-n-mode-while-creating-production-order/m-p/4874133#M1139355</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-22T06:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: Error in BDC using 'N' mode while creating production order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-bdc-using-n-mode-while-creating-production-order/m-p/4874134#M1139356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suganya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess that Chandra Madapati is right. I also faced the same issue for another transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to disable the batch input (&lt;STRONG&gt;sy-binpt&lt;/STRONG&gt;), you can use the addition &lt;STRONG&gt;OPTIONS FROM&lt;/STRONG&gt; in &lt;STRONG&gt;call transaction statement&lt;/STRONG&gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It refers to the structure &lt;STRONG&gt;CTU_PARAMS &lt;/STRONG&gt;in ABAP dictionary and contains the following components:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;Component&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;Meaning&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN style="font-size: 10pt;"&gt;DISMODE&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;&lt;SPAN style="font-size: 10pt;"&gt;Processing mode for batch input processing. Values as for the &lt;STRONG style="font-size: 10pt; font-family: 'Courier New';"&gt;MODE&lt;/STRONG&gt; addition.&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN style="font-size: 10pt;"&gt;UPMODE&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;&lt;SPAN style="font-size: 10pt;"&gt;Processing mode for batch input processing. Values as for the &lt;STRONG style="font-size: 10pt; font-family: 'Courier New';"&gt;UPDATE&lt;/STRONG&gt; addition.&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN style="font-size: 10pt;"&gt;CATTMODE&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;&lt;SPAN style="font-size: 10pt;"&gt;CATT mode for batch input processing. CATT means Computer Aided Testtool. While batch input is mostly used for data transfer, CATT processes are to be viewed as more complex &lt;A _jive_internal="true" href="https://answers.sap.com/thread/sapevent:&amp;amp;quot;ABENTRANSACTION_GLOSRY&amp;amp;quot;" style="color: #505050;"&gt;transactions&lt;/A&gt;, since they are reusable tests. Values: " " (no CATT mode), "N" (CATT without single screen control), "A" (CATT with single screen control).&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN style="font-size: 10pt;"&gt;DEFSIZE&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;&lt;SPAN style="font-size: 10pt;"&gt;Selection as to whether the &lt;A _jive_internal="true" href="https://answers.sap.com/thread/sapevent:&amp;amp;quot;ABENSCREEN_GLOSRY&amp;amp;quot;" style="color: #505050;"&gt;screens&lt;/A&gt; of the called transaction are displayed in the standard screen size. Values "X" (standard size), " " (current size).&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN style="font-size: 10pt;"&gt;RACOMMIT&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;&lt;SPAN style="font-size: 10pt;"&gt;Selection as to whether the &lt;A _jive_internal="true" href="https://answers.sap.com/thread/sapevent:&amp;amp;quot;ABAPCOMMIT&amp;amp;quot;"&gt;&lt;STRONG style="font-size: 10pt; font-family: 'Courier New';"&gt;COMMIT WORK&lt;/STRONG&gt;&lt;/A&gt; statement terminates batch input processing or not. Values: " " (&lt;STRONG style="font-size: 10pt; font-family: 'Courier New';"&gt;COMMIT WORK&lt;/STRONG&gt; terminates processing), "X" ( &lt;STRONG style="font-size: 10pt; font-family: 'Courier New';"&gt;COMMIT WORK&lt;/STRONG&gt; does not terminate processing).&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN style="font-size: 10pt;"&gt;NOBINPT&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;&lt;SPAN style="font-size: 10pt;"&gt;Selection for the symbol field &lt;STRONG style="font-size: 10pt; font-family: 'Courier New';"&gt;sy-binpt&lt;/STRONG&gt;. Values: " " (&lt;STRONG style="font-size: 10pt; font-family: 'Courier New';"&gt;sy-binpt&lt;/STRONG&gt; contains in the called transaction "X"), "X" (&lt;STRONG style="font-size: 10pt; font-family: 'Courier New';"&gt;sy-binpt&lt;/STRONG&gt; contains in the called transaction " ").&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN style="font-size: 10pt;"&gt;NOBIEND&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;&lt;SPAN style="font-size: 10pt;"&gt;Selection for the system field &lt;STRONG style="font-size: 10pt; font-family: 'Courier New';"&gt;sy-binpt&lt;/STRONG&gt;. Values: " " (&lt;STRONG style="font-size: 10pt; font-family: 'Courier New';"&gt;sy-binpt&lt;/STRONG&gt; contains "X" after the end of the batch input data in the called transsaction ) "X" (&lt;STRONG style="font-size: 10pt; font-family: 'Courier New';"&gt;sy-binpt&lt;/STRONG&gt; contains " " after the end of the batch input data in the called transaction).&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; In this, if you give &lt;STRONG&gt;NOBINPT &lt;/STRONG&gt;as&lt;STRONG&gt; 'X', &lt;/STRONG&gt;the system field &lt;STRONG&gt;sy-binpt &lt;/STRONG&gt;becomes disabled. You can also set the processing mode and update mode using &lt;STRONG&gt;DISMODE &lt;/STRONG&gt;and &lt;STRONG&gt;UPMODE &lt;/STRONG&gt;respectively.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;T. Prasanna Kumar&lt;/P&gt;&lt;H4&gt;&lt;/H4&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 07:40:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-bdc-using-n-mode-while-creating-production-order/m-p/4874134#M1139356</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-22T07:40:23Z</dc:date>
    </item>
  </channel>
</rss>

