<?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: tricky question??? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/tricky-question/m-p/2189474#M466619</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;Thanx Ravi,,,,&lt;/P&gt;&lt;P&gt;but but i want to select records while uploading in the transaction,,,that means i shud provide an option so that user can select the record(s) while uploading online..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls provide solution ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;ABC XYZ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Apr 2007 14:17:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-30T14:17:31Z</dc:date>
    <item>
      <title>tricky question???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tricky-question/m-p/2189472#M466617</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;&lt;/P&gt;&lt;P&gt;Hope all are doing fine!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is an interview question ,,,this is as follows:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;if there are some records in internal table ,,,,,i want to upload only selected records ,not all records into the database tables via transaction...thru BDC..how is it possible in session and call transaction methods?? pls remember that only selected records should be uploaded &amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls provide the answer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Quick solutions are highly appreciated and points wil sure be rewarded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;ABC XYZ.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Apr 2007 14:05:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tricky-question/m-p/2189472#M466617</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-30T14:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: tricky question???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tricky-question/m-p/2189473#M466618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   Once you have the internal table with all the records, since you said it is a selectable data, there must be some single chracter field which would be set to 'X' if selected.&lt;/P&gt;&lt;P&gt;So, you can upload onlt those recrods which have an 'X' in that field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab where sel = 'X'.&lt;/P&gt;&lt;P&gt;*Build bdcdata structure.&lt;/P&gt;&lt;P&gt;*Call transaction or bdc_insert..&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Apr 2007 14:08:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tricky-question/m-p/2189473#M466618</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-30T14:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: tricky question???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tricky-question/m-p/2189474#M466619</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;Thanx Ravi,,,,&lt;/P&gt;&lt;P&gt;but but i want to select records while uploading in the transaction,,,that means i shud provide an option so that user can select the record(s) while uploading online..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls provide solution ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;ABC XYZ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Apr 2007 14:17:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tricky-question/m-p/2189474#M466619</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-30T14:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: tricky question???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tricky-question/m-p/2189475#M466620</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;Use the &amp;lt;b&amp;gt;BDC SESSION method&amp;lt;/b&amp;gt; with &amp;lt;b&amp;gt;FOREGROUND Processing&amp;lt;/b&amp;gt; ( all screens )...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now u can watch each and every session and if u dont want a particular record (transaction) to get updated then just give&amp;lt;b&amp;gt; /N&amp;lt;/b&amp;gt; in the &amp;lt;b&amp;gt;BDC_OKCODE&amp;lt;/b&amp;gt; and press enter.. then this particular record will not get updated and it starts the next record..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u enter&amp;lt;b&amp;gt; /bend &amp;lt;/b&amp;gt;and press enter the whole session ( total records will not get updated )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works only with BDC SESSION METHOD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;sai ramesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Apr 2007 14:19:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tricky-question/m-p/2189475#M466620</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-30T14:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: tricky question???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tricky-question/m-p/2189476#M466621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;first upload the records and display the same in an ALV report. Also, give a checkbox to teh ALV report. Now, user can select the records. &lt;/P&gt;&lt;P&gt;loop at itab where checkbox = 'X'.&lt;/P&gt;&lt;P&gt;  here u need to use these records to upload to SAP using BDC.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it clears.&lt;/P&gt;&lt;P&gt;reward points and avoid duplicate threads.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Apr 2007 14:20:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tricky-question/m-p/2189476#M466621</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-30T14:20:38Z</dc:date>
    </item>
  </channel>
</rss>

