<?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: Handling Extension Structure using BAPI in Unicode environment in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/handling-extension-structure-using-bapi-in-unicode-environment/m-p/7197271#M1520649</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Can you plz elaborate what axillary structures u are using to populate you custom fileld using extension in...?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Aug 2010 03:40:18 GMT</pubDate>
    <dc:creator>anup_deshmukh4</dc:creator>
    <dc:date>2010-08-24T03:40:18Z</dc:date>
    <item>
      <title>Handling Extension Structure using BAPI in Unicode environment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/handling-extension-structure-using-bapi-in-unicode-environment/m-p/7197270#M1520648</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; I am using the BAPI BAPI_OUTB_DELIVERY_CREATE_SLS  to create Outbound Delivery.&lt;/P&gt;&lt;P&gt; We have a nested include structure in LIPS which has mixed field type.&lt;/P&gt;&lt;P&gt;Since BAPIPAREX is used to pass the value for Extension fileds, I have problem with the Unicode environment. Packed fields are filled with '#''s, Can someone who come cross similar issue could help me please.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Aug 2010 03:17:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/handling-extension-structure-using-bapi-in-unicode-environment/m-p/7197270#M1520648</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-24T03:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: Handling Extension Structure using BAPI in Unicode environment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/handling-extension-structure-using-bapi-in-unicode-environment/m-p/7197271#M1520649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Can you plz elaborate what axillary structures u are using to populate you custom fileld using extension in...?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Aug 2010 03:40:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/handling-extension-structure-using-bapi-in-unicode-environment/m-p/7197271#M1520649</guid>
      <dc:creator>anup_deshmukh4</dc:creator>
      <dc:date>2010-08-24T03:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: Handling Extension Structure using BAPI in Unicode environment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/handling-extension-structure-using-bapi-in-unicode-environment/m-p/7197272#M1520650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In BAPI the structure I want to populate : EXTENSION_IN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The custom append structure is in: LIPS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Append structure name: OILLIPS&lt;/P&gt;&lt;P&gt;(Below are Some fields in structure) &lt;/P&gt;&lt;P&gt;.INCLUDE	OID_EX		0&lt;/P&gt;&lt;P&gt;OID_EXTBOL	  OID_EXTBOL	CHAR	16&lt;/P&gt;&lt;P&gt;OID_MISCDL	  OID_MISCDL	CHAR	16&lt;/P&gt;&lt;P&gt;.APPEND	  YOID_EX		0&lt;/P&gt;&lt;P&gt;YYARC	  YYVARC	                    CHAR	                      21&lt;/P&gt;&lt;P&gt;YYLRN	  YYVLRN	CHAR	22&lt;/P&gt;&lt;P&gt;YYEPC	  YYVEPC	CHAR	4&lt;/P&gt;&lt;P&gt;YY_NOMNR	  OIJ_NOMNR	CHAR	20&lt;/P&gt;&lt;P&gt;YY_NOMTYP	OIJ_NOMTYP	CHAR	4&lt;/P&gt;&lt;P&gt;YY_PASSTHROUGH	YYMPASSTHROUGH	CHAR	1&lt;/P&gt;&lt;P&gt;YY_PARCEL	YYMPARCEL	NUMC	3&lt;/P&gt;&lt;P&gt;YY_TRD_PARCEL	YYMTRD_PARCEL	NUMC	3&lt;/P&gt;&lt;P&gt;YY_LD_LOCID	YYMLD_LOCID	CHAR	10&lt;/P&gt;&lt;P&gt;YY_DC_LOCID	YYMDC_LOCID	CHAR	10&lt;/P&gt;&lt;P&gt;YY_NOM_TSYST	OIJ_TSYST	CHAR	10&lt;/P&gt;&lt;P&gt;YY_NOM_CREYEAR	YYMCREYEAR	NUMC	4&lt;/P&gt;&lt;P&gt;YY_NOM_CYCLE	OIJ_CYCLE	CHAR	10&lt;/P&gt;&lt;P&gt;.INCLUDE	OIC_PIPE		0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried using field-symbols and casting and also CALL METHOD cl_abap_container_utilities=&amp;gt;fill_container_c. Both are giving only hexadecimal values and then when tired to assign this hexadecimals values to character field i am getting "#"'s. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This morning, when I tired by defining a structure with field correspond to this append structure as character field with length corresponding to each field and then assign individual field one by one it takes the value. There should be an efficient way of handling this scenario.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Aug 2010 14:24:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/handling-extension-structure-using-bapi-in-unicode-environment/m-p/7197272#M1520650</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-24T14:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: Handling Extension Structure using BAPI in Unicode environment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/handling-extension-structure-using-bapi-in-unicode-environment/m-p/7197273#M1520651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had a similar issue a few days ago with the extensionin structure, my field was filled with the symbols "&amp;lt;&amp;lt;&amp;lt; my value &amp;gt;&amp;gt;&amp;gt;" , i mean, between the "&amp;lt;&amp;lt;&amp;lt; &amp;gt;&amp;gt;&amp;gt;" symbols, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and i found the solution in a conversion routine for the data type, so, check if the field you want to fill have any converison routine, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(sorry about my english)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Aug 2010 14:56:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/handling-extension-structure-using-bapi-in-unicode-environment/m-p/7197273#M1520651</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-24T14:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: Handling Extension Structure using BAPI in Unicode environment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/handling-extension-structure-using-bapi-in-unicode-environment/m-p/7197274#M1520652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;not solved&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Aug 2010 13:57:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/handling-extension-structure-using-bapi-in-unicode-environment/m-p/7197274#M1520652</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-25T13:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: Handling Extension Structure using BAPI in Unicode environment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/handling-extension-structure-using-bapi-in-unicode-environment/m-p/7197275#M1520653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I solved the issue by creating dynamic structure using cl_abap_structdescr and assigned value using field-symbols.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Aug 2010 19:56:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/handling-extension-structure-using-bapi-in-unicode-environment/m-p/7197275#M1520653</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-27T19:56:24Z</dc:date>
    </item>
  </channel>
</rss>

