<?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: FK02..hELP again.. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fk02-help-again/m-p/3056660#M723983</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Before passing the ID from your fiel, try to check wheather the id is already exits for that vendor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Go to LFA1 .. get the ADRNR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Go to ADR2. put ADRNR and get the maximum CONSNUMBER field. This is internally generated ID.  Say you got value as 5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. So, change your data into your internal table so it can start form 6.&lt;/P&gt;&lt;P&gt;ITAB-ID = ITAB-ID + CONSNUMBER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Dec 2007 01:34:22 GMT</pubDate>
    <dc:creator>naimesh_patel</dc:creator>
    <dc:date>2007-12-05T01:34:22Z</dc:date>
    <item>
      <title>FK02..hELP again..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fk02-help-again/m-p/3056659#M723982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Masters..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im using FK02 for my bdc particularly in communication section ONLY. In the telephone fields you may click the arrow besides it and there will be a new window for telephone.It has an Id which is generated by the system automatically.&lt;/P&gt;&lt;P&gt;Now Im currently uploading my flat file one vendor code can have 1-10 tel numbers..meaning its Id will also have 1 id per telephone so the total would be 10.&lt;/P&gt;&lt;P&gt;it was successfully uploaded , my PROBLEM now is during its edit mode.If in case the Id in my flat file is alreadt existing in vendor master(fk02) It will just overwrite that particular line item.&lt;/P&gt;&lt;P&gt;I noticed that the order/sort of the Id's becomes  UNSORTED.&lt;/P&gt;&lt;P&gt;Im asking for help to anybody to please advise me on how would I manage these scenario.I need to have those system generated ID's to be sorted or at least help me with my logic to properly overwrite those Id's that are existing already.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may ask question to me to may it clear.&lt;/P&gt;&lt;P&gt;Please help me this is an urgent task help me SAPers!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2007 01:13:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fk02-help-again/m-p/3056659#M723982</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-05T01:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: FK02..hELP again..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fk02-help-again/m-p/3056660#M723983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Before passing the ID from your fiel, try to check wheather the id is already exits for that vendor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Go to LFA1 .. get the ADRNR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Go to ADR2. put ADRNR and get the maximum CONSNUMBER field. This is internally generated ID.  Say you got value as 5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. So, change your data into your internal table so it can start form 6.&lt;/P&gt;&lt;P&gt;ITAB-ID = ITAB-ID + CONSNUMBER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2007 01:34:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fk02-help-again/m-p/3056660#M723983</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2007-12-05T01:34:22Z</dc:date>
    </item>
    <item>
      <title>Re: FK02..hELP again..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fk02-help-again/m-p/3056661#M723984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually I was able to link in my internal table  and in table adr2 those existing Id's.My problem is how would I do that in bdc..In table adr2 consnumber are sorted properly so I just insert a counter to my internal table to specify as its line item number..for example if theres 4 line items in table adr2 for a given address number I numbered those line items 1-4. If at line item number 2 meets my condition (meaning Id existing) my indicator in my bdc would be in line number 2.&lt;/P&gt;&lt;P&gt;Problem is the Id's during recording in BDC BECOMES UNSORTED. I was wondering why does those Id's becomes unsorted...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me..what should I need to do..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2007 01:53:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fk02-help-again/m-p/3056661#M723984</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-05T01:53:32Z</dc:date>
    </item>
    <item>
      <title>Re: FK02..hELP again..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fk02-help-again/m-p/3056662#M723985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't have any idea why it not going in sorted manner in BDC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to sort before going to BDC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do one thing:&lt;/P&gt;&lt;P&gt;Get all records from ADR2 into your internal table.&lt;/P&gt;&lt;P&gt;Now, update this internal table with corresponding entry, if cirteria meets, from your file. &lt;/P&gt;&lt;P&gt;Now you can delete all the telephones which are there in the popup by pressing "minus"  (delete entry) button in the BDC. YOu need to press this button for all the records.&lt;/P&gt;&lt;P&gt;After this put your records by pressing the "Plus" add entry button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2007 02:16:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fk02-help-again/m-p/3056662#M723985</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2007-12-05T02:16:42Z</dc:date>
    </item>
  </channel>
</rss>

