<?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: Upload problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-problem/m-p/901185#M55223</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try '$INT' for e-mail address,&lt;/P&gt;&lt;P&gt;    '$MTE' fot telephone,&lt;/P&gt;&lt;P&gt;    '$MFA' for fax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At least, that's what they are for FK02. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also put in a breakpoint, press the button and then check to see the OK code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Jun 2005 13:55:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-06-20T13:55:45Z</dc:date>
    <item>
      <title>Upload problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-problem/m-p/901181#M55219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    I have written a BDC report for uploading data through transaction  XK02(change vendor details) using CALL TRANSACTION.&lt;/P&gt;&lt;P&gt;    But the problem is ,the data for all the fields except one i.e.E-mail id of the vendor is not getting updated(uploaded).After executing the report in foreground,i can see the value for the field(Email id) being populated.But when i go through the transaction for that particular entry,i cant see the updated value for the field.&lt;/P&gt;&lt;P&gt;   Can anyone please suggest where exactly the problem lies??Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Deepti.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2005 09:13:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-problem/m-p/901181#M55219</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-09T09:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: Upload problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-problem/m-p/901182#M55220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the file that you use to upload the information is client-side, the report work fine only if you execute the program in foreground.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you execute the report in background, you must indicate a remote path (for example file system of the server sap) to uploading the information. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gianluca&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2005 09:27:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-problem/m-p/901182#M55220</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-09T09:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: Upload problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-problem/m-p/901183#M55221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Deepti - I don't think you can enter the e-mail address directly from the main address screen in batch input. Try something like the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  perform dynpro&lt;/P&gt;&lt;P&gt;    tables bdcdata&lt;/P&gt;&lt;P&gt;    using:&lt;/P&gt;&lt;P&gt;  'X' 'SAPMF02K'     '0111',       "Create Vendor: Address&lt;/P&gt;&lt;P&gt;  ' ' 'BDC_OKCODE'   '$INT'.       "E-Mail Address&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  perform dynpro&lt;/P&gt;&lt;P&gt;    tables bdcdata&lt;/P&gt;&lt;P&gt;    using:&lt;/P&gt;&lt;P&gt;  'X' 'SAPLSZA6'   '0600',       "Maintain E-Mail Address&lt;/P&gt;&lt;P&gt;    ' ' 'G_SELECTED(1)'       'X',&lt;/P&gt;&lt;P&gt;    ' ' 'ADSMTP-SMTP_ADDR(1)'  email_address,&lt;/P&gt;&lt;P&gt;    ' ' 'BDC_OKCODE' 'CONT'.       "Next Screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2005 15:52:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-problem/m-p/901183#M55221</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-09T15:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: Upload problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-problem/m-p/901184#M55222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rob,&lt;/P&gt;&lt;P&gt;On the same subject of program SAPLSZA6 and uploading Email Addresses via BDC...  I cant seem to find the proper BDC code for uploading multiple telephones, faxes and emails in VAP2 (Contact Persons Change) in the CAM (central address management) section (communications).&lt;/P&gt;&lt;P&gt;I dont wanna do direct updates to ADR2,ADR3, ADR6...&lt;/P&gt;&lt;P&gt;Any help will be appreciated&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Louis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2005 05:22:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-problem/m-p/901184#M55222</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-20T05:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: Upload problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-problem/m-p/901185#M55223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try '$INT' for e-mail address,&lt;/P&gt;&lt;P&gt;    '$MTE' fot telephone,&lt;/P&gt;&lt;P&gt;    '$MFA' for fax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At least, that's what they are for FK02. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also put in a breakpoint, press the button and then check to see the OK code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2005 13:55:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-problem/m-p/901185#M55223</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-20T13:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: Upload problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-problem/m-p/901186#M55224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rob,&lt;/P&gt;&lt;P&gt;That worked! the OK_CODEs $INT, $MTE &amp;amp; $MFA for FK02 are the same for VAP2... &lt;/P&gt;&lt;P&gt;thanks for the help!&lt;/P&gt;&lt;P&gt;Louis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2005 05:42:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-problem/m-p/901186#M55224</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-21T05:42:12Z</dc:date>
    </item>
  </channel>
</rss>

