<?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 MK02 - BDC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/mk02-bdc/m-p/5955178#M1336772</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;  I am working on MK02 BDC.&lt;/P&gt;&lt;P&gt;  I need to update few fields in the Address screen, among them e-mail is one field.  All other fields are updating successfully&lt;/P&gt;&lt;P&gt;except e-mial field.  Can any one plz help me in this regard.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 02 Aug 2009 12:03:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-08-02T12:03:08Z</dc:date>
    <item>
      <title>MK02 - BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mk02-bdc/m-p/5955178#M1336772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;  I am working on MK02 BDC.&lt;/P&gt;&lt;P&gt;  I need to update few fields in the Address screen, among them e-mail is one field.  All other fields are updating successfully&lt;/P&gt;&lt;P&gt;except e-mial field.  Can any one plz help me in this regard.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Aug 2009 12:03:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mk02-bdc/m-p/5955178#M1336772</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-02T12:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: MK02 - BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mk02-bdc/m-p/5955179#M1336773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The code is as mentioned below...&lt;/P&gt;&lt;P&gt;  loop at it_mk02 into wa_mk02.&lt;/P&gt;&lt;P&gt;    refresh it_bdcdata.&lt;/P&gt;&lt;P&gt;    perform bdc_dynpro using 'SAPMF02K' 0108.&lt;/P&gt;&lt;P&gt;    perform bdc_field using 'RF02K-LIFNR' wa_mk02-lifnr.&lt;/P&gt;&lt;P&gt;    perform bdc_field using 'RF02K-EKORG' c_ekorg.&lt;/P&gt;&lt;P&gt;    perform bdc_field using 'RF02K-D0110' 'X'.&lt;/P&gt;&lt;P&gt;    perform bdc_field using 'RF02K-D0310' 'X'.&lt;/P&gt;&lt;P&gt;    perform bdc_field using 'BDC_OKCODE' '/00'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    perform bdc_dynpro using 'SAPMF02K' 0110.&lt;/P&gt;&lt;P&gt;    perform bdc_field using 'BDC_OKCODE' '=VW'.&lt;/P&gt;&lt;P&gt;    perform bdc_field using 'LFA1-TELF1' wa_mk02-TEL_NUMBER.&lt;/P&gt;&lt;P&gt;    perform bdc_field using 'LFA1-TELFX' wa_mk02-FAX_NUMBER.&lt;/P&gt;&lt;P&gt;    perform bdc_field using 'LFA1-LFURL' wa_mk02-SMTP_ADDR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    perform bdc_dynpro using 'SAPMF02K' 0310.&lt;/P&gt;&lt;P&gt;    perform bdc_field using 'LFM1-VERKF' wa_mk02-VERKF.&lt;/P&gt;&lt;P&gt;    perform bdc_field using 'LFM1-TELF1' wa_mk02-MOB_NUMBER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    perform bdc_field using 'BDC_OKCODE' '=UPDA'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    call transaction 'MK02' using it_bdcdata mode 'A' update 'A'&lt;/P&gt;&lt;P&gt;         messages into it_bdcmsgcoll.&lt;/P&gt;&lt;P&gt;    if sy-subrc = 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    write : / 'SUCCESS'.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    endif.&lt;/P&gt;&lt;P&gt;  endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Aug 2009 12:05:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mk02-bdc/m-p/5955179#M1336773</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-02T12:05:03Z</dc:date>
    </item>
    <item>
      <title>Re: MK02 - BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mk02-bdc/m-p/5955180#M1336774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this has been solved by self....need to check 'Use central address Management' check box in the SHDB transaction.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Nov 2009 10:41:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mk02-bdc/m-p/5955180#M1336774</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-21T10:41:23Z</dc:date>
    </item>
  </channel>
</rss>

