<?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_CONVERSION_EXT2INT1 sampel in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-conversion-ext2int1-sampel/m-p/2418777#M539912</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DId you ever get an example of how to fill out the Data table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Sep 2010 00:12:51 GMT</pubDate>
    <dc:creator>denisbridger</dc:creator>
    <dc:date>2010-09-17T00:12:51Z</dc:date>
    <item>
      <title>BAPI_CONVERSION_EXT2INT1 sampel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-conversion-ext2int1-sampel/m-p/2418772#M539907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on a project to connect from an external system to a SAP system using JCO. In some cases it is mandantory to convert external data to sap internal e.g. costcenter.  At the BAPI Explorer i´ve found the BAPI "BAPI_CONVERSION_EXT2INT1", has anybody a sample how to use it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joachim&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2007 06:59:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-conversion-ext2int1-sampel/m-p/2418772#M539907</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-28T06:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_CONVERSION_EXT2INT1 sampel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-conversion-ext2int1-sampel/m-p/2418773#M539908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joachim,&lt;/P&gt;&lt;P&gt;    I couldn't find code for that one.&lt;/P&gt;&lt;P&gt;But this is the functionality of that bapi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This method converts the data in method parameters from the external format into the internal format (domain conversion). This type of conversion is required to prepare data for further processing in the R/3 System.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With this method, you can, for example, convert data from its format displayed on the screen into the R/3 internal data format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data to be formatted is specified and transferred in the "data" parameter. Once the method has been called, the converted data is also stored in this parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If no conversion routine for a parameter has been specified in the ABAP Dictionary, the external data format will be returned unconverted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arun.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2007 07:10:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-conversion-ext2int1-sampel/m-p/2418773#M539908</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-28T07:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_CONVERSION_EXT2INT1 sampel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-conversion-ext2int1-sampel/m-p/2418774#M539909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;       BACV BAPI Conversion Routines&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_CONVERSION_EXT2INT Convert Data from External Format into Internal Format&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_CONVERSION_EXT2INT1 Convert Data from External Format into Internal Format&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_CONVERSION_INT2EXT Convert data from internal format into external format&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check the documentation  BAPI_CONVERSION_EXT2INT1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Text&lt;/P&gt;&lt;P&gt;Convert data from external format into internal format&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Functionality&lt;/P&gt;&lt;P&gt;This method converts the data in method parameters from the external format into the internal format (domain conversion). This type of conversion is required to prepare data for further processing in the R/3 System.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With this method, you can, for example, convert data from its format displayed on the screen into the R/3 internal data format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data to be formatted is specified and transferred in the "data" parameter. Once the method has been called, the converted data is also stored in this parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If no conversion routine for a parameter has been specified in the ABAP Dictionary, the external data format will be returned unconverted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notes&lt;/P&gt;&lt;P&gt;Messages for errors when calling the method call or converting the data are reported in the return parameter. This parameter documentation contains the return values and their meanings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The method BapiService.DataConversionInt2Ext1 converts data from the internal format to the external format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The old method BapiService.DataConversionInt2Ext is obsolete and has been replaced by the above method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Parameters&lt;/P&gt;&lt;P&gt;DATA&lt;/P&gt;&lt;P&gt;RETURN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exceptions&lt;/P&gt;&lt;P&gt;Function Group&lt;/P&gt;&lt;P&gt;BACV&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2007 07:20:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-conversion-ext2int1-sampel/m-p/2418774#M539909</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-28T07:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_CONVERSION_EXT2INT1 sampel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-conversion-ext2int1-sampel/m-p/2418775#M539910</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;my problem is not to know for which this function module is used. My problem is that I don´t know how to fill the "DATA" parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OBJTYPE	         SWO_OBJTYP                  &lt;/P&gt;&lt;P&gt;OBJNAME	        SWC_OBJEDE&lt;/P&gt;&lt;P&gt;METHOD	         SWO_VERB&lt;/P&gt;&lt;P&gt;PARAMETER    SWC_ELEM&lt;/P&gt;&lt;P&gt;FIELD	            NAME_FELD&lt;/P&gt;&lt;P&gt;ROWNUMBER  BAPI_TABL&lt;/P&gt;&lt;P&gt;INT_FORMAT    CONVERT_I&lt;/P&gt;&lt;P&gt;EXT_FORMAT   CONVERT_O&lt;/P&gt;&lt;P&gt;CONV_LEN       CONVERT_L&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anybody has an exampel code, how to use this function modul it will be greatefull.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joachim&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2007 07:32:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-conversion-ext2int1-sampel/m-p/2418775#M539910</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-28T07:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_CONVERSION_EXT2INT1 sampel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-conversion-ext2int1-sampel/m-p/2418776#M539911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anyone have a code sample for this FM?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could some one demonstrate what values should be populated in the DATA structure to convert a external functional location number to the internal format?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any information on where the proper values for Object Type, Object Name, Method, Parameter, and Field could be found would be very helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2007 13:25:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-conversion-ext2int1-sampel/m-p/2418776#M539911</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-13T13:25:16Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_CONVERSION_EXT2INT1 sampel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-conversion-ext2int1-sampel/m-p/2418777#M539912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DId you ever get an example of how to fill out the Data table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Sep 2010 00:12:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-conversion-ext2int1-sampel/m-p/2418777#M539912</guid>
      <dc:creator>denisbridger</dc:creator>
      <dc:date>2010-09-17T00:12:51Z</dc:date>
    </item>
  </channel>
</rss>

