<?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: FM CONVERSION_EXIT_ALPHA_INPUT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-conversion-exit-alpha-input/m-p/2876066#M675086</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but the field length changes what to do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thaks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Sep 2007 06:41:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-21T06:41:27Z</dc:date>
    <item>
      <title>FM CONVERSION_EXIT_ALPHA_INPUT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-conversion-exit-alpha-input/m-p/2876062#M675082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HAI EXPERTS,&lt;/P&gt;&lt;P&gt;                        my requirement is to use this FM CONVERSION_EXIT_ALPHA_INPUT   for conversion of input fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have around 6 fields to convert each with different length , i want to use this FM only once to convert all the 6 fields.&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  = tablename-fieldname    "this part alone i need to input all the fields  dynamically&lt;/P&gt;&lt;P&gt;      IMPORTING&lt;/P&gt;&lt;P&gt;        output = tablename-fieldname. "this part alone i need to input all the fields dynamically&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have to change the input and output names in the fm dynamically.&lt;/P&gt;&lt;P&gt;i need to call this fm in a perform and then change....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone help me on this......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2007 06:24:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-conversion-exit-alpha-input/m-p/2876062#M675082</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-21T06:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: FM CONVERSION_EXIT_ALPHA_INPUT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-conversion-exit-alpha-input/m-p/2876063#M675083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Call this FM within a Subroutine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERFORM subname changing fieldname.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM subname CHANGING fieldname&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using this u can just cal the MF multiple times just replacing the field name in the PERFORM statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REWARDS IF HELPFUL!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2007 06:29:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-conversion-exit-alpha-input/m-p/2876063#M675083</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-21T06:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: FM CONVERSION_EXIT_ALPHA_INPUT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-conversion-exit-alpha-input/m-p/2876064#M675084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Basvaraj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what to give for fieldname...&lt;/P&gt;&lt;P&gt;what to give in the input and output in the FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;P&gt;regds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2007 06:32:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-conversion-exit-alpha-input/m-p/2876064#M675084</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-21T06:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: FM CONVERSION_EXIT_ALPHA_INPUT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-conversion-exit-alpha-input/m-p/2876065#M675085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hii&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call the perform inside a loop and &lt;/P&gt;&lt;P&gt;pass the value to a temp variable.&lt;/P&gt;&lt;P&gt;pass that temp variable to fm,&lt;/P&gt;&lt;P&gt;clear the variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do the same thing again in next loop pass&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if helpful&lt;/P&gt;&lt;P&gt;vivekanand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2007 06:40:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-conversion-exit-alpha-input/m-p/2876065#M675085</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-21T06:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: FM CONVERSION_EXIT_ALPHA_INPUT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-conversion-exit-alpha-input/m-p/2876066#M675086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but the field length changes what to do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thaks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2007 06:41:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-conversion-exit-alpha-input/m-p/2876066#M675086</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-21T06:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: FM CONVERSION_EXIT_ALPHA_INPUT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-conversion-exit-alpha-input/m-p/2876067#M675087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK.. for the fieldname... give the names of the 6 fields u want to change.. like:&lt;/P&gt;&lt;P&gt;PERFORM subname CHANGING field1.&lt;/P&gt;&lt;P&gt;PERFORM subname CHANGING field2.&lt;/P&gt;&lt;P&gt;PERFORM subname CHANGING field3. and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again give the name that u use within FORM&lt;/P&gt;&lt;P&gt;if you have used &lt;/P&gt;&lt;P&gt;FORM subname CHANGING field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION&lt;/P&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;input =  field&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;output = field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REWARDS IF HELPFUL!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2007 06:43:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-conversion-exit-alpha-input/m-p/2876067#M675087</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-21T06:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: FM CONVERSION_EXIT_ALPHA_INPUT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-conversion-exit-alpha-input/m-p/2876068#M675088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;Perform input_change changing Input1  .&lt;/P&gt;&lt;P&gt;perform input_change changing input2  .&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 form statement will be&lt;/P&gt;&lt;P&gt;form input_change  changing val1.&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 =  VAl1&lt;/P&gt;&lt;P&gt; IMPORTING&lt;/P&gt;&lt;P&gt;output = VAl2.&lt;/P&gt;&lt;P&gt;clear val1.&lt;/P&gt;&lt;P&gt;move val2 to val1.&lt;/P&gt;&lt;P&gt;endform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,CS Reddy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**Please Reward if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2007 06:43:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-conversion-exit-alpha-input/m-p/2876068#M675088</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-21T06:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: FM CONVERSION_EXIT_ALPHA_INPUT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-conversion-exit-alpha-input/m-p/2876069#M675089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't worry about the field length. This is totally based on the declaration of the field. The FM checks for the field type and based on that type it works on the field. So you don't have to worry about the field length.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REWARDS IF HELPFUL!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2007 06:44:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-conversion-exit-alpha-input/m-p/2876069#M675089</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-21T06:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: FM CONVERSION_EXIT_ALPHA_INPUT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-conversion-exit-alpha-input/m-p/2876070#M675090</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;declare the fileds as character fields and u can pass like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform sub_conversion using field&lt;/P&gt;&lt;P&gt;                                 &lt;/P&gt;&lt;P&gt;form sub_conversion field type c&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function 'CONVERSION_EXIT_ALPHA_INPUT'.&lt;/P&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;         INPUT = field&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;            OUTPUT = field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2007 06:46:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-conversion-exit-alpha-input/m-p/2876070#M675090</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2007-09-21T06:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: FM CONVERSION_EXIT_ALPHA_INPUT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-conversion-exit-alpha-input/m-p/2876071#M675091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u can use a fieldsymbol and try assigning it the required fiedl when needed.&lt;/P&gt;&lt;P&gt;do 6 times.&lt;/P&gt;&lt;P&gt;case sy-index.&lt;/P&gt;&lt;P&gt; when 1.&lt;/P&gt;&lt;P&gt;assign field1 to &amp;lt;fs&amp;gt;.&lt;/P&gt;&lt;P&gt;when 2.&lt;/P&gt;&lt;P&gt;assign field2 to &amp;lt;fs&amp;gt;.&lt;/P&gt;&lt;P&gt;when 3.&lt;/P&gt;&lt;P&gt;assign field3 to &amp;lt;fs&amp;gt;.&lt;/P&gt;&lt;P&gt;when 4.&lt;/P&gt;&lt;P&gt;assign field4 to &amp;lt;fs&amp;gt;.&lt;/P&gt;&lt;P&gt;when 5.&lt;/P&gt;&lt;P&gt;assign field5 to &amp;lt;fs&amp;gt;.&lt;/P&gt;&lt;P&gt;when 6.&lt;/P&gt;&lt;P&gt;assign field6 to &amp;lt;fs&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION&lt;/P&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;input = &amp;lt;fs&amp;gt;.&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;output = field.&lt;/P&gt;&lt;P&gt;endo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2007 06:49:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-conversion-exit-alpha-input/m-p/2876071#M675091</guid>
      <dc:creator>hymavathi_oruganti</dc:creator>
      <dc:date>2007-09-21T06:49:49Z</dc:date>
    </item>
  </channel>
</rss>

