<?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: Function Module to retrive conversion exit function module names based on conversion routine in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-retrive-conversion-exit-function-module-names-based-on/m-p/8726004#M1673130</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all for the replies, Anyways, i want a fm which already exists as i cannot create it in remote system. Another thing is, to get conversion exit fm's, the logic what i would suggest you guys is, all conversion exit fm's follow a prefix of CONVERSION_EXIT_&amp;lt;con_routine&amp;gt;*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; , pass this value to table V_FDIR which gives you all fm's related to conversion routine. no need to concatenate, as it wont be always for INPUT and OUTPUT only. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 May 2012 08:32:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-05-18T08:32:34Z</dc:date>
    <item>
      <title>Function Module to retrive conversion exit function module names based on conversion routine</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-retrive-conversion-exit-function-module-names-based-on/m-p/8725998#M1673124</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;Can you people help me out in finding a function module, which takes conversion routine name as input and gives all the conversion exit function modules as output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Shivaraj Naik.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2012 06:26:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-retrive-conversion-exit-function-module-names-based-on/m-p/8725998#M1673124</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-18T06:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module to retrive conversion exit function module names based on conversion routine</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-retrive-conversion-exit-function-module-names-based-on/m-p/8725999#M1673125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shivaraj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Conversion exit function modules follow a general naming as CONVERSION_EXIT_XXXXX_INPUT / CONVERSION_EXIT_XXXXX_OUTPUT, where xxxxx is the conversion routine name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you can write code as follows to find the conversion exit fms;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;CONCATENATE 'CONVERSION_EXIT_' lv_conv_routine '_INPUT' into lv_conv_inpfm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE 'CONVERSION_EXIT_' lv_conv_routine '_OUTPUT' into lv_conv_outfm.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Karthik D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2012 06:45:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-retrive-conversion-exit-function-module-names-based-on/m-p/8725999#M1673125</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-18T06:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module to retrive conversion exit function module names based on conversion routine</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-retrive-conversion-exit-function-module-names-based-on/m-p/8726000#M1673126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no function like that. As mentioned use 'concatenate' statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can have a look at my wiki post if required &lt;A class="active_link" href="http://wiki.sdn.sap.com/wiki/display/ABAP/Program+to+generalize+the+conversion+exits+dynamically" title="http://wiki.sdn.sap.com/wiki/display/ABAP/Program+to+generalize+the+conversion+exits+dynamically"&gt;http://wiki.sdn.sap.com/wiki/display/ABAP/Program+to+generalize+the+conversion+exits+dynamically.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also you have a utility class CL_RSAN_UT_CONVERSION_EXIT available for conversion exit manipulations. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2012 06:49:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-retrive-conversion-exit-function-module-names-based-on/m-p/8726000#M1673126</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2012-05-18T06:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module to retrive conversion exit function module names based on conversion routine</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-retrive-conversion-exit-function-module-names-based-on/m-p/8726001#M1673127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply, actually i need to call it in remote system, so i need an RFC fm to get these values. Manually i cannot hardcode in remote system.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2012 08:12:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-retrive-conversion-exit-function-module-names-based-on/m-p/8726001#M1673127</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-18T08:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module to retrive conversion exit function module names based on conversion routine</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-retrive-conversion-exit-function-module-names-based-on/m-p/8726002#M1673128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shivaraj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you have to create a RFC function module in SAP which takes conversion routine as input and returns the conversion exit function modules using concatenate as i told.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After that you can access the RFC FM from the remote system.&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;Regards,&lt;/P&gt;&lt;P&gt;Karthik D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2012 08:19:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-retrive-conversion-exit-function-module-names-based-on/m-p/8726002#M1673128</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-18T08:19:47Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module to retrive conversion exit function module names based on conversion routine</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-retrive-conversion-exit-function-module-names-based-on/m-p/8726003#M1673129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can go ahead with creation of a custom RFC in the remote system and use the logic mentioned by Kesavadas for getting what you need.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2012 08:21:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-retrive-conversion-exit-function-module-names-based-on/m-p/8726003#M1673129</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-18T08:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module to retrive conversion exit function module names based on conversion routine</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-retrive-conversion-exit-function-module-names-based-on/m-p/8726004#M1673130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all for the replies, Anyways, i want a fm which already exists as i cannot create it in remote system. Another thing is, to get conversion exit fm's, the logic what i would suggest you guys is, all conversion exit fm's follow a prefix of CONVERSION_EXIT_&amp;lt;con_routine&amp;gt;*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; , pass this value to table V_FDIR which gives you all fm's related to conversion routine. no need to concatenate, as it wont be always for INPUT and OUTPUT only. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2012 08:32:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-retrive-conversion-exit-function-module-names-based-on/m-p/8726004#M1673130</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-18T08:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module to retrive conversion exit function module names based on conversion routine</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-retrive-conversion-exit-function-module-names-based-on/m-p/8726005#M1673131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;"as it wont be always for INPUT and OUTPUT only." - It will be always( other than the ranges mentioned by Raymond ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let us know then how will you find the function for the field ATNAM from&lt;/P&gt;&lt;P&gt; the table VFDIR. It doesn't hold it, the function ATINN_INPUT must be used for &lt;/P&gt;&lt;P&gt;the field ATNAM. So, fetching the functions from table willot help you. Use a &lt;/P&gt;&lt;P&gt;describe statement on the field and get the mask from either input or output &lt;/P&gt;&lt;P&gt;fields, then cocacatenate as suggested.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;SPAN class="L1S31"&gt;* Determine the mask from the domain&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;DESCRIBE&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;FIELD&lt;/SPAN&gt; input_value &lt;SPAN class="L1S52"&gt;OUTPUT&lt;/SPAN&gt;-LENGTH lfd_length&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;EDIT&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;MASK&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lfd_mask.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;IF&lt;/SPAN&gt; lfd_mask &lt;SPAN class="L1S52"&gt;IS&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;INITIAL&lt;/SPAN&gt;.&lt;BR /&gt; &lt;SPAN class="L1S31"&gt;* This statement is included because its not necessary that all field&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L1S31"&gt;* will be having mask associated with it, for example: ATNAM. But to get the&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L1S31"&gt;* conversion exit of ATNAM the output variable type will be holding the respective mask&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L1S31"&gt;* for example: ATINN. So this works.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;DESCRIBE&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;FIELD&lt;/SPAN&gt; output_value &lt;SPAN class="L1S52"&gt;OUTPUT&lt;/SPAN&gt;-LENGTH lfd_length&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;EDIT&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;MASK&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lfd_mask.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;IF&lt;/SPAN&gt; lfd_mask &lt;SPAN class="L1S52"&gt;IS&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;INITIAL&lt;/SPAN&gt;.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;IF&lt;/SPAN&gt; output_value &lt;SPAN class="L1S52"&gt;IS&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;INITIAL&lt;/SPAN&gt;.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; output_value = input_value.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;ENDIF&lt;/SPAN&gt;.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;EXIT&lt;/SPAN&gt;.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;ENDIF&lt;/SPAN&gt;.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;ENDIF&lt;/SPAN&gt;.&lt;BR /&gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;REPLACE&lt;/SPAN&gt; &lt;SPAN class="L1S33"&gt;'=='&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;IN&lt;/SPAN&gt; lfd_mask &lt;SPAN class="L1S52"&gt;WITH&lt;/SPAN&gt; &lt;SPAN class="L1S33"&gt;` `&lt;/SPAN&gt;.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;CONDENSE&lt;/SPAN&gt; lfd_mask &lt;SPAN class="L1S52"&gt;NO&lt;/SPAN&gt;-GAPS.&lt;/SPAN&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As Raymond said, the RANGES are the exceptional cases.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2012 08:56:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-retrive-conversion-exit-function-module-names-based-on/m-p/8726005#M1673131</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2012-05-18T08:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module to retrive conversion exit function module names based on conversion routine</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-retrive-conversion-exit-function-module-names-based-on/m-p/8726006#M1673132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't forget also optional range conversion exits whose names are CONVERSION_EXIT_&amp;lt;name&amp;gt;_RANGE_I and CONVERSION_EXIT_&amp;lt;name&amp;gt;_O. (Look at conversion routines like MATN1 or EAN11)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2012 09:01:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-retrive-conversion-exit-function-module-names-based-on/m-p/8726006#M1673132</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2012-05-18T09:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module to retrive conversion exit function module names based on conversion routine</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-retrive-conversion-exit-function-module-names-based-on/m-p/8726007#M1673133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then use RFC_READ_TABLE on table TFDIR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2012 09:04:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-retrive-conversion-exit-function-module-names-based-on/m-p/8726007#M1673133</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2012-05-18T09:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module to retrive conversion exit function module names based on conversion routine</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-retrive-conversion-exit-function-module-names-based-on/m-p/8726008#M1673134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well spotted Raymond &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/746/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2012 09:06:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-retrive-conversion-exit-function-module-names-based-on/m-p/8726008#M1673134</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2012-05-18T09:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module to retrive conversion exit function module names based on conversion routine</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-retrive-conversion-exit-function-module-names-based-on/m-p/8726009#M1673135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a ton raymond....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2012 09:41:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-retrive-conversion-exit-function-module-names-based-on/m-p/8726009#M1673135</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-18T09:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module to retrive conversion exit function module names based on conversion routine</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-retrive-conversion-exit-function-module-names-based-on/m-p/8726010#M1673136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Curious, I looked for the way SAP do the job in SE11, and they also use the CONCATENATE option...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From Include LSD11F01 Form OBJ_GOTO&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt; &lt;P&gt;*&amp;amp;---------------------------------------------------------------------*&lt;/P&gt;&lt;P&gt;*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Objektspezifische Navigationsziele&lt;/P&gt;&lt;P&gt;*----------------------------------------------------------------------*&lt;/P&gt;&lt;P&gt;*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --&amp;gt; GOTOID&amp;nbsp;&amp;nbsp; Kennung für Navigationsziele&lt;/P&gt;&lt;P&gt;*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --&amp;gt; DDNAME&amp;nbsp;&amp;nbsp; Dictonary-Name&lt;/P&gt;&lt;P&gt;*----------------------------------------------------------------------*&lt;/P&gt;&lt;P&gt;form obj_goto using&amp;nbsp; gotoid type gotoid&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ddname.&lt;/P&gt;&lt;P&gt;&amp;nbsp; case gotoid.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; when 'CNVE'.&amp;nbsp;&amp;nbsp; "Konvertierungsexit zu Domäne&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; data: wb_request type ref to cl_wb_request.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; data: fb_name like tfdir-funcname&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; value 'CONVERSION_EXIT_'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; concatenate fb_name ddname '*' into fb_name.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; condense fb_name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;* Request für Infosystem erzeugen&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; class cl_wb_infosystem definition load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; call method cl_wb_infosystem=&amp;gt;create_request&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; exporting&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; p_object_type&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 'FF'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; p_object_name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = fb_name&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; p_operation&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = swbm_c_op_search&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; p_suppress_selection = 'X'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; p_show_as_popup&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 'X'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; importing&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; p_wb_request&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = wb_request&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; exceptions&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; action_cancelled&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; execute_in_batch&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; error_occured&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2012 10:04:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-retrive-conversion-exit-function-module-names-based-on/m-p/8726010#M1673136</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2012-05-18T10:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module to retrive conversion exit function module names based on conversion routine</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-retrive-conversion-exit-function-module-names-based-on/m-p/8726011#M1673137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A __default_attr="311021" __jive_macro_name="user" class="jive_macro jive_macro_user" href="https://community.sap.com/"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suggested concatenate only after debugging SE11. I expected something different but it seems like for SAP, Concatenate is all that required. &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/746/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2012 10:33:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-retrive-conversion-exit-function-module-names-based-on/m-p/8726011#M1673137</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-18T10:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module to retrive conversion exit function module names based on conversion routine</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-retrive-conversion-exit-function-module-names-based-on/m-p/8726012#M1673138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I have tried using FM REPOSITORY_INFO_SYSTEM_F4, as follows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;DATA:&lt;BR /&gt; &lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lf_object_name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;TYPE char40.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;CONCATENATE &lt;SPAN class="L1S33"&gt;'CONVERSION_EXIT_'&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;name of desired conversion exit&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S33"&gt;'*'&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;INTO&lt;/SPAN&gt; lf_object_name.&lt;BR /&gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;CALL&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;FUNCTION&lt;/SPAN&gt; &lt;SPAN class="L1S33"&gt;'REPOSITORY_INFO_SYSTEM_F4'&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;EXPORTING&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; object_type&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = &lt;SPAN class="L1S33"&gt;'FUNC'&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; object_name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = lf_object_name&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; suppress_selection&amp;nbsp;&amp;nbsp;&amp;nbsp; = abap_true&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; without_personal_list = abap_true&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; use_alv_grid&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = abap_true&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;EXCEPTIONS&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cancel&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = &lt;SPAN class="L1S32"&gt;1&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wrong_type&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = &lt;SPAN class="L1S32"&gt;2&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;OTHERS&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = &lt;SPAN class="L1S32"&gt;3&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;When using e.g. 'MATN1' for &lt;/SPAN&gt;&lt;SPAN class="L1S52"&gt;&amp;lt;name of desired conversion exit&amp;gt; &lt;/SPAN&gt;&lt;SPAN class="L1S52"&gt;the result is an overview with 4 function modules.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;Disadvantage is that the result is displayed, you do not get it into a return variable...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;Kind regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;René&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2012 09:09:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-retrive-conversion-exit-function-module-names-based-on/m-p/8726012#M1673138</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-01T09:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module to retrive conversion exit function module names based on conversion routine</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-retrive-conversion-exit-function-module-names-based-on/m-p/8726013#M1673139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karthik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Conversion exit function modules follow a general naming as CONVERSION_EXIT_XXXXX_INPUT / CONVERSION_EXIT_XXXXX_OUTPUT, where xxxxx is the conversion routine name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you can write code as follows to find the conversion exit fms;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL class="dp-j" start="1"&gt;&lt;LI&gt;CONCATENATE &lt;SPAN class="string"&gt;'CONVERSION_EXIT_' lv_conv_routine &lt;SPAN class="string"&gt;'_INPUT'&lt;/SPAN&gt; into lv_conv_inpfm.&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;CONCATENATE &lt;SPAN class="string"&gt;'CONVERSION_EXIT_' lv_conv_routine &lt;SPAN class="string"&gt;'_OUTPUT'&lt;/SPAN&gt; into lv_conv_outfm.&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In response to the above code I am having doubt regarding the declaration of lv_conv_inpfm and&lt;/P&gt;&lt;P&gt;lv_conv_outfm.Can you tell how we can declare them in our program.&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;Chakradhar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 12:21:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-retrive-conversion-exit-function-module-names-based-on/m-p/8726013#M1673139</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-08-21T12:21:09Z</dc:date>
    </item>
  </channel>
</rss>

