<?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: workflow in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow/m-p/3828010#M920563</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;There are ome standard function modules for conversion exits like CONVERSION_EXIT_ALPHA_INPUT.These can be used for zero padding and to replace the spaces in your numeric variabl with zeroes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But thses conversion exits are valid only for numeric variables and not for characters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also there is ne more function module CONVERSION_EXIT_KONPD_INPUT which is used for changing numric values to character values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg:- in case of project id(psphi)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 24 May 2008 12:12:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-24T12:12:00Z</dc:date>
    <item>
      <title>workflow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow/m-p/3828005#M920558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi guys  what are  conversion exits&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 May 2008 08:22:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workflow/m-p/3828005#M920558</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-24T08:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: workflow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow/m-p/3828006#M920559</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;Pls refer the link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_40b/helpdata/en/cf/21ee19446011d189700000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_40b/helpdata/en/cf/21ee19446011d189700000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2004/helpdata/en/33/206bc8012e11d3b495006094192fe3/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2004/helpdata/en/33/206bc8012e11d3b495006094192fe3/content.htm&lt;/A&gt;&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;Amit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 May 2008 09:25:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workflow/m-p/3828006#M920559</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-24T09:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: workflow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow/m-p/3828007#M920560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi check this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ALPHA Conversion Routine&lt;/P&gt;&lt;P&gt;Use&lt;/P&gt;&lt;P&gt;The ALPHA conversion is used in the BW system for each presetting for character&lt;/P&gt;&lt;P&gt;characteristics. The ALPHA conversion routine is registered automatically when a characteristic is&lt;/P&gt;&lt;P&gt;created. If you do not want to use this routine, you have to remove it manually.&lt;/P&gt;&lt;P&gt;The ALPHA conversion routine is used, for example, with account numbers or document&lt;/P&gt;&lt;P&gt;numbers.&lt;/P&gt;&lt;P&gt;Functions&lt;/P&gt;&lt;P&gt;When converting from an external into an internal format this checks whether the entry in the&lt;/P&gt;&lt;P&gt;INPUT field is wholly numerical, whether it consists of digits only, possibly with blank spaces&lt;/P&gt;&lt;P&gt;before and/or after. If yes, the sequence of digits is copied to the OUTPUT field, right-aligned,&lt;/P&gt;&lt;P&gt;and the space on the left is filled with zeros (&amp;#145;0&amp;#146;). Otherwise the sequence of digits is copied to the&lt;/P&gt;&lt;P&gt;output field from left to right and the space to the right remains blank.&lt;/P&gt;&lt;P&gt;For conversions from an internal to an external format (function module&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_ALPHA_OUTPUT) the process is reversed. Blank characters on the lefthand&lt;/P&gt;&lt;P&gt;side are omitted from the output.&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;Input and output fields are each 8 characters long. A conversion from an external to an internal&lt;/P&gt;&lt;P&gt;format takes place:&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;1. '1234 ' -&amp;gt; '00001234'&lt;/P&gt;&lt;P&gt;2. 'ABCD ' -&amp;gt; 'ABCD '&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 May 2008 09:37:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workflow/m-p/3828007#M920560</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-24T09:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: workflow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow/m-p/3828008#M920561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi there...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Purpose&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You use a conversion exit to define a jump to a conversion routine for a column of your output table. As the exit you specify the &amp;lt;conv&amp;gt; part of a function module called CONVERSION_EXIT_ &amp;lt;conv&amp;gt; &lt;U&gt;OUTPUT . For example, you can use conversion exit ALPHA (see function module CONVERSION&lt;/U&gt;EXIT_ALPHA_OUTPUT ) to suppress leading zeros of account numbers. &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 conversion exit is implemented through WRITE addition USING EDIT MASK .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prerequisites&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So that the ALV Grid Control can perform the conversion, it must know the internal and the external length of the field, which is the same as the length before and the length after the conversion.&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 following example that uses editing template EDIT MASK for the WRITE command shows you how these lengths are specified:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA TIME TYPE T VALUE '154633'.&lt;/P&gt;&lt;P&gt;WRITE (8) TIME USING EDIT MASK '__:__:__'. "Output: 15:46:33 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this example, the internal length (of type T) is six characters, while the output length is eight.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The column width (which can be set using the current layout) does not depend on these values and needs not be adjusted accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Process Flow&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Declare the internal and the external length of the field to the ALV Grid Control.&lt;/P&gt;&lt;P&gt;For fields with DDIC reference, the ALV Grid Control automatically uses the internal and the external length. &lt;/P&gt;&lt;P&gt;For fields without DDIC reference, you must specify the internal length using field INTLEN and the external length using field DD_OUTLEN of the field catalog (see Parameters for Fields Without DDIC Reference).&lt;/P&gt;&lt;P&gt;Specify the conversion exit using field EDIT_MASK of the field catalog (see Formatting Column Contents). &lt;/P&gt;&lt;P&gt;Pass the field catalog with method set_table_for_first_display before the list is displayed for the first time.&lt;/P&gt;&lt;P&gt;Result&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The values of the columns are run through the conversion routine before display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do reward if helpful...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 May 2008 10:36:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workflow/m-p/3828008#M920561</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-24T10:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: workflow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow/m-p/3828009#M920562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;conversion exit are generally used while extracting data into bw in the infoobject.&lt;/P&gt;&lt;P&gt;the conversion exit are used when the source data format is not as the target&lt;/P&gt;&lt;P&gt;data format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for eg in source if data is' pads fdfgg' and in target if u do not want spaece&lt;/P&gt;&lt;P&gt;then u can go for ' numcv' routine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For further details go through...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/9b/f9c18f5a07f0459127e9676ae22a54/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/9b/f9c18f5a07f0459127e9676ae22a54/frameset.htm&lt;/A&gt;&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;Sunil Kumar Mutyala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 May 2008 11:11:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workflow/m-p/3828009#M920562</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-24T11:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: workflow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow/m-p/3828010#M920563</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;There are ome standard function modules for conversion exits like CONVERSION_EXIT_ALPHA_INPUT.These can be used for zero padding and to replace the spaces in your numeric variabl with zeroes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But thses conversion exits are valid only for numeric variables and not for characters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also there is ne more function module CONVERSION_EXIT_KONPD_INPUT which is used for changing numric values to character values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg:- in case of project id(psphi)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 May 2008 12:12:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workflow/m-p/3828010#M920563</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-24T12:12:00Z</dc:date>
    </item>
  </channel>
</rss>

