<?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: BAPI (SAP-ABAP) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-sap-abap/m-p/2230757#M479923</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Have you assigned the custom structure name which has all your custom fields to EXTENSION_IN-STRUCTURE variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thats the only way the data can be updated ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also its better to code for assigning the values&lt;/P&gt;&lt;P&gt;by using classes rather than doing a direct Assign/Move in the LSMW if the system/programs are Unicode enabled.&lt;/P&gt;&lt;P&gt;For eg u can assign use the following code as example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;prepare BAPI-parameter&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;ls_extension_in-structure = 'CI_DATA'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;doesn't work with unicode:&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;ls_extension_in-valuepart1 = ls_ci_data.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;use instead:&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;CALL METHOD cl_abap_container_utilities=&amp;gt; fill_container_c&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;im_value = ls_ci_data&lt;/P&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;ex_container = ls_extension_in-valuepart1&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;OTHERS = 0. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Suresh.D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Apr 2007 11:20:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-23T11:20:58Z</dc:date>
    <item>
      <title>BAPI (SAP-ABAP)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-sap-abap/m-p/2230755#M479921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     could u pls tell me which BAPI used to upload Email addr. I m working on LSMW where the field  Email not there in existing structure .i need to add email as per new requirement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx in Adv.&lt;/P&gt;&lt;P&gt;Prabhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2007 11:12:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-sap-abap/m-p/2230755#M479921</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-23T11:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI (SAP-ABAP)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-sap-abap/m-p/2230756#M479922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead of a bAPI write a direct program to update table PA0105 for employees email ID or PA0006 for address and email ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2007 11:19:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-sap-abap/m-p/2230756#M479922</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2007-04-23T11:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI (SAP-ABAP)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-sap-abap/m-p/2230757#M479923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Have you assigned the custom structure name which has all your custom fields to EXTENSION_IN-STRUCTURE variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thats the only way the data can be updated ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also its better to code for assigning the values&lt;/P&gt;&lt;P&gt;by using classes rather than doing a direct Assign/Move in the LSMW if the system/programs are Unicode enabled.&lt;/P&gt;&lt;P&gt;For eg u can assign use the following code as example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;prepare BAPI-parameter&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;ls_extension_in-structure = 'CI_DATA'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;doesn't work with unicode:&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;ls_extension_in-valuepart1 = ls_ci_data.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;use instead:&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;CALL METHOD cl_abap_container_utilities=&amp;gt; fill_container_c&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;im_value = ls_ci_data&lt;/P&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;ex_container = ls_extension_in-valuepart1&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;OTHERS = 0. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Suresh.D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2007 11:20:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-sap-abap/m-p/2230757#M479923</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-23T11:20:58Z</dc:date>
    </item>
  </channel>
</rss>

