<?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 zeros in abap objects. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-leading-zeros-in-abap-objects/m-p/2404660#M535946</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi laxmi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the dmb value has decimal points like '123456.20' then the &lt;/P&gt;&lt;P&gt;i_value should have '0000000123456.20'. How this can be done. if i apply&lt;/P&gt;&lt;P&gt;the logic which u told then it is removing the decimal places. Could u please help&lt;/P&gt;&lt;P&gt;me in this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Jun 2007 08:10:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-21T08:10:22Z</dc:date>
    <item>
      <title>adding leading zeros in abap objects.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-leading-zeros-in-abap-objects/m-p/2404652#M535938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anyone explain me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. How to add leading zeros to a field in abap objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For eg:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: dmb(6) type c value '123456',&lt;/P&gt;&lt;P&gt;      &lt;/P&gt;&lt;P&gt;actually the output value of c should have leading zeros added to it for length 16.&lt;/P&gt;&lt;P&gt; i.e '0000000000123456' . If the length of dmb is less than 16 then leading zeros should be added to that value to make it 16 as length. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please tell me how to do it in ABAP Objects.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2007 07:27:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-leading-zeros-in-abap-objects/m-p/2404652#M535938</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-21T07:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: adding leading zeros in abap objects.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-leading-zeros-in-abap-objects/m-p/2404653#M535939</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;U can use the FM "CONVERSION_EXIT_ALPHA_INPUT"&lt;/P&gt;&lt;P&gt;Passing the dmb&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just make sure that ur variabl should be of char(16) in ur case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ranjit Thakur.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Please Mark The Helpful Answer.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2007 07:30:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-leading-zeros-in-abap-objects/m-p/2404653#M535939</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-21T07:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: adding leading zeros in abap objects.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-leading-zeros-in-abap-objects/m-p/2404654#M535940</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;Take another character variable of length 16 and assign this dmb to that variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Suruchi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Suruchi Mahajan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2007 07:30:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-leading-zeros-in-abap-objects/m-p/2404654#M535940</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-21T07:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: adding leading zeros in abap objects.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-leading-zeros-in-abap-objects/m-p/2404655#M535941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Declare a TYPE N field with 16 length&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: dmb(6) type c value '123456',&lt;/P&gt;&lt;P&gt;        dmb1(16) type N.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Move dmb to dmb1.&lt;/P&gt;&lt;P&gt;use DMB1 in your code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points for useful Answers&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2007 07:31:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-leading-zeros-in-abap-objects/m-p/2404655#M535941</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-21T07:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: adding leading zeros in abap objects.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-leading-zeros-in-abap-objects/m-p/2404656#M535942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Camila , &lt;/P&gt;&lt;P&gt;  You can use the unpack command.&lt;/P&gt;&lt;P&gt;Here is a sample program for the same&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA : v1(16),
        v2(6) TYPE c VALUE '123456'.
unpack v2 to v1.
write /: v1 , v2&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>Thu, 21 Jun 2007 07:32:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-leading-zeros-in-abap-objects/m-p/2404656#M535942</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-21T07:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: adding leading zeros in abap objects.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-leading-zeros-in-abap-objects/m-p/2404657#M535943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;U can try this .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: dmb(16) type c value '123456',&lt;/P&gt;&lt;P&gt;      i_value(16) type n .&lt;/P&gt;&lt;P&gt; i_value = dmb .&lt;/P&gt;&lt;P&gt;write i_value .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~ Laxmi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Reward helpful answers&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2007 07:33:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-leading-zeros-in-abap-objects/m-p/2404657#M535943</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-21T07:33:26Z</dc:date>
    </item>
    <item>
      <title>Re: adding leading zeros in abap objects.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-leading-zeros-in-abap-objects/m-p/2404658#M535944</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;use Fm 'CONVERSION_EXIT_ALPHA_OUTPUT'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EX: &lt;/P&gt;&lt;P&gt;Data: Dat(16) type c. -&amp;gt; how much length u want while creating a variable itself.&lt;/P&gt;&lt;P&gt;Dat = '9999999'.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;CALL FUNCTION 'CONVERTION_EXIT_ALPHA_OUTPUT'.&lt;/P&gt;&lt;P&gt; Exporitng&lt;/P&gt;&lt;P&gt;   FIELD = Dat&lt;/P&gt;&lt;P&gt; Importing&lt;/P&gt;&lt;P&gt;   FIELD = Dat.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Write: Dat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if useful reward some points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;suresh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2007 07:40:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-leading-zeros-in-abap-objects/m-p/2404658#M535944</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-21T07:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: adding leading zeros in abap objects.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-leading-zeros-in-abap-objects/m-p/2404659#M535945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Camila&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to use the statement &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA: ALPHABET(15) VALUE '     ABCDEFGHIJ', 
      M1(4)        VALUE 'ABCD', 
      M2(6)        VALUE 'BJJCA '. 
SHIFT ALPHABET LEFT DELETING LEADING M1.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The field &lt;/P&gt;&lt;P&gt;ALPHABET&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;remains unchanged. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SHIFT ALPHABET LEFT DELETING LEADING SPACE.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The field ALPHABET now has the following contents: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;'ABCDEFGHIJ     '.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SHIFT ALPHABET RIGHT DELETING TRAILING M2.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;ALPHABET&amp;lt;/b&amp;gt; now has the following contents: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;'      ABCDEFGHI'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;&amp;lt;b&amp;gt;IN CHARACTER MODE&amp;lt;/b&amp;gt;&amp;lt;/u&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Effect&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;This is the default setting (see above), and the addition is therefore optional. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Note &lt;/P&gt;&lt;P&gt;Performance:&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For performance reasons, you should avoid using SHIFT in WHILE loops. &lt;/P&gt;&lt;P&gt;The runtime required to shift a field with length 10 by one character to the right or left requires about 5 msn (standardized microseconds). A cyclical shift requires around 7 msn. The runtime for the ... &lt;/P&gt;&lt;P&gt;LEFT DELETING LEADING&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... variant is around 3.5 msn, for ...&lt;/P&gt;&lt;P&gt;RIGHT DELETING TRAILING&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... around 4.5 msn. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all helpfull answers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2007 07:49:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-leading-zeros-in-abap-objects/m-p/2404659#M535945</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-21T07:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: adding leading zeros in abap objects.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-leading-zeros-in-abap-objects/m-p/2404660#M535946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi laxmi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the dmb value has decimal points like '123456.20' then the &lt;/P&gt;&lt;P&gt;i_value should have '0000000123456.20'. How this can be done. if i apply&lt;/P&gt;&lt;P&gt;the logic which u told then it is removing the decimal places. Could u please help&lt;/P&gt;&lt;P&gt;me in this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2007 08:10:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-leading-zeros-in-abap-objects/m-p/2404660#M535946</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-21T08:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: adding leading zeros in abap objects.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-leading-zeros-in-abap-objects/m-p/2404661#M535947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Laxmi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It perfectly works, if you integer type data type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your suggestion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2016 11:07:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-leading-zeros-in-abap-objects/m-p/2404661#M535947</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-06T11:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: adding leading zeros in abap objects.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-leading-zeros-in-abap-objects/m-p/2404662#M535948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Camila,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use FM "CONVERSION_EXIT_ALPHA_INPUT" like below:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;INPUT = V1&lt;/P&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;OUTPUT = V1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is integer type say "1234" , leading zeros will be added to it, if it is some character or string type say "ABCD", it will remain same.&lt;/P&gt;&lt;P&gt;The data type of both INPUT and OUTPUT should be same, it can be any, this is the mandatory condition. Whether you use same variable for both or different.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this may help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Swati&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2016 11:40:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-leading-zeros-in-abap-objects/m-p/2404662#M535948</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-06T11:40:12Z</dc:date>
    </item>
    <item>
      <title>Re: adding leading zeros in abap objects.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-leading-zeros-in-abap-objects/m-p/2404663#M535949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is DMB ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is something that already exists in SAP such as a material number (but with a different use in the same way that you have 'Material Number' and 'Old Material Number'),&amp;nbsp; then define a custom data element with a domain of MATNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If however,&amp;nbsp; it is totally custom and does not appear anywhere in SAP then create a domain with the relevant characteristics (ie C with a length of 16),&amp;nbsp; and define the conversion exit as 'ALPHA'.&amp;nbsp; Make sure you document the domain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then create a data element based upon the domain you have created.&amp;nbsp; Document this data element since it is this documentation that will appear when the user presses the F1 key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the data element to define your fields.&amp;nbsp; When you use it as a parameter the zeroes will be added automatically.&amp;nbsp; When you write it out to a report the zeroes will be removed. ie it will work in exactly the same way as a material number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This avoids the need to keep calling the relevant conversion exits.&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;Rich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2016 11:53:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-leading-zeros-in-abap-objects/m-p/2404663#M535949</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-06T11:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: adding leading zeros in abap objects.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-leading-zeros-in-abap-objects/m-p/2404664#M535950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Kindly use the fm "&lt;SPAN style="color: #333333; font-size: 12px;"&gt;CONVERSION_EXIT_ALPHA_INPUT".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pass the input field and it will add the leading zero.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2016 12:01:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-leading-zeros-in-abap-objects/m-p/2404664#M535950</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-06T12:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: adding leading zeros in abap objects.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-leading-zeros-in-abap-objects/m-p/2404665#M535951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Old post resurrected for no good reason - locked. People - please check the date of the start of the thread before posting.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2016 15:27:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-leading-zeros-in-abap-objects/m-p/2404665#M535951</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2016-01-06T15:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: adding leading zeros in abap objects.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-leading-zeros-in-abap-objects/m-p/2404666#M535952</link>
      <description>&lt;P&gt;first of all... please check fields domain routine..if there is any FM mention for converion then use it..&lt;/P&gt;&lt;P&gt;for example for field matnr you must use "CONVERSION_EXIT_MATN1_INPUT" .&lt;/P&gt;&lt;P&gt;if there no routine mention in the domain then you can use "CONVERSION_EXIT_ALPHA_INPUT" .&lt;/P&gt;&lt;P&gt;Thank You .&lt;/P&gt;</description>
      <pubDate>Mon, 08 Feb 2021 17:26:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-leading-zeros-in-abap-objects/m-p/2404666#M535952</guid>
      <dc:creator>former_member744614</dc:creator>
      <dc:date>2021-02-08T17:26:54Z</dc:date>
    </item>
  </channel>
</rss>

