<?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: Doubt in Strings in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-strings/m-p/5707959#M1296041</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 can create the table and store in raw format and then retrive it...eg for table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MANDT	MANDT	CLNT	3	0	Client&lt;/P&gt;&lt;P&gt;RELID	INDX_RELID	CHAR	2	0	Region in IMPORT/EXPORT Data Table&lt;/P&gt;&lt;P&gt;ECRNO	ZECRNO	NUMC	10	0	Employee change request Number&lt;/P&gt;&lt;P&gt;SRTF2	INDX_SRTF2	INT4	10	0	Next record counter in EXPORT/IMPORT data tables&lt;/P&gt;&lt;P&gt;CLUSTR	INDX_CLSTR	INT2	5	0	Length field for user data in EXPORT/IMPORT tables&lt;/P&gt;&lt;P&gt;CLUSTD	INDX_CLUST	LRAW	2886	0	Data field for IMPORT/EXPORT database tables&lt;/P&gt;&lt;P&gt;________________	______________________________	__________	______	______	____________________________________________________________&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you need more information regarding how to read and write the data let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Atul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Jun 2009 09:22:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-06-04T09:22:21Z</dc:date>
    <item>
      <title>Doubt in Strings</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-strings/m-p/5707957#M1296039</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;The maximum size of data a string can accomadate is 255. What i will do if the count is more than 256. The problem is when i am trying to store 300 characters in a string and print it into a smart form only 255 is displaying. But i need to print more than 300 characters in a single stretch..What i will do..Plz help...&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, 04 Jun 2009 09:14:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-strings/m-p/5707957#M1296039</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-04T09:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt in Strings</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-strings/m-p/5707958#M1296040</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;Save the string as Standard text and print using Text include, otherwise breakup the string and print it as substrings of length 255.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Karthik D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2009 09:19:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-strings/m-p/5707958#M1296040</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-04T09:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt in Strings</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-strings/m-p/5707959#M1296041</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 can create the table and store in raw format and then retrive it...eg for table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MANDT	MANDT	CLNT	3	0	Client&lt;/P&gt;&lt;P&gt;RELID	INDX_RELID	CHAR	2	0	Region in IMPORT/EXPORT Data Table&lt;/P&gt;&lt;P&gt;ECRNO	ZECRNO	NUMC	10	0	Employee change request Number&lt;/P&gt;&lt;P&gt;SRTF2	INDX_SRTF2	INT4	10	0	Next record counter in EXPORT/IMPORT data tables&lt;/P&gt;&lt;P&gt;CLUSTR	INDX_CLSTR	INT2	5	0	Length field for user data in EXPORT/IMPORT tables&lt;/P&gt;&lt;P&gt;CLUSTD	INDX_CLUST	LRAW	2886	0	Data field for IMPORT/EXPORT database tables&lt;/P&gt;&lt;P&gt;________________	______________________________	__________	______	______	____________________________________________________________&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you need more information regarding how to read and write the data let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Atul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2009 09:22:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-strings/m-p/5707959#M1296041</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-04T09:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt in Strings</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-strings/m-p/5707960#M1296042</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 ur erply...I have this value in my Internal Table only...I mean this is an internal table field..How can i convert this into a standard text..Also in internal table string is displaying fully(I mean all the 300 characters)..But while coming into Smart form only 255 is coming in the output...Plz advice what i can do....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2009 09:23:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-strings/m-p/5707960#M1296042</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-04T09:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt in Strings</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-strings/m-p/5707961#M1296043</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 to split the more then 255 characters and print the rest of characters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Munibabu.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2009 09:24:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-strings/m-p/5707961#M1296043</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-04T09:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt in Strings</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-strings/m-p/5707962#M1296044</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;We have no problem for storing this in intenal table...But in smartform output only 255 is displaying...How to bring remaining characters also to output...&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, 04 Jun 2009 09:28:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-strings/m-p/5707962#M1296044</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-04T09:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt in Strings</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-strings/m-p/5707963#M1296045</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;Otherwise just print it as two strings as follows;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&amp;amp;wa_string+0(250)&amp;amp; , &amp;amp;wa_string+250(50)&amp;amp;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Karthik D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2009 09:29:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-strings/m-p/5707963#M1296045</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-04T09:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt in Strings</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-strings/m-p/5707964#M1296046</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;But in smartfor output its showing only 255..Remaining is not coming...Plz help....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2009 09:36:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-strings/m-p/5707964#M1296046</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-04T09:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt in Strings</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-strings/m-p/5707965#M1296047</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;Before displaying it in your smartforms use program lines to break the string into two strings and display them accordingly. If you see the string truncate inside smartform then in the internal table itself split it into two fields before passing it to the smartform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Karthik D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2009 09:46:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-strings/m-p/5707965#M1296047</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-04T09:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt in Strings</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-strings/m-p/5707966#M1296048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thnks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2009 07:33:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-strings/m-p/5707966#M1296048</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-26T07:33:41Z</dc:date>
    </item>
  </channel>
</rss>

