<?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 wrap issue on orders in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-wrap-issue-on-orders/m-p/8532213#M1656793</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From your given example, what I understand is that the beginning of new line starts from 'Messages'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is not the case, you have to let us know what's the criteria(s) to recognise a beginning of a new line?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also you mention 'code is standard and there is no customisation done', so do you want to achieve text wrapping thru some ABAP customisation or you are enquiring on something else?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Jan 2012 06:17:15 GMT</pubDate>
    <dc:creator>former_member777515</dc:creator>
    <dc:date>2012-01-27T06:17:15Z</dc:date>
    <item>
      <title>Text wrap issue on orders</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-wrap-issue-on-orders/m-p/8532210#M1656790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;we have an issue where the Text(EDI header text) at the header level which is displayed is wrapped text but we need to make it unwrapped.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;current display:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Internal Vendor Number=5690 Reference Qual=JC, Value=CUSTOM CLUB ORDER Routing Note=ROUTING GUIDE EDI Ship To Location = '000'  KRISTIAN GUSMER Messages=PO Notes Messages=MENSHAND: RCLUB: 46 IRON LIE: +1 UPRIGHTSHAFT: TRUE TEMPER - Messages=DYNALITE GOLD SLFLEX: S300LENGTH: +0.5GRIP: GOLF PRIDE - NEW Messages=DECADE MULTICOMPOUND WHT/BLK CORD .600 RNDGRIP SIZE: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;required display&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Internal Vendor Number=5690 Reference Qual=JC, Value=CUSTOM CLUB ORDER Routing Note=ROUTING GUIDE EDI Ship To Location = '000'  KRISTIAN GUSMER &lt;/P&gt;&lt;P&gt;Messages=PO Notes &lt;/P&gt;&lt;P&gt;Messages=MENSHAND: RCLUB: 46 IRON LIE: +1 UPRIGHTSHAFT: TRUE TEMPER - &lt;/P&gt;&lt;P&gt;Messages=DYNALITE GOLD SLFLEX: S300LENGTH: +0.5GRIP: GOLF PRIDE - NEW &lt;/P&gt;&lt;P&gt;Messages=DECADE MULTICOMPOUND WHT/BLK CORD .600 RNDGRIP SIZE: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to handle to make the text as &lt;STRONG&gt;unwrapped&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;The text is coming through EDI.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jan 2012 05:05:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-wrap-issue-on-orders/m-p/8532210#M1656790</guid>
      <dc:creator>former_member242255</dc:creator>
      <dc:date>2012-01-27T05:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: Text wrap issue on orders</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-wrap-issue-on-orders/m-p/8532211#M1656791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the keyword for wrapping is 'Messages', what i can think of is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Process each word in the Text (use SPLIT with space as delimiter and '=')&lt;/P&gt;&lt;P&gt;2) Keep concatenating each word to the string field (or long char field)&lt;/P&gt;&lt;P&gt;3) Upon encountering the word 'Messages', append the last concatenated string field to the internal table&lt;/P&gt;&lt;P&gt;4) Begin concatenation on new string.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jan 2012 05:30:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-wrap-issue-on-orders/m-p/8532211#M1656791</guid>
      <dc:creator>former_member777515</dc:creator>
      <dc:date>2012-01-27T05:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: Text wrap issue on orders</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-wrap-issue-on-orders/m-p/8532212#M1656792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No it is not like that..we do not have any key delimiter..&lt;/P&gt;&lt;P&gt;and also the code is standard and there is no customisation done..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jan 2012 05:38:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-wrap-issue-on-orders/m-p/8532212#M1656792</guid>
      <dc:creator>former_member242255</dc:creator>
      <dc:date>2012-01-27T05:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: Text wrap issue on orders</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-wrap-issue-on-orders/m-p/8532213#M1656793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From your given example, what I understand is that the beginning of new line starts from 'Messages'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is not the case, you have to let us know what's the criteria(s) to recognise a beginning of a new line?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also you mention 'code is standard and there is no customisation done', so do you want to achieve text wrapping thru some ABAP customisation or you are enquiring on something else?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jan 2012 06:17:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-wrap-issue-on-orders/m-p/8532213#M1656793</guid>
      <dc:creator>former_member777515</dc:creator>
      <dc:date>2012-01-27T06:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: Text wrap issue on orders</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-wrap-issue-on-orders/m-p/8532214#M1656794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;E1EDKT1                     Z002E  EN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     E1EDKT2                     RETAIL DIV. ORDER TYPE =Z5, Z005AT ONCE CALL OFF&lt;/P&gt;&lt;P&gt;     E1EDKT2                     REFERENCE QUAL=OT, VALUE=Z005&lt;/P&gt;&lt;P&gt;     E1EDKT2                     REFERENCE QUAL=CO, VALUE=237381&lt;/P&gt;&lt;P&gt;     E1EDKT2                     REFERENCE QUAL=NR, VALUE=032&lt;/P&gt;&lt;P&gt;     E1EDKT2&lt;/P&gt;&lt;P&gt;     E1EDKT2&lt;/P&gt;&lt;P&gt;     E1EDKT2                     EDI SHIP TO LOCATION = '00952'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Idoc is having the segments as above, the text once it is saved on the order which is created is concatentaed.&lt;/P&gt;&lt;P&gt;I checked in the SAVE_TEXT fm where the above 7 records(segments of type E1EDKT2) are passed but unable to find where exaclty they are getting concatentaed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 12:11:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-wrap-issue-on-orders/m-p/8532214#M1656794</guid>
      <dc:creator>former_member242255</dc:creator>
      <dc:date>2012-01-30T12:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: Text wrap issue on orders</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-wrap-issue-on-orders/m-p/8532215#M1656795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There was a paramter to pass the formatting option through whcih the issue was resolved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2012 04:51:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-wrap-issue-on-orders/m-p/8532215#M1656795</guid>
      <dc:creator>former_member242255</dc:creator>
      <dc:date>2012-02-02T04:51:38Z</dc:date>
    </item>
  </channel>
</rss>

