<?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: ALE conversion rules in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ale-conversion-rules/m-p/5215914#M1206315</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 the below Link &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="787991"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anki Reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Feb 2009 11:12:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-20T11:12:44Z</dc:date>
    <item>
      <title>ALE conversion rules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ale-conversion-rules/m-p/5215909#M1206310</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;We are downloading HR master data into CRM through ALE.&lt;/P&gt;&lt;P&gt;I have a requirement where in the telephone numbers for employees should not come into CRM from HR.&lt;/P&gt;&lt;P&gt;I am trying to do this with the help of conversion rules where I am specifying that the particular field in the segment be overwritten by a constant. However, I cannot have a blank value as a constant, hence am having to put some character like a '.'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please let me know if there is an option by which any particular field can be just blanked out?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;-Sweta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2009 15:42:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ale-conversion-rules/m-p/5215909#M1206310</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-19T15:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: ALE conversion rules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ale-conversion-rules/m-p/5215910#M1206311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think in CRM side you are using fm IDOC_INPUT_HRMD for transferring the data . If yes you can find some customer exit , using this you can change the value for field in a segment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2009 15:47:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ale-conversion-rules/m-p/5215910#M1206311</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2009-02-19T15:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: ALE conversion rules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ale-conversion-rules/m-p/5215911#M1206312</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 Rule can be helpful in your scenario. Process is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step1.&lt;/P&gt;&lt;P&gt;Goto T.code: BD62&lt;/P&gt;&lt;P&gt;Create a conversion rule. Here it requires rule name , description and the segment it is getting applicable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;step2.&lt;/P&gt;&lt;P&gt;Goto T.Code: BD55&lt;/P&gt;&lt;P&gt;bring relationship between the message type, sender, receiver, segment name in step1 and conversion rule you want to apply for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;step 3.&lt;/P&gt;&lt;P&gt;Goto T.code: BD79&lt;/P&gt;&lt;P&gt;Here we will inform the system as how to do the conversion. input screen is conversion rule name. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;listout all the fields in segment in both the senderside and receiver side. FOR THE FIELDS of your interest give the constant value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This configuration will give result.&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Satya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2009 05:59:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ale-conversion-rules/m-p/5215911#M1206312</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-20T05:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: ALE conversion rules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ale-conversion-rules/m-p/5215912#M1206313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi;&lt;/P&gt;&lt;P&gt;n the ALE implementation guide (IMG) choose:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transaction SALE ® IDoc Interface/Application Link Enabling (ALE) ® Model and Implement Business Processes ® Set-Up Conversion between Sender and Recipient&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Proceed as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       1.      Create rule: The rules are defined per segment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       2.      Maintain rule: Rule maintenance specifies conversion rules at field level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       3.      Assign rule to a message type: The assignment specifies when the rule is to be applied. This is sender/recipient and message type specific.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shashi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2009 06:03:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ale-conversion-rules/m-p/5215912#M1206313</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-20T06:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: ALE conversion rules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ale-conversion-rules/m-p/5215913#M1206314</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;Yes, am doing it using conversion rules only. But the problem is i am not being able to give a blank value as a constant. I am being forced to give in a character value eg a dot(.) and thus this dot(.) comes in as the field value, which is not desirable. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know we can achieve this by custom coding but is there a simpler way out?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2009 11:11:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ale-conversion-rules/m-p/5215913#M1206314</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-20T11:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: ALE conversion rules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ale-conversion-rules/m-p/5215914#M1206315</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 the below Link &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="787991"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anki Reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2009 11:12:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ale-conversion-rules/m-p/5215914#M1206315</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-20T11:12:44Z</dc:date>
    </item>
  </channel>
</rss>

