<?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: Text not transfered through Interface... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-not-transfered-through-interface/m-p/933997#M61530</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes both teh systems have the same SO text ID, but the problem is that The text is comming from PO text. Hence the PO text is to be mapped to the SO text ID. in the recieving system. Any Idea&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Sep 2005 07:53:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-09-29T07:53:47Z</dc:date>
    <item>
      <title>Text not transfered through Interface...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-not-transfered-through-interface/m-p/933995#M61528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts: &lt;/P&gt;&lt;P&gt;We have created an interface between two SAP installations. The PO Created in one system should be converted and posted as an SO in the other server. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here we have two scenarions;&lt;/P&gt;&lt;P&gt;1. In Outbound server, an SO will be created, it will be converted to PR and PO will be genetared automatically and will be sent to second server as SO through Idoc. This is working fine, and SO is posted in second server with all the data incuding Text. &lt;/P&gt;&lt;P&gt;2. In Outbound server,We create a PO manually and send it to another Server.  Here all the data is getting posted in SO instead of the Text. &lt;/P&gt;&lt;P&gt;    Here basically the customised PO text Id (F07)in Outbound Server is 3 characters. The same is being passed on to the other server, (The recieving   &lt;/P&gt;&lt;P&gt;    Side Idoc is having all the data including the text, text object and text type). But it is not getting posted to the the sales Order. &lt;/P&gt;&lt;P&gt;   The sales Order Text ID is 4 char(ZITP) ( The Po text Id being passed is different to the SO text Id ). &lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Sep 2005 06:22:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-not-transfered-through-interface/m-p/933995#M61528</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-29T06:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: Text not transfered through Interface...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-not-transfered-through-interface/m-p/933996#M61529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its probably because of the custom text ZITP. Does both the systems have been configured with similar TEXT id?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Sep 2005 07:37:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-not-transfered-through-interface/m-p/933996#M61529</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-29T07:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: Text not transfered through Interface...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-not-transfered-through-interface/m-p/933997#M61530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes both teh systems have the same SO text ID, but the problem is that The text is comming from PO text. Hence the PO text is to be mapped to the SO text ID. in the recieving system. Any Idea&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Sep 2005 07:53:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-not-transfered-through-interface/m-p/933997#M61530</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-29T07:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: Text not transfered through Interface...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-not-transfered-through-interface/m-p/933998#M61531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Simi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The mapping of Text ID of PO to Text ID of SO can be acheived in many ways.&lt;/P&gt;&lt;P&gt;You have a couple of user exits in IDOC_INPUT_ORDERS where you can write code to manipulate the correct segment field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you can do it by creating mapping rules in  transaction SALE and assignng the rule to a SENDER and RECEIVER. See Below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Converting Data Between Sender and Receiver&lt;/P&gt;&lt;P&gt;The tool can convert and map field contents from a sender field to a receiver field. Organizational units, units of measurements and customer-defined field contents can be transferred from one system to another.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A standard tool can be used to define and maintain conversion rules in ALE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These rules are defined in this section by carrying out the following steps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Define rules:&lt;/P&gt;&lt;P&gt;Rules are always defined for each segment.&lt;/P&gt;&lt;P&gt;2. Maintain rule:&lt;/P&gt;&lt;P&gt;Conversion is carried out at field level following the defined rules.&lt;/P&gt;&lt;P&gt;3. Assign rule to IDoc:&lt;/P&gt;&lt;P&gt;The assignment defines when the rule is to be used. This is defined for the sender/receiver and message type.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The path is SALE -&amp;gt; Modelling &amp;amp; Imp... -&amp;gt; Convert Data between sender and receiver .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Sep 2005 08:43:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-not-transfered-through-interface/m-p/933998#M61531</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-29T08:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: Text not transfered through Interface...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-not-transfered-through-interface/m-p/933999#M61532</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;Thanks for the response, It was very helpful. &lt;/P&gt;&lt;P&gt;The text id is getting converted as i have given constant. But now the problem is that in one idoc, 5-6 texts are being trnsfered. I want just the customised texts value to be converted. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just the text ID F17 to be converted to ZITP.  Now all the text ids are converted to ZITP. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Sep 2005 11:25:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-not-transfered-through-interface/m-p/933999#M61532</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-29T11:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: Text not transfered through Interface...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-not-transfered-through-interface/m-p/934000#M61533</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;You have not mentioned whether you are using exit or conversion rule . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have done it through rules it is very simple .&lt;/P&gt;&lt;P&gt;In BD79 ( maintain rules ), select the field which you want to convert. In the rule type select "Convert Sender Fields" . Put the name of the same field in "Sender Fld". Then click on conditions tab . Here you can enter "F17" in the 'From' field. In the "Val Receiver field " put ZITP. This will ensure that if text id is F17 only then it will be converted. ALso make sure to check the radio button "Copy Sender Field" in the section&lt;/P&gt;&lt;P&gt;"What happens with Non Assigned/ Non Converted Field values". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have done in user exit you can well control it with an IF condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Sep 2005 12:04:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-not-transfered-through-interface/m-p/934000#M61533</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-29T12:04:04Z</dc:date>
    </item>
  </channel>
</rss>

