<?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: Adding leading and trailing spaces while converting string from ABAP to XML in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-leading-and-trailing-spaces-while-converting-string-from-abap-to-xml/m-p/8682494#M1669247</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;post the output screen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 May 2012 06:54:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-05-03T06:54:21Z</dc:date>
    <item>
      <title>Adding leading and trailing spaces while converting string from ABAP to XML</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-leading-and-trailing-spaces-while-converting-string-from-abap-to-xml/m-p/8682492#M1669245</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 am passing data in internal table from abap to XML using IF_IXML interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For one string field I want to have leading and trailing spaces as it is to come in the XML converted form. But its not coming. Will anybody suggest a solution for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked the call transformation. but its not useful for this purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;MAdhuri S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2012 06:34:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-leading-and-trailing-spaces-while-converting-string-from-abap-to-xml/m-p/8682492#M1669245</guid>
      <dc:creator>Madhurivs23</dc:creator>
      <dc:date>2012-05-03T06:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: Adding leading and trailing spaces while converting string from ABAP to XML</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-leading-and-trailing-spaces-while-converting-string-from-abap-to-xml/m-p/8682493#M1669246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you try adding spaces to the string and add it ? For adding 5 spaces:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: L_S(5),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; S TYPE I.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;S = 5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE '' STRING '' INTO ROW_STRING&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SEPARATED BY L_S(S).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2012 06:51:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-leading-and-trailing-spaces-while-converting-string-from-abap-to-xml/m-p/8682493#M1669246</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-03T06:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: Adding leading and trailing spaces while converting string from ABAP to XML</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-leading-and-trailing-spaces-while-converting-string-from-abap-to-xml/m-p/8682494#M1669247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;post the output screen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2012 06:54:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-leading-and-trailing-spaces-while-converting-string-from-abap-to-xml/m-p/8682494#M1669247</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-03T06:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: Adding leading and trailing spaces while converting string from ABAP to XML</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-leading-and-trailing-spaces-while-converting-string-from-abap-to-xml/m-p/8682495#M1669248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Shambu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to generated that string with leading and trailing spaces in ABAP. Its not the issue. but if I move that to the XML. Its removing those spaces.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2012 10:55:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-leading-and-trailing-spaces-while-converting-string-from-abap-to-xml/m-p/8682495#M1669248</guid>
      <dc:creator>Madhurivs23</dc:creator>
      <dc:date>2012-05-03T10:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: Adding leading and trailing spaces while converting string from ABAP to XML</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-leading-and-trailing-spaces-while-converting-string-from-abap-to-xml/m-p/8682496#M1669249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;any answer?????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2012 12:05:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-leading-and-trailing-spaces-while-converting-string-from-abap-to-xml/m-p/8682496#M1669249</guid>
      <dc:creator>Madhurivs23</dc:creator>
      <dc:date>2012-05-03T12:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: Adding leading and trailing spaces while converting string from ABAP to XML</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-leading-and-trailing-spaces-while-converting-string-from-abap-to-xml/m-p/8682497#M1669250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just read following thread :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/thread/147979" title="http://scn.sap.com/thread/147979"&gt;http://scn.sap.com/thread/147979&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also help following WIKI document :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://wiki.sdn.sap.com/wiki/display/XI/ABAP+Mapping+Steps" title="http://wiki.sdn.sap.com/wiki/display/XI/ABAP+Mapping+Steps"&gt;http://wiki.sdn.sap.com/wiki/display/XI/ABAP+Mapping+Steps&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2012 12:43:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-leading-and-trailing-spaces-while-converting-string-from-abap-to-xml/m-p/8682497#M1669250</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-03T12:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: Adding leading and trailing spaces while converting string from ABAP to XML</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-leading-and-trailing-spaces-while-converting-string-from-abap-to-xml/m-p/8682498#M1669251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Krupa,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i checked the above threads. But it doesnt mentioned anywhere to have leading and trailing spaces.&lt;/P&gt;&lt;P&gt;My string is "&amp;nbsp;&amp;nbsp; 3C3Z&amp;nbsp;&amp;nbsp;&amp;nbsp; 6731AA&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ". and I want to have it same in XML format with leading and trailing spaces.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2012 05:14:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-leading-and-trailing-spaces-while-converting-string-from-abap-to-xml/m-p/8682498#M1669251</guid>
      <dc:creator>Madhurivs23</dc:creator>
      <dc:date>2012-05-04T05:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: Adding leading and trailing spaces while converting string from ABAP to XML</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-leading-and-trailing-spaces-while-converting-string-from-abap-to-xml/m-p/8682499#M1669252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am generating XML file using iXML interface. while passing one string, I want to keep leading and trailing spaces as it is while passing it to XML file. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How should I do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Madhuri Sonawane&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2012 07:17:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-leading-and-trailing-spaces-while-converting-string-from-abap-to-xml/m-p/8682499#M1669252</guid>
      <dc:creator>Madhurivs23</dc:creator>
      <dc:date>2012-05-16T07:17:09Z</dc:date>
    </item>
  </channel>
</rss>

