<?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 for XD01 t. code-urgent in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-for-xd01-t-code-urgent/m-p/2226752#M478634</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;This is the very most common error in BDCs. If u do not pass value to any mandatory field on a particular screen then call transaction will result in such error. if u want to know which is the field then put a break point at Call Transaction statement and change the mode to 'A' i.e., all screen mode. and execute. Now transaction will be executed in foreground mode and system will stop at that particular screen where value is required for the mandatory field for which you didnt populated in the bdc code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;sksingh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 28 Apr 2007 08:12:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-28T08:12:26Z</dc:date>
    <item>
      <title>BDC for XD01 t. code-urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-for-xd01-t-code-urgent/m-p/2226751#M478633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when i execute my bdc prgm for xd01 transaction, i am getting the following error.&lt;/P&gt;&lt;P&gt;CALL_TRANSACTION XD01 Return code = 1,001  RECORD:          0&lt;/P&gt;&lt;P&gt;S No batch input data for screen SAPMF02D 0100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anyone can tell the reason of this problem?&lt;/P&gt;&lt;P&gt;when i executed, i selected call transaction&lt;/P&gt;&lt;P&gt;Processing mode N&lt;/P&gt;&lt;P&gt;update mode A.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; thks&lt;/P&gt;&lt;P&gt;regs&lt;/P&gt;&lt;P&gt;Grans&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Apr 2007 07:55:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-for-xd01-t-code-urgent/m-p/2226751#M478633</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-28T07:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: BDC for XD01 t. code-urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-for-xd01-t-code-urgent/m-p/2226752#M478634</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;This is the very most common error in BDCs. If u do not pass value to any mandatory field on a particular screen then call transaction will result in such error. if u want to know which is the field then put a break point at Call Transaction statement and change the mode to 'A' i.e., all screen mode. and execute. Now transaction will be executed in foreground mode and system will stop at that particular screen where value is required for the mandatory field for which you didnt populated in the bdc code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;sksingh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Apr 2007 08:12:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-for-xd01-t-code-urgent/m-p/2226752#M478634</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-28T08:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: BDC for XD01 t. code-urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-for-xd01-t-code-urgent/m-p/2226753#M478635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;check the recording once&lt;/P&gt;&lt;P&gt;before recording the bdc for XD01 tcode&lt;/P&gt;&lt;P&gt;first create a record manually so that you will come to know what are the required fields in each screen&lt;/P&gt;&lt;P&gt;then record the same using SHDB correctly and generate the program&lt;/P&gt;&lt;P&gt;in your case it seems that you have skipped some screen.&lt;/P&gt;&lt;P&gt;check&lt;/P&gt;&lt;P&gt;see the sample program for VD01&lt;/P&gt;&lt;P&gt;report ZSDBDCP_CUSTOMER_VD01&lt;/P&gt;&lt;P&gt;       no standard page heading&lt;/P&gt;&lt;P&gt;       line-size 255.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Includes&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;include zbdcrecx1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Internal Tables&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*-- Internal Table to hold customer data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data : begin of it_customer occurs 0,&lt;/P&gt;&lt;P&gt;         f1(4),                       " Sales Org.&lt;/P&gt;&lt;P&gt;         f2(2),                       " Distribution Channel&lt;/P&gt;&lt;P&gt;         f3(2),                       " Division&lt;/P&gt;&lt;P&gt;         f4(4),                       " Acct Group&lt;/P&gt;&lt;P&gt;         f5(30),                      " Tittle&lt;/P&gt;&lt;P&gt;         f6(40),                      " Name1&lt;/P&gt;&lt;P&gt;         f7(40),                      " Name2&lt;/P&gt;&lt;P&gt;         f8(20),                      " Search Term 1&lt;/P&gt;&lt;P&gt;         f9(20),                      " Search Term 2&lt;/P&gt;&lt;P&gt;         f10(10),                     " Postal Code&lt;/P&gt;&lt;P&gt;         f11(40),                     " City&lt;/P&gt;&lt;P&gt;         f12(3),                      " Country&lt;/P&gt;&lt;P&gt;         f13(2),                      " Language&lt;/P&gt;&lt;P&gt;         f14(2),                      " Shipping Condition&lt;/P&gt;&lt;P&gt;       end of it_customer.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Start of selection&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start-of-selection.&lt;/P&gt;&lt;P&gt;   Clear   it_customer.&lt;/P&gt;&lt;P&gt;   Refresh it_customer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*To Upload Flat file&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; CALL FUNCTION 'UPLOAD'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;           filename                = 'C:\WINDOWS\Desktop\cst_vd01.txt'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;           filetype                = 'DAT'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      TABLES&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;           data_tab                = it_customer&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      EXCEPTIONS&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;           conversion_error        = 1&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;           invalid_table_width     = 2&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;           invalid_type            = 3&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;           no_batch                = 4&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;           unknown_error           = 5&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;           gui_refuse_filetransfer = 6&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;           OTHERS                  = 7.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  WRITE : / 'Upload of Customer Ext. from ', P_FNAME, ' on ', SY-DATUM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  perform open_group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    OPEN DATASET P_FNAME FOR INPUT IN TEXT MODE.&lt;/P&gt;&lt;P&gt;  if sy-subrc ne 0.&lt;/P&gt;&lt;P&gt;    write : / 'File could not be uploaded.. Check file name.'.&lt;/P&gt;&lt;P&gt;    stop.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;  CLEAR : IT_CUSTOMER[], IT_CUSTOMER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DO.&lt;/P&gt;&lt;P&gt;    READ DATASET P_FNAME INTO V_STR.&lt;/P&gt;&lt;P&gt;    IF SY-SUBRC NE 0.&lt;/P&gt;&lt;P&gt;      EXIT.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;write v_str.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;translate v_str using '#/'.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    SPLIT V_STR AT ',' INTO IT_CUSTOMER-F1 IT_CUSTOMER-F2 IT_CUSTOMER-F3&lt;/P&gt;&lt;P&gt;                            IT_CUSTOMER-F4 IT_CUSTOMER-F5 IT_CUSTOMER-F6&lt;/P&gt;&lt;P&gt;                            IT_CUSTOMER-F7 IT_CUSTOMER-F8 IT_CUSTOMER-F9&lt;/P&gt;&lt;P&gt;                            IT_CUSTOMER-F10&lt;/P&gt;&lt;P&gt;                            IT_CUSTOMER-F11 IT_CUSTOMER-F12&lt;/P&gt;&lt;P&gt;                            IT_CUSTOMER-F13 IT_CUSTOMER-F14.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    APPEND IT_CUSTOMER.&lt;/P&gt;&lt;P&gt;    CLEAR IT_CUSTOMER.&lt;/P&gt;&lt;P&gt;  ENDDO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF IT_CUSTOMER[] IS INITIAL.&lt;/P&gt;&lt;P&gt;    WRITE : / 'No data found to upload'.&lt;/P&gt;&lt;P&gt;    STOP.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at it_customer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  perform bdc_dynpro      using 'SAPMF02D' '0107'.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                                'USE_ZAV'.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                                '/00'.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'RF02D-VKORG'&lt;/P&gt;&lt;P&gt;                                it_customer-f1.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'RF02D-VTWEG'&lt;/P&gt;&lt;P&gt;                                it_customer-f2.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'RF02D-SPART'&lt;/P&gt;&lt;P&gt;                                it_customer-f3.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'RF02D-KTOKD'&lt;/P&gt;&lt;P&gt;                                it_customer-f4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'RF02D-REF_KUNNR'&lt;/P&gt;&lt;P&gt;                                  ''.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'RF02D-REF_VKORG'&lt;/P&gt;&lt;P&gt;                                  ''.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'RF02D-REF_VTWEG'&lt;/P&gt;&lt;P&gt;                                  ''.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'RF02D-REF_SPART'&lt;/P&gt;&lt;P&gt;                                 ''.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'USE_ZAV'&lt;/P&gt;&lt;P&gt;                                'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  perform bdc_dynpro      using 'SAPMF02D' '0111'.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                                '=VW'.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                                'ADDR1_DATA-POST_CODE1'.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'SZA1_D0100-TITLE_MEDI'&lt;/P&gt;&lt;P&gt;                                it_customer-f5.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'ADDR1_DATA-NAME1'&lt;/P&gt;&lt;P&gt;                                it_customer-f6.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'ADDR1_DATA-NAME2'&lt;/P&gt;&lt;P&gt;                                it_customer-f7.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'ADDR1_DATA-SORT1'&lt;/P&gt;&lt;P&gt;                                it_customer-f8.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'ADDR1_DATA-SORT2'&lt;/P&gt;&lt;P&gt;                                it_customer-f9.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'ADDR1_DATA-POST_CODE1'&lt;/P&gt;&lt;P&gt;                                it_customer-f10.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'ADDR1_DATA-CITY1'&lt;/P&gt;&lt;P&gt;                                it_customer-f11.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'ADDR1_DATA-COUNTRY'&lt;/P&gt;&lt;P&gt;                                it_customer-f12.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'ADDR1_DATA-LANGU'&lt;/P&gt;&lt;P&gt;                                it_customer-f13.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  perform bdc_dynpro      using 'SAPMF02D' '0120'.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                                'KNA1-LIFNR'.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                                '=VW'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  perform bdc_dynpro      using 'SAPMF02D' '0125'.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                                'KNA1-NIELS'.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                                '=VW'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  perform bdc_dynpro      using 'SAPMF02D' '0340'.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                                'KNVA-ABLAD(01)'.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                                '=VW'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  perform bdc_dynpro      using 'SAPMF02D' '0370'.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                                'KNEX-LNDEX(01)'.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                                '=VW'.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'KNA1-CIVVE'&lt;/P&gt;&lt;P&gt;                                'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  perform bdc_dynpro      using 'SAPMF02D' '0360'.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                                'KNVK-NAMEV(01)'.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                                '=VW'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  perform bdc_dynpro      using 'SAPMF02D' '0310'.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                                'KNVV-BEGRU'.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                                '=VW'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  perform bdc_dynpro      using 'SAPMF02D' '0315'.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                                'KNVV-ANTLF'.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                                '=VW'.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'KNVV-KZAZU'&lt;/P&gt;&lt;P&gt;                                'X'.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'KNVV-VSBED'&lt;/P&gt;&lt;P&gt;                                it_customer-f14.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'KNVV-ANTLF'&lt;/P&gt;&lt;P&gt;                                ''.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  perform bdc_dynpro      using 'SAPMF02D' '0324'.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                                'KNVP-PARVW(01)'.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                                '=UPDA'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*--To call Transaction&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  perform bdc_transaction using 'VD01'.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;  perform close_group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if useful&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Apr 2007 09:12:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-for-xd01-t-code-urgent/m-p/2226753#M478635</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-28T09:12:04Z</dc:date>
    </item>
  </channel>
</rss>

