<?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 conversion routine for sign '-'. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routine-for-sign/m-p/1165943#M121751</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;I added some userdefined fields for material master transaction with the domain ZUABMASS.&lt;/P&gt;&lt;P&gt;My requirement is here when user enter value in these fields.&lt;/P&gt;&lt;P&gt;for ex:&lt;/P&gt;&lt;P&gt;enter value        display value&lt;/P&gt;&lt;P&gt;1                              1,000(but i want like +1,000)&lt;/P&gt;&lt;P&gt;-2                             2,000-(but i want like -2,000)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, Iam writing conersion routine(ZDECS) for  the domain ZUABMASS which has data type dec and decimal places 3 using  function modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
CONVERSION_EXIT_ZDECS_OUTPUT
CONVERSION_EXIT_ZDECS_INPUT&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;So any body please give me some code how to go abt it in those function modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;P&gt;Chandu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Sai Chand Pullepu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Feb 2006 14:09:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-02-27T14:09:10Z</dc:date>
    <item>
      <title>conversion routine for sign '-'.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routine-for-sign/m-p/1165943#M121751</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;I added some userdefined fields for material master transaction with the domain ZUABMASS.&lt;/P&gt;&lt;P&gt;My requirement is here when user enter value in these fields.&lt;/P&gt;&lt;P&gt;for ex:&lt;/P&gt;&lt;P&gt;enter value        display value&lt;/P&gt;&lt;P&gt;1                              1,000(but i want like +1,000)&lt;/P&gt;&lt;P&gt;-2                             2,000-(but i want like -2,000)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, Iam writing conersion routine(ZDECS) for  the domain ZUABMASS which has data type dec and decimal places 3 using  function modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
CONVERSION_EXIT_ZDECS_OUTPUT
CONVERSION_EXIT_ZDECS_INPUT&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;So any body please give me some code how to go abt it in those function modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;P&gt;Chandu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Sai Chand Pullepu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2006 14:09:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routine-for-sign/m-p/1165943#M121751</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-27T14:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: conversion routine for sign '-'.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routine-for-sign/m-p/1165944#M121752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer the standard fm &lt;/P&gt;&lt;P&gt;for eg:&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_ALPHA_INPUT or CONVERSION_EXIT*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2006 14:15:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routine-for-sign/m-p/1165944#M121752</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-27T14:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: conversion routine for sign '-'.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routine-for-sign/m-p/1165945#M121753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi eshwar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I treid but those are not helpful for my situation.&lt;/P&gt;&lt;P&gt;Thats why i created new routine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2006 14:20:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routine-for-sign/m-p/1165945#M121753</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-27T14:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: conversion routine for sign '-'.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routine-for-sign/m-p/1165946#M121754</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;the fm CLOI_PUT_SIGN_IN_FRONT puts the -ve sign in front..&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;Suresh Datti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2006 14:26:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routine-for-sign/m-p/1165946#M121754</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2006-02-27T14:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: conversion routine for sign '-'.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routine-for-sign/m-p/1165947#M121755</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;check this code : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT.....input&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : ws_output(6) type c.&lt;/P&gt;&lt;P&gt;ws_output = input.&lt;/P&gt;&lt;P&gt;concatenate ws_output ',' '000' into ws_output.&lt;/P&gt;&lt;P&gt;output = ws_output&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT....output&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; data : ws_input(2) type c.&lt;/P&gt;&lt;P&gt;  ws_input = input+0(2).&lt;/P&gt;&lt;P&gt;  WRITE: ws_input TO output .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if any changes required , try to change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Laxman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2006 14:37:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routine-for-sign/m-p/1165947#M121755</guid>
      <dc:creator>Laxmana_Appana_</dc:creator>
      <dc:date>2006-02-27T14:37:42Z</dc:date>
    </item>
  </channel>
</rss>

