<?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: Customer direct input in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-direct-input/m-p/2159491#M456623</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;  me too I have this problem...&lt;/P&gt;&lt;P&gt;In debug I see that screen fields are populated but no sy-ucomm is added to FT internal table for dynpro 210 (I have the same issue for dynpro 130 - bank data)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm wondering If some technical fields are to be filled in structure BKNB1...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At last I think I'll make a custom recording for this &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No one has resolved this issue ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;Manuel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Nov 2007 14:20:21 GMT</pubDate>
    <dc:creator>manuel_bassani</dc:creator>
    <dc:date>2007-11-19T14:20:21Z</dc:date>
    <item>
      <title>Customer direct input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-direct-input/m-p/2159486#M456618</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 having a problem loading customer data  using program RFBIDE00 &amp;amp; tcode XD01.The created session is running successfully till I encounter screen no 210 in pgm: SAPMF02D.&lt;/P&gt;&lt;P&gt;The problem I have is that the batch input session created by RFBIDE00 is giving an error saying that "No batch input data for screen SAPMF02D 0210". I have checked in the display converted data and all the required fields for the screen are getting populated in BKNB1 structure. Also i check the internal table before RFBIDE00 does the BDC insert statment. The internal table FT has all the required data(FNAM and FVAL) for program SAPMF02D screen 0210, but still when i process the session it is giving an error saying that no input for "No batch input data for screen SAPMF02D 0210". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Please guide to solve this problem.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Vishnu Priya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2007 08:48:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-direct-input/m-p/2159486#M456618</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-10T08:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: Customer direct input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-direct-input/m-p/2159487#M456619</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;&lt;/P&gt;&lt;P&gt;since u r telling .. u have done all the possibilites &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like this&lt;/P&gt;&lt;P&gt;while processing the session put /H in the Okcode, before screen no 210 in pgm: SAPMF02D. &amp;amp; debug thats it ..&lt;/P&gt;&lt;P&gt;also read the documentation of the program RFBIDE00.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try &amp;amp; let us know ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Manjunath MS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2007 09:29:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-direct-input/m-p/2159487#M456619</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-10T09:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: Customer direct input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-direct-input/m-p/2159488#M456620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;         the problem was with the screen sequencing and ok-codes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vishnu Priya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2007 06:09:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-direct-input/m-p/2159488#M456620</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-11T06:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: Customer direct input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-direct-input/m-p/2159489#M456621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;pls give me some details about direct input to upload customer data. &lt;/P&gt;&lt;P&gt;and flat file structure. how to upload file into  different internal table.&lt;/P&gt;&lt;P&gt; its urgent..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2007 08:37:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-direct-input/m-p/2159489#M456621</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-11T08:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: Customer direct input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-direct-input/m-p/2159490#M456622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vishnu, do you have anymore detail on this, I have this same message.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2007 21:37:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-direct-input/m-p/2159490#M456622</guid>
      <dc:creator>obadiah_king</dc:creator>
      <dc:date>2007-10-12T21:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: Customer direct input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-direct-input/m-p/2159491#M456623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;  me too I have this problem...&lt;/P&gt;&lt;P&gt;In debug I see that screen fields are populated but no sy-ucomm is added to FT internal table for dynpro 210 (I have the same issue for dynpro 130 - bank data)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm wondering If some technical fields are to be filled in structure BKNB1...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At last I think I'll make a custom recording for this &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No one has resolved this issue ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;Manuel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2007 14:20:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-direct-input/m-p/2159491#M456623</guid>
      <dc:creator>manuel_bassani</dc:creator>
      <dc:date>2007-11-19T14:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: Customer direct input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-direct-input/m-p/2159492#M456624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;Someone has resolved tihs issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Mar 2010 14:04:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-direct-input/m-p/2159492#M456624</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-18T14:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: Customer direct input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-direct-input/m-p/2159493#M456625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have the same problem. Why the data for dynpro 210 disappears?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Aug 2010 14:39:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-direct-input/m-p/2159493#M456625</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-03T14:39:26Z</dc:date>
    </item>
  </channel>
</rss>

