<?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: F110 transaction in BDC causing problem?? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/f110-transaction-in-bdc-causing-problem/m-p/2470596#M555404</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shashank,&lt;/P&gt;&lt;P&gt;                    create a field of type character and pass it to BDC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In you case F110V-BISKK is quantity field. You defined a field as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: l_BISKK(13) type c. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assing the value of F110V-BISKK to l_BISKK and use l_BISKK in your BDC. &lt;/P&gt;&lt;P&gt;It will solve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kiran Sure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        skk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Jul 2007 06:46:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-06T06:46:58Z</dc:date>
    <item>
      <title>F110 transaction in BDC causing problem??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f110-transaction-in-bdc-causing-problem/m-p/2470594#M555402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using my program to fill the parameters in F110 transaction using BDC.&lt;/P&gt;&lt;P&gt;When I execute my prog,there is an information given when the program tries to populate the lower value of feild Vendor (whose technical screen field name F110V-BISKK) in the foreground mode.&lt;/P&gt;&lt;P&gt;That information is :"Field F110V-BISKK.input value is longer than screen field."&lt;/P&gt;&lt;P&gt;Please help me out to remove this information becos this is causing problem in my program when it runs in back ground mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shashank.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2007 06:22:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f110-transaction-in-bdc-causing-problem/m-p/2470594#M555402</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-06T06:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: F110 transaction in BDC causing problem??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f110-transaction-in-bdc-causing-problem/m-p/2470595#M555403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;It is Upper Limit of the Account Number Interval.&lt;/P&gt;&lt;P&gt;So before uploading in itab &lt;/P&gt;&lt;P&gt; &amp;lt;b&amp;gt;WRITE&amp;lt;/b&amp;gt; wa_itab-value TO wa_jitab-biskk.&lt;/P&gt;&lt;P&gt;and upload wa_jitab-biskk this value.&lt;/P&gt;&lt;P&gt;Reward if useful!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2007 06:26:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f110-transaction-in-bdc-causing-problem/m-p/2470595#M555403</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-06T06:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: F110 transaction in BDC causing problem??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f110-transaction-in-bdc-causing-problem/m-p/2470596#M555404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shashank,&lt;/P&gt;&lt;P&gt;                    create a field of type character and pass it to BDC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In you case F110V-BISKK is quantity field. You defined a field as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: l_BISKK(13) type c. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assing the value of F110V-BISKK to l_BISKK and use l_BISKK in your BDC. &lt;/P&gt;&lt;P&gt;It will solve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kiran Sure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        skk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2007 06:46:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f110-transaction-in-bdc-causing-problem/m-p/2470596#M555404</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-06T06:46:58Z</dc:date>
    </item>
  </channel>
</rss>

