<?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 problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-problem/m-p/7924360#M1599006</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rahul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your fast response.I have checked with the FM 'VRM_COMPUTE_MD5' and it is returning the ID as numerals.But i dont know how to store that ID in a custom table with the text encrypted and then how to decrypt the text value from the table using the ID value ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Jun 2011 16:14:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-06-02T16:14:36Z</dc:date>
    <item>
      <title>Text problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-problem/m-p/7924357#M1599003</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;&lt;/P&gt;&lt;P&gt;I have a free text field in abode form .If i enter any text in that filed,it has to be store in custom table as a number and again i have to retrieve back the text what i have entered in the free text field from the custom table based on some condition.how to do this ? without using read_text and save_text.Because if i use that means i have to split the text into 72 chars in each line .&lt;/P&gt;&lt;P&gt;if so there may be splitting of a word into two words so, i am expecting the solution other than read_text and save_text.Could you please help me out on this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Nandhini&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Moderator message: please choose more descriptive subject lines for your posts.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Thomas Zloch on Jun 1, 2011 3:08 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2011 12:53:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-problem/m-p/7924357#M1599003</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-01T12:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: Text problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-problem/m-p/7924358#M1599004</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;I think you can use the privilege of encryption and decryption function modules to solve the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;step 1. Encrypt the given text using the fm VRM_COMPUTE_MD5 and extract the numric numbers &lt;/P&gt;&lt;P&gt;        2. store both encrypted in a custom table say ztencryp with 2 fields encrypted and numerals.&lt;/P&gt;&lt;P&gt;        3. Decrypt it using the saved value from the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Rahul Babukuttan on Jun 1, 2011 3:25 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2011 13:02:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-problem/m-p/7924358#M1599004</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-01T13:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: Text problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-problem/m-p/7924359#M1599005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can still use read_text and save_text. Then to split the string into N characters without splitting a word into two words,&lt;/P&gt;&lt;P&gt;use FM TEXT_SPLIT or RKD_WORD_WRAP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2011 03:59:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-problem/m-p/7924359#M1599005</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-02T03:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: Text problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-problem/m-p/7924360#M1599006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rahul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your fast response.I have checked with the FM 'VRM_COMPUTE_MD5' and it is returning the ID as numerals.But i dont know how to store that ID in a custom table with the text encrypted and then how to decrypt the text value from the table using the ID value ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2011 16:14:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-problem/m-p/7924360#M1599006</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-02T16:14:36Z</dc:date>
    </item>
    <item>
      <title>Re: Text problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-problem/m-p/7924361#M1599007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any helps?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Jun 2011 05:29:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-problem/m-p/7924361#M1599007</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-04T05:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: Text problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-problem/m-p/7924362#M1599008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nandhini,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;I have a free text field in &lt;STRONG&gt;adobe&lt;/STRONG&gt; form .If i enter any text in that &lt;STRONG&gt;field&lt;/STRONG&gt;,it has to be store in custom table &lt;STRONG&gt;as a number&lt;/STRONG&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;what do you mean "as a number"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;without using read_text and save_text.Because if i use that means i have to split the text into 72 chars in each line . if so there may be splitting of a word into two words&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I guess that it's your main question. You may convert a variable of type "string" using CONVERT_STREAM_TO_ITF_TEXT, and vice versa with function module CONVERT_ITF_TO_STREAM_TEXT. Then you'll be able to use READ_TEXT and SAVE_TEXT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Sandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Jun 2011 07:40:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-problem/m-p/7924362#M1599008</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2011-06-05T07:40:31Z</dc:date>
    </item>
  </channel>
</rss>

