<?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: Question about Conversion Routine in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-conversion-routine/m-p/9121666#M1707745</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arnold,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Under the hood, a conversion routine is just a function module, e.g., domain MATNR has conversion routine MATN1, which points to function modules CONVERSION_EXIT_MATN1_INPUT and CONVERSION_EXIT_MATN1_OUTPUT. A function module knows only about its own parameters (plus global data from the function group), which in the case of a conversion routine, are untyped parameters, INPUT and OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are you trying to achieve in the conversion? Sometimes a BAdI is available, again in the case of domain MATNR, there is BADI_MATN1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Amy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Nov 2012 18:53:07 GMT</pubDate>
    <dc:creator>amy_king</dc:creator>
    <dc:date>2012-11-09T18:53:07Z</dc:date>
    <item>
      <title>Question about Conversion Routine</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-conversion-routine/m-p/9121665#M1707744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;I want to get the field name and table name while I am inside a conversion routine.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, &lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;I want to see the table name and field name&amp;nbsp; for which the conversion routine is being processed while &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&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; I am still inside a conversion routine. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;Anybody has idea ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;Regards, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;Arnold.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2012 01:50:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-conversion-routine/m-p/9121665#M1707744</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-11-09T01:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: Question about Conversion Routine</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-conversion-routine/m-p/9121666#M1707745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arnold,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Under the hood, a conversion routine is just a function module, e.g., domain MATNR has conversion routine MATN1, which points to function modules CONVERSION_EXIT_MATN1_INPUT and CONVERSION_EXIT_MATN1_OUTPUT. A function module knows only about its own parameters (plus global data from the function group), which in the case of a conversion routine, are untyped parameters, INPUT and OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are you trying to achieve in the conversion? Sometimes a BAdI is available, again in the case of domain MATNR, there is BADI_MATN1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Amy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2012 18:53:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-conversion-routine/m-p/9121666#M1707745</guid>
      <dc:creator>amy_king</dc:creator>
      <dc:date>2012-11-09T18:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: Question about Conversion Routine</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-conversion-routine/m-p/9121667#M1707746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;there is no straight forward way to find this...If you are inside a &lt;SPAN style="color: #333333; font-size: 12.222222328186035px; background-color: #ffffff;"&gt;conversion routine ( in debugging )&amp;nbsp; go to ABAP debugger&amp;gt;desktop 2&amp;gt;abap stack. Find the program where this conversion is being called. There might be some BAPI/FM/method which access that &lt;SPAN style="color: #333333; font-size: 12.222222328186035px; background-color: #ffffff;"&gt;conversion routine. You can have an idea pf table or field for which it has been called.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2012 06:57:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-conversion-routine/m-p/9121667#M1707746</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-11-14T06:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: Question about Conversion Routine</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-conversion-routine/m-p/9121668#M1707747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Arnold,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first, I would suggest to avoid the need of coding depending on tablenames or fieldnames. Dangerous if you change it. Hard to understand if someone else reads the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would suggest to define a new parameter in your search help which you can explicitly fill if you link your search help. So it is transparent and better to read.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2012 08:40:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-conversion-routine/m-p/9121668#M1707747</guid>
      <dc:creator>wol</dc:creator>
      <dc:date>2012-11-14T08:40:29Z</dc:date>
    </item>
  </channel>
</rss>

