<?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: BDC program to va in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program-to-va/m-p/6042341#M1351029</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Before appending the records in bdcdata table put a check for language if the language is correct then append this records into bdcdata table else move this records into error log table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab.&lt;/P&gt;&lt;P&gt;if itab-language = 'EN'.&lt;/P&gt;&lt;P&gt;append records in BDCDATA table.&lt;/P&gt;&lt;P&gt;call transaction "ABC' using g_t_bdcadta(tablelike BDCDATA).&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;move records to the error table.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is only the sample code if you are using the BDC session method then change the code accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help u.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Aug 2009 11:41:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-08-24T11:41:13Z</dc:date>
    <item>
      <title>BDC program to va</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program-to-va/m-p/6042335#M1351023</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;i am doing BDC program.the problem is i have a language field in my application, it should take only EN, FI, DE, ES and FR languages.if other than these languages are in flat file and updating into application,it should consider as error records (even though it is correct according to SAP languages) and it should go to log file. how can i do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mythily&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2009 09:40:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program-to-va/m-p/6042335#M1351023</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-24T09:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: BDC program to va</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program-to-va/m-p/6042336#M1351024</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;Give the validation for the languages EN, FI, DE, ES and FR.  Other then these languages, create an internal table for error messages and send this log to the server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raghu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2009 09:54:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program-to-va/m-p/6042336#M1351024</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-24T09:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: BDC program to va</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program-to-va/m-p/6042337#M1351025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;will you suggest me with logic how to write and where i need to provide logic in BDC program&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2009 10:34:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program-to-va/m-p/6042337#M1351025</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-24T10:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: BDC program to va</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program-to-va/m-p/6042338#M1351026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    Try to write search help exit for H_T002 . Where you can restrict the list of languages that you need as per your requirement. &lt;/P&gt;&lt;P&gt;But make sure that in your search help exit your condition is applicable for the  transaction whcih you are recording.&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;Rajitha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2009 10:35:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program-to-va/m-p/6042338#M1351026</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-24T10:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: BDC program to va</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program-to-va/m-p/6042339#M1351027</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;The validation of the fields will happen even before u call the BDC perform. Initially check the application only for these languages adn send only those for the BDC recording. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other records send to the error log file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternative:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While you enter the language field for the recording in BDC, at that point add to the error log and send only files with valid languages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;swetha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2009 10:46:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program-to-va/m-p/6042339#M1351027</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-24T10:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: BDC program to va</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program-to-va/m-p/6042340#M1351028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i did not get get useful information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i am running bdc program, if language field(in the application) finds other than 'EN,FI,DE,ES,FR and IT' should go to error logfile.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2009 11:36:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program-to-va/m-p/6042340#M1351028</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-24T11:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: BDC program to va</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program-to-va/m-p/6042341#M1351029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Before appending the records in bdcdata table put a check for language if the language is correct then append this records into bdcdata table else move this records into error log table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab.&lt;/P&gt;&lt;P&gt;if itab-language = 'EN'.&lt;/P&gt;&lt;P&gt;append records in BDCDATA table.&lt;/P&gt;&lt;P&gt;call transaction "ABC' using g_t_bdcadta(tablelike BDCDATA).&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;move records to the error table.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is only the sample code if you are using the BDC session method then change the code accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help u.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2009 11:41:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program-to-va/m-p/6042341#M1351029</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-24T11:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: BDC program to va</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program-to-va/m-p/6042342#M1351030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Before filling up the BDC table have validation on the file data. Unless and untill all the data in file is correct for BDC upload do not begin Bdc OR create a error file for the records which have incorrect language and proceed with rest of the records for BDC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2009 11:50:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program-to-va/m-p/6042342#M1351030</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-24T11:50:19Z</dc:date>
    </item>
  </channel>
</rss>

