<?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: DDIC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ddic/m-p/1547556#M248828</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Madan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LCHR should meet your reqt.. pl read the following from SAP help" LCHR: Character string of any length, but has to be declared with a minimum of 256 characters. Fields of this type must be located at the end of transparent tables (in each table there can be only one such field) and must be preceded by a length field of type INT2. If there is an INSERT or UPDATE in ABAP programs, this length field must be filled with the length actually required. If the length field is not filled correctly, this may lead to a data loss in the LCHR field! A fields of this type cannot be used in the WHERE condition of a SELECT statement."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Aug 2006 13:22:20 GMT</pubDate>
    <dc:creator>suresh_datti</dc:creator>
    <dc:date>2006-08-10T13:22:20Z</dc:date>
    <item>
      <title>DDIC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ddic/m-p/1547543#M248815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi frnds,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to create a field of type char and length 1000...&lt;/P&gt;&lt;P&gt; i tink the normal type char is not possible. i tried lcha.. that was also not of use.. any suggestions?&amp;gt;&lt;/P&gt;&lt;P&gt;points asured to all replies...&lt;/P&gt;&lt;P&gt;madan..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2006 11:41:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ddic/m-p/1547543#M248815</guid>
      <dc:creator>madan_ullasa</dc:creator>
      <dc:date>2006-08-10T11:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: DDIC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ddic/m-p/1547544#M248816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try STRING&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anurag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2006 11:44:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ddic/m-p/1547544#M248816</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-10T11:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: DDIC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ddic/m-p/1547545#M248817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;strings is maximum around 500.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2006 11:47:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ddic/m-p/1547545#M248817</guid>
      <dc:creator>madan_ullasa</dc:creator>
      <dc:date>2006-08-10T11:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: DDIC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ddic/m-p/1547546#M248818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;data: w_str(30000) type C.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maxmium size of char is 30000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~thomas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Thomas Mann&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2006 11:47:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ddic/m-p/1547546#M248818</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-10T11:47:49Z</dc:date>
    </item>
    <item>
      <title>Re: DDIC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ddic/m-p/1547547#M248819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Madan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do this way in your table&lt;/P&gt;&lt;P&gt;field - datatype -length -text&lt;/P&gt;&lt;P&gt;lenght- int2 - 5 - lengtt of the variable&lt;/P&gt;&lt;P&gt;text  - lchar -1000 - text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Naimesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2006 11:49:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ddic/m-p/1547547#M248819</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2006-08-10T11:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: DDIC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ddic/m-p/1547548#M248820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;RAWSTRING (as long as you do not use this field in a WHERE clause of the SELECT statement).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2006 11:53:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ddic/m-p/1547548#M248820</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-10T11:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: DDIC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ddic/m-p/1547549#M248821</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 use LCHR it can accomodate 32000 chars. &lt;/P&gt;&lt;P&gt;simply declare&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;data: var(1000) type c.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2006 11:58:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ddic/m-p/1547549#M248821</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-10T11:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: DDIC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ddic/m-p/1547550#M248822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is for DDCI... data dictionary...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Madan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2006 12:01:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ddic/m-p/1547550#M248822</guid>
      <dc:creator>madan_ullasa</dc:creator>
      <dc:date>2006-08-10T12:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: DDIC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ddic/m-p/1547551#M248823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;im not able to create a length of 1000 characters with rawstring&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2006 12:04:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ddic/m-p/1547551#M248823</guid>
      <dc:creator>madan_ullasa</dc:creator>
      <dc:date>2006-08-10T12:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: DDIC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ddic/m-p/1547552#M248824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi madan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;got it. you have to use LCHR as data type and give the outputlength as 1000 chars, that will work/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2006 12:13:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ddic/m-p/1547552#M248824</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-10T12:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: DDIC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ddic/m-p/1547553#M248825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi vij,&lt;/P&gt;&lt;P&gt; but that shud be preceded by a field of type int2 as mentioned by naimesh in one of the reply.... but that will not display the text field... how do i enter the values for that ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Madan...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2006 12:21:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ddic/m-p/1547553#M248825</guid>
      <dc:creator>madan_ullasa</dc:creator>
      <dc:date>2006-08-10T12:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: DDIC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ddic/m-p/1547554#M248826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Madan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes it requires , preceeding int2.&lt;/P&gt;&lt;P&gt;String is working , what is the problem with that. and i checked it , it is working fine with string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2006 12:38:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ddic/m-p/1547554#M248826</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-10T12:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: DDIC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ddic/m-p/1547555#M248827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi vij,&lt;/P&gt;&lt;P&gt;i tried that. but the max. characters is around 500..&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;madan..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2006 13:19:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ddic/m-p/1547555#M248827</guid>
      <dc:creator>madan_ullasa</dc:creator>
      <dc:date>2006-08-10T13:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: DDIC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ddic/m-p/1547556#M248828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Madan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LCHR should meet your reqt.. pl read the following from SAP help" LCHR: Character string of any length, but has to be declared with a minimum of 256 characters. Fields of this type must be located at the end of transparent tables (in each table there can be only one such field) and must be preceded by a length field of type INT2. If there is an INSERT or UPDATE in ABAP programs, this length field must be filled with the length actually required. If the length field is not filled correctly, this may lead to a data loss in the LCHR field! A fields of this type cannot be used in the WHERE condition of a SELECT statement."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2006 13:22:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ddic/m-p/1547556#M248828</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2006-08-10T13:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: DDIC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ddic/m-p/1547557#M248829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Madan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To insert values in this tables you have to follow this process:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables: ztest_np.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ztest_np-mandt = sy-mandt.&lt;/P&gt;&lt;P&gt;ZTEST_NP-TEST_S  = 'This is for test'.&lt;/P&gt;&lt;P&gt;ZTEST_NP-TEST = STRLEN( ZTEST_NP-TEST_S ).&lt;/P&gt;&lt;P&gt;insert ztest_np.&lt;/P&gt;&lt;P&gt;if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;commit work.&lt;/P&gt;&lt;P&gt;write: 'done'.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2006 06:13:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ddic/m-p/1547557#M248829</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2006-08-11T06:13:02Z</dc:date>
    </item>
  </channel>
</rss>

