<?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: Remove Space in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-space/m-p/2055861#M424403</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;Try this way.&lt;/P&gt;&lt;P&gt;SHIFT LEFT lv_186_field DELETING LEADING SPACE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regads&lt;/P&gt;&lt;P&gt;Tamá&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Mar 2007 12:16:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-06T12:16:31Z</dc:date>
    <item>
      <title>Remove Space</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-space/m-p/2055856#M424398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;           1) How to remove spaces from classical report??&lt;/P&gt;&lt;P&gt;           2) At the time of sales order the stock is reserved. we want to know the name of table where we get this reservation information. In SAP we can view reservation by T.Code  : MD04.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx in advance,&lt;/P&gt;&lt;P&gt;Shardul Shah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2007 11:49:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-space/m-p/2055856#M424398</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-06T11:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Space</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-space/m-p/2055857#M424399</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;1. What do you mean? During the program compilation the editor removes all unneccessary spaces. You can try out Pretty printer also.&lt;/P&gt;&lt;P&gt;2. You can check ALL KIND OF stock of a material in transaction MMBE. Sometimes in the sales order is not really reserved, but the delivery date is pointing to a date, when there were not enough stock from that material.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tamá&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2007 12:02:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-space/m-p/2055857#M424399</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-06T12:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Space</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-space/m-p/2055858#M424400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you r talking about the classical report output than check the position number that you have given and try to adjust them ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2007 12:06:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-space/m-p/2055858#M424400</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-06T12:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Space</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-space/m-p/2055859#M424401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;at the time of print the data using write statement, its taking much spaces with the data.&lt;/P&gt;&lt;P&gt;I want to remove unnecessary spaces with the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g : 01.01.2005 / ________________186.&lt;/P&gt;&lt;P&gt;i want to remove space between date and 186.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;means it should be 01.01.2005 / 186.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2007 12:11:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-space/m-p/2055859#M424401</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-06T12:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Space</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-space/m-p/2055860#M424402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;U can use NO-GAP statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;WRITE: LV_NUM NO-GAP.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2007 12:13:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-space/m-p/2055860#M424402</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-06T12:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Space</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-space/m-p/2055861#M424403</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;Try this way.&lt;/P&gt;&lt;P&gt;SHIFT LEFT lv_186_field DELETING LEADING SPACE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regads&lt;/P&gt;&lt;P&gt;Tamá&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2007 12:16:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-space/m-p/2055861#M424403</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-06T12:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Space</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-space/m-p/2055862#M424404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If same way if i want to remove 186___________/01.01.2005&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;means output should 186/01.01.2005 , then can u send me with example??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2007 13:48:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-space/m-p/2055862#M424404</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-06T13:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Space</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-space/m-p/2055863#M424405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually i want to display SRNNO / Date in a single column.. but i m not able to display it as SRNNO using much spaces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my output coming like :: 186_______________/ 01.01.2005&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but it should be :: 186 / 01.01.2005&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx if u can help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Shardul Shah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2007 13:58:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-space/m-p/2055863#M424405</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-06T13:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Space</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-space/m-p/2055864#M424406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;test this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;report y_test1.

data : v_char(25) value '186___________/01.01.2005'.

translate v_char using '_ '.
condense v_char no-gaps.

write : v_char.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2007 13:59:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-space/m-p/2055864#M424406</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-06T13:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Space</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-space/m-p/2055865#M424407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;for reservation look at RESB, VBBE.&lt;/P&gt;&lt;P&gt;or take FM&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'MD_STOCK_REQUIREMENTS_LIST_API'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Dieter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2007 14:21:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-space/m-p/2055865#M424407</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-06T14:21:50Z</dc:date>
    </item>
  </channel>
</rss>

