<?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/2190092#M466819</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;Just call the transaction for those records only which satisify your criteria. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, with session method, you can run it in mode-'A' and cancel whichever records you want to skip since you will have the screen running infront of you for every OK-code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 May 2007 18:52:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-01T18:52:10Z</dc:date>
    <item>
      <title>tricky question????????</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tricky-question/m-p/2190087#M466814</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:06:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tricky-question/m-p/2190087#M466814</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-30T14:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: tricky question????????</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tricky-question/m-p/2190088#M466815</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 /bend 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:14:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tricky-question/m-p/2190088#M466815</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-30T14:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: tricky question????????</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tricky-question/m-p/2190089#M466816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what exactly u mena by 'selected'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;are the records, displayed in a table control on a screen, and you want to upload only entries you select. ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then just add an indicator for select in the internal table, and while calling bdc, do it only for thos elines where indicator is set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;els,e what exactly is ur case ? whatever it is, there must be some indicater which identifies the 'selected' records, right ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Apr 2007 14:16:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tricky-question/m-p/2190089#M466816</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-30T14:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: tricky question????????</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tricky-question/m-p/2190090#M466817</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:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tricky-question/m-p/2190090#M466817</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-30T14:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: tricky question????????</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tricky-question/m-p/2190091#M466818</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;There should be some criteria to eliminate few records.&lt;/P&gt;&lt;P&gt;So set a flag to 'X' for  those records.&lt;/P&gt;&lt;P&gt;And upload only those records where flag is initial.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Deepti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 May 2007 13:10:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tricky-question/m-p/2190091#M466818</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-01T13:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: tricky question????????</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tricky-question/m-p/2190092#M466819</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;Just call the transaction for those records only which satisify your criteria. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, with session method, you can run it in mode-'A' and cancel whichever records you want to skip since you will have the screen running infront of you for every OK-code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 May 2007 18:52:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tricky-question/m-p/2190092#M466819</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-01T18:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: tricky question????????</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tricky-question/m-p/2190093#M466820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;just put one condition in the loop.&lt;/P&gt;&lt;P&gt;first you will have records in internal table.so put one condition depending on your requriement, i.e.for example if you want to upolad only first 20 records in that case&lt;/P&gt;&lt;P&gt;loop at itab where sy-tabix LE 20.&lt;/P&gt;&lt;P&gt;performs for upolading data.&lt;/P&gt;&lt;P&gt;call transaction.......&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 05:00:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tricky-question/m-p/2190093#M466820</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-02T05:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: tricky question????????</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tricky-question/m-p/2190094#M466821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just give condition at loop at itab where...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 05:03:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tricky-question/m-p/2190094#M466821</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-02T05:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: tricky question????????</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tricky-question/m-p/2190095#M466822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;Display your report to the user using ALV function module then user will check the records which want to be uploaded then process thro' call transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 05:14:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tricky-question/m-p/2190095#M466822</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-02T05:14:28Z</dc:date>
    </item>
  </channel>
</rss>

