<?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: Delete leading space in integer in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-leading-space-in-integer/m-p/3841204#M923628</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have recorded transaction ML81 and have to make changes in the Service entry sheet. When making changes into the same i have to pass line no. which needs to be modified as i have to modify quantity. In order to pass line no. I have read data using sy-tabix and then passed the same into a temporary integer value which signifies line no. But due to spaces present in it BDC is not capturing the line no. So it skips this step and move further without amendment&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 May 2008 16:21:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-14T16:21:16Z</dc:date>
    <item>
      <title>Delete leading space in integer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-leading-space-in-integer/m-p/3841180#M923604</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 have a requirement where I need to pass integer value only and do not need leading spaces. Can someone please help me to get this issue resolved?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried using "shift"/condense and many more options. None of them works as they are for type C,N,D,T.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plese help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 15:02:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-leading-space-in-integer/m-p/3841180#M923604</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T15:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: Delete leading space in integer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-leading-space-in-integer/m-p/3841181#M923605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u need to use convert_exit_apha_output FM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in se37 chek for Convert&lt;STRONG&gt;alpha&lt;/STRONG&gt;output FM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 15:05:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-leading-space-in-integer/m-p/3841181#M923605</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2008-05-14T15:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: Delete leading space in integer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-leading-space-in-integer/m-p/3841182#M923606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael , &lt;/P&gt;&lt;P&gt;  INtegers wont have leading spaces , what exactly do want to acheive . &lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Arun R on May 14, 2008 8:44 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 15:07:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-leading-space-in-integer/m-p/3841182#M923606</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T15:07:54Z</dc:date>
    </item>
    <item>
      <title>Re: Delete leading space in integer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-leading-space-in-integer/m-p/3841183#M923607</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;Did you used the command &lt;STRONG&gt;UNPACK&lt;/STRONG&gt; and &lt;STRONG&gt;CONDENSE&lt;/STRONG&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>Wed, 14 May 2008 15:09:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-leading-space-in-integer/m-p/3841183#M923607</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T15:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: Delete leading space in integer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-leading-space-in-integer/m-p/3841184#M923608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;u can't use CONDENSE for deleting leading spaces of TYPE I fields. MOVE THIS DATA to character/String Variable and then CONDENSE this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg:&lt;/P&gt;&lt;P&gt;DATA: w_num TYPE I VALUE 8,&lt;/P&gt;&lt;P&gt;           w_char TYPE string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MOVE w_num TO w_char.&lt;/P&gt;&lt;P&gt;CONDENSE w_char.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE :/1 w_num&lt;/P&gt;&lt;P&gt;/1 w_char.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 15:10:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-leading-space-in-integer/m-p/3841184#M923608</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2008-05-14T15:10:27Z</dc:date>
    </item>
    <item>
      <title>Re: Delete leading space in integer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-leading-space-in-integer/m-p/3841185#M923609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;An interger field can not have spaces.  So passing the field would have leading zeroes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 15:10:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-leading-space-in-integer/m-p/3841185#M923609</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T15:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: Delete leading space in integer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-leading-space-in-integer/m-p/3841186#M923610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DATA : lv_num TYPE i VALUE '123'.&lt;/P&gt;&lt;P&gt;data : lv_num1(10) type c .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lv_num1(10) = lv_num.&lt;/P&gt;&lt;P&gt;SHIFT lv_num1 LEFT DELETING LEADING space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE:/ lv_num1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 15:11:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-leading-space-in-integer/m-p/3841186#M923610</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T15:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: Delete leading space in integer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-leading-space-in-integer/m-p/3841187#M923611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the prompt reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but my question is to remove space in integer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Condense/ covert&lt;STRONG&gt;alpha&lt;/STRONG&gt;input/output will all be applied on char type. These will not resolve my problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my problem is like I have an integer whose value is '        8' (do not refer quote, it is used to show leading space). I have to get only 8 and that to in integer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 15:19:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-leading-space-in-integer/m-p/3841187#M923611</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T15:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: Delete leading space in integer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-leading-space-in-integer/m-p/3841188#M923612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Micheal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Integers are stored as Binary.  So you can't have a space.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To prove this, put a breakpoint in your program at the field with the value in it.  Then when in debug, double click on the &lt;/P&gt;&lt;P&gt;field.  Where it shows the value, yes you will see ' 8'.  however, if you push the Magnifying glass with the + in it, you will see the true&lt;/P&gt;&lt;P&gt;value of the field in HEX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Passing this field should pass the integer in binary.  You must make sure that the sizes are the same in the sending and receiving fields of what ever you are attempting to pass it to.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 15:25:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-leading-space-in-integer/m-p/3841188#M923612</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T15:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: Delete leading space in integer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-leading-space-in-integer/m-p/3841189#M923613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael , &lt;/P&gt;&lt;P&gt;  You cannot acheive it using int data type , you need to move it to a variable of type n and then use shift to acheive the result.&lt;/P&gt;&lt;P&gt;Here is a sample code for the same&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data v1 type i.
data v2(10) type n.

v1 = 8.
v2 = v1.
shift v2  left deleting leading '0'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 15:26:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-leading-space-in-integer/m-p/3841189#M923613</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T15:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: Delete leading space in integer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-leading-space-in-integer/m-p/3841190#M923614</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;your issue is not very clear, I can't understand where u have the integer and where u have to put the integer, anyway try to see if this sample is helpfull for you:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA: V_CHAR(10) TYPE C,
        I          TYPE I VALUE 8,
        LEN        TYPE I.

  WRITE I TO V_CHAR.

  CONDENSE V_CHAR NO-GAPS.

  LEN = STRLEN( V_CHAR ).

  WRITE V_CHAR(LEN).&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 15:30:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-leading-space-in-integer/m-p/3841190#M923614</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T15:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: Delete leading space in integer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-leading-space-in-integer/m-p/3841191#M923615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a sample code. i tried to replicate the same case,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : v_int type i.&lt;/P&gt;&lt;P&gt;v_int = 56.&lt;/P&gt;&lt;P&gt;write v_int.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here you will get the spaces. How to remove spaces in integer(i do not want ouput in any other data type).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 15:33:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-leading-space-in-integer/m-p/3841191#M923615</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T15:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: Delete leading space in integer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-leading-space-in-integer/m-p/3841192#M923616</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;  DATA : V_INT TYPE I.&lt;/P&gt;&lt;P&gt;  V_INT = 56.&lt;/P&gt;&lt;P&gt;  WRITE V_INT LEFT-JUSTIFIED.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 15:35:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-leading-space-in-integer/m-p/3841192#M923616</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T15:35:52Z</dc:date>
    </item>
    <item>
      <title>Re: Delete leading space in integer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-leading-space-in-integer/m-p/3841193#M923617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check the post of Max for the solution to your problem , it would have been great if you had mentioned that you want to acheive it in write statement .&lt;/P&gt;&lt;P&gt;use LEFT-JUSTIFIED along with the write statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data v1 type i.

v1 = 8.
write v1.
skip 1 .
write v1 LEFT-JUSTIFIED.
skip 1.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 15:37:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-leading-space-in-integer/m-p/3841193#M923617</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T15:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: Delete leading space in integer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-leading-space-in-integer/m-p/3841194#M923618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then if you are not passing it to a FM, or another program etc...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max's suggestion is the best solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can move it to a character type field as many here have suggested and use the SHIFT LEFT deleteing leading zeros.&lt;/P&gt;&lt;P&gt;Then, print the Character field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 15:37:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-leading-space-in-integer/m-p/3841194#M923618</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T15:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: Delete leading space in integer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-leading-space-in-integer/m-p/3841195#M923619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;
form alpha_input using p_var.

call function 'CONVERSION_EXIT_ALPHA_OUTPUT'
exporting
input = p_var
importing
output = p_var.

endform. " alpha_input&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 15:38:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-leading-space-in-integer/m-p/3841195#M923619</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2008-05-14T15:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: Delete leading space in integer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-leading-space-in-integer/m-p/3841196#M923620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have to use this variable containing no spaces furher. So "left-justified' will not work. Anyways good one. Please help me in this requirement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 15:38:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-leading-space-in-integer/m-p/3841196#M923620</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T15:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: Delete leading space in integer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-leading-space-in-integer/m-p/3841197#M923621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
data : v_int type i,
v_len type i,
v_char type char10.


v_int = 356.
v_char = v_int.
condense v_char.
v_len = strlen( v_char ).
write at (v_len)v_int.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 15:39:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-leading-space-in-integer/m-p/3841197#M923621</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2008-05-14T15:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: Delete leading space in integer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-leading-space-in-integer/m-p/3841198#M923622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Writing Left justified does NOT effect the original value.  It's simply the displaying of it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 15:39:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-leading-space-in-integer/m-p/3841198#M923622</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T15:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: Delete leading space in integer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-leading-space-in-integer/m-p/3841199#M923623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;then the only option is to use type N.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 15:41:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-leading-space-in-integer/m-p/3841199#M923623</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T15:41:25Z</dc:date>
    </item>
  </channel>
</rss>

