<?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 T-Code - MB1C in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-for-t-code-mb1c/m-p/2007122#M409211</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;I have solved the issue, and i am able to record and also execute the transaaction.&lt;/P&gt;&lt;P&gt;using the below work around.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: v_options like ctu_params.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;v_option-dismode  = p_dsmode.&lt;/P&gt;&lt;P&gt;v_option-updmode  = p_udmode.&lt;/P&gt;&lt;P&gt;v_option-cattmode  = ' '.&lt;/P&gt;&lt;P&gt;v_option-defsize  = 'X'.&lt;/P&gt;&lt;P&gt;v_option-racommit = ' '.&lt;/P&gt;&lt;P&gt;v_option-nobinpt  = 'X'.&lt;/P&gt;&lt;P&gt;v_option-nobiend  = ' '.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'MB1C'&lt;/P&gt;&lt;P&gt;          USING i_bdcdata&lt;/P&gt;&lt;P&gt;          MESSAGES INTO i_msgtab&lt;/P&gt;&lt;P&gt;          OPTIONS FROM v_option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks to everyone for the interest and time. i have tried to be as generous as possible with the points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;aruna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Mar 2007 06:46:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-23T06:46:31Z</dc:date>
    <item>
      <title>BDC for T-Code - MB1C</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-for-t-code-mb1c/m-p/2007117#M409206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;I am unable to proceed to record (shdb) for the transaction MB1C from the second screen onwards. I have pasted the code generated from my recording below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error i get is : &lt;/P&gt;&lt;P&gt;1. I get a pop up screen ( like POPUP_TO_CONFIRM ) with the title " CODING BLOCK".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. On continuing i get: " Qty. Convers. Carried out for atleast one alternate UoM at Mat. Plan.Val. ( Message 029 of Class XU ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is appreciated and will be rewarded with points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aruna.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code follows:&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;report ZMB1C_TEST&lt;/P&gt;&lt;P&gt;       no standard page heading line-size 255.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;include bdcrecx1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameters: dataset(132) lower case.&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="3" type="ul"&gt;&lt;P&gt;   DO NOT CHANGE - the generated data section - DO NOT CHANGE    ***&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;*&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  If it is nessesary to change the data section use the rules:&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  1.) Each definition of a field exists of two lines&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  2.) The first line shows exactly the comment&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      '* data element: ' followed with the data element&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      which describes the field.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      If you don't have a data element use the&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      comment without a data element name&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  3.) The second line shows the fieldname of the&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      structure, the fieldname must consist of&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      a fieldname and optional the character '_' and&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      three numbers and the field length in brackets&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  4.) Each field must be type C.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="3" type="ul"&gt;&lt;P&gt;Generated data section with specific formatting - DO NOT CHANGE  ***&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;data: begin of record,&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;data element: BLDAT&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        BLDAT_001(010),&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;data element: BUDAT&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        BUDAT_002(010),&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;data element: BWARTWA&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        BWARTWA_003(003),&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;data element: WERKS_D&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        WERKS_004(004),&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;data element: LGORT_D&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        LGORT_005(004),&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;data element:&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        XFULL_006(001),&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;data element: WVERS2&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        WVERS2_007(001),&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;data element: MATNR&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        MATNR_01_008(018),&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;data element: ERFMG&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        ERFMG_01_009(017),&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;data element: CHARG_D&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        CHARG_01_010(010),&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;data element: FMORE&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        FMORE_011(001),&lt;/P&gt;&lt;P&gt;      end of record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="3" type="ul"&gt;&lt;P&gt;End generated data section ***&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start-of-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform open_dataset using dataset.&lt;/P&gt;&lt;P&gt;perform open_group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;read dataset dataset into record.&lt;/P&gt;&lt;P&gt;if sy-subrc &amp;lt;&amp;gt; 0. exit. endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPMM07M' '0400'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'RM07M-LGORT'.&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 'MKPF-BLDAT'&lt;/P&gt;&lt;P&gt;                              record-BLDAT_001.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MKPF-BUDAT'&lt;/P&gt;&lt;P&gt;                              record-BUDAT_002.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'RM07M-BWARTWA'&lt;/P&gt;&lt;P&gt;                              record-BWARTWA_003.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'RM07M-WERKS'&lt;/P&gt;&lt;P&gt;                              record-WERKS_004.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'RM07M-LGORT'&lt;/P&gt;&lt;P&gt;                              record-LGORT_005.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'XFULL'&lt;/P&gt;&lt;P&gt;                              record-XFULL_006.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'RM07M-WVERS2'&lt;/P&gt;&lt;P&gt;                              record-WVERS2_007.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPMM07M' '0421'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'MSEG-CHARG(01)'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '=BU'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MSEG-MATNR(01)'&lt;/P&gt;&lt;P&gt;                              record-MATNR_01_008.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MSEG-ERFMG(01)'&lt;/P&gt;&lt;P&gt;                              record-ERFMG_01_009.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MSEG-CHARG(01)'&lt;/P&gt;&lt;P&gt;                              record-CHARG_01_010.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'DKACB-FMORE'&lt;/P&gt;&lt;P&gt;                              record-FMORE_011.&lt;/P&gt;&lt;P&gt;perform bdc_transaction using 'MB1C'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;enddo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform close_group.&lt;/P&gt;&lt;P&gt;perform close_dataset using dataset.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2007 16:45:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-for-t-code-mb1c/m-p/2007117#M409206</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-21T16:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: BDC for T-Code - MB1C</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-for-t-code-mb1c/m-p/2007118#M409207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can't you try to make the recording without avoiding SAP alerts or notifications ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RIU&lt;/P&gt;&lt;P&gt;arthur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2007 17:01:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-for-t-code-mb1c/m-p/2007118#M409207</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-21T17:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: BDC for T-Code - MB1C</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-for-t-code-mb1c/m-p/2007119#M409208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks arthur for the update. &lt;/P&gt;&lt;P&gt;It will help greatly if you could give pointers on how to proceed with the recording without avoiding SAP alerts or notifications.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2007 08:25:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-for-t-code-mb1c/m-p/2007119#M409208</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-22T08:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: BDC for T-Code - MB1C</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-for-t-code-mb1c/m-p/2007120#M409209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead of BDC u can try BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;BAPI TO Upload Inventory Data&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;GMCODE Table T158G - 01 - MB01 - Goods Receipts for Purchase Order&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                     02 - MB31 - Goods Receipts for Prod Order&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                     03 - MB1A - Goods Issue&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                     04 - MB1B - Transfer Posting&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                     05 - MB1C - Enter Other Goods Receipt&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                     06 - MB11&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Domain: KZBEW - Movement Indicator&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     Goods movement w/o reference&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; B - Goods movement for purchase order&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; F - Goods movement for production order&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; L - Goods movement for delivery note&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; K - Goods movement for kanban requirement (WM - internal only)&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; O - Subsequent adjustment of "material-provided" consumption&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; W - Subsequent adjustment of proportion/product unit material&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_GOODSMVT_CREATE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2007 08:34:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-for-t-code-mb1c/m-p/2007120#M409209</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-22T08:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: BDC for T-Code - MB1C</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-for-t-code-mb1c/m-p/2007121#M409210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if there are for instance mandatory fields you can press enter on every field and get a error that some fields need to be filled in or you can fill in everything already and avoid messages about mandatory fields. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with LSMW recordings especially which is merely the same priniciple based on BDC , error messages are really killing and have to be avoided at any cost. You just have to try you're self in you're transaction where you run into and how to avoid it in you're recording.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when I run the transaction I don't get the error. I guess you have t check the material master or try an other material to see if the error persists. for so far I can tell the error suggests that there is a difference between the units of order and goodsmovement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This can happen for instance if the material has as a unit BOX since the unit you order it in is in BOXes. but when someone in you're company needs that part he only wants 1 piece and not a whole box (where a box for example contains 12 pieces). so the goodsmovement unit is different from the ordering unit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try the recording with a material where there is no difference between those 2 units.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        A. de Smidt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2007 09:56:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-for-t-code-mb1c/m-p/2007121#M409210</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-22T09:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: BDC for T-Code - MB1C</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-for-t-code-mb1c/m-p/2007122#M409211</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;I have solved the issue, and i am able to record and also execute the transaaction.&lt;/P&gt;&lt;P&gt;using the below work around.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: v_options like ctu_params.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;v_option-dismode  = p_dsmode.&lt;/P&gt;&lt;P&gt;v_option-updmode  = p_udmode.&lt;/P&gt;&lt;P&gt;v_option-cattmode  = ' '.&lt;/P&gt;&lt;P&gt;v_option-defsize  = 'X'.&lt;/P&gt;&lt;P&gt;v_option-racommit = ' '.&lt;/P&gt;&lt;P&gt;v_option-nobinpt  = 'X'.&lt;/P&gt;&lt;P&gt;v_option-nobiend  = ' '.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'MB1C'&lt;/P&gt;&lt;P&gt;          USING i_bdcdata&lt;/P&gt;&lt;P&gt;          MESSAGES INTO i_msgtab&lt;/P&gt;&lt;P&gt;          OPTIONS FROM v_option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks to everyone for the interest and time. i have tried to be as generous as possible with the points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;aruna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2007 06:46:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-for-t-code-mb1c/m-p/2007122#M409211</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-23T06:46:31Z</dc:date>
    </item>
  </channel>
</rss>

