<?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 DDIC problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ddic-problem/m-p/3868038#M929612</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using one Customize table where 3 string fields are allready there. I need to add some more fields into that table which may contain another two string fields. But in one table more than three string fields are not alowed. What could be the best solution to resolve this problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 May 2008 10:32:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-19T10:32:26Z</dc:date>
    <item>
      <title>DDIC problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ddic-problem/m-p/3868038#M929612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using one Customize table where 3 string fields are allready there. I need to add some more fields into that table which may contain another two string fields. But in one table more than three string fields are not alowed. What could be the best solution to resolve this problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 May 2008 10:32:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ddic-problem/m-p/3868038#M929612</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-19T10:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: DDIC problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ddic-problem/m-p/3868039#M929613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had the same problem. There is no way to have mora than 3 fields in a table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The solution (in my case) was to store 3 strings into one string field, separated by a "separator".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
CONCATENATE str1 "&amp;lt;string end&amp;gt;" str2 "&amp;lt;string end&amp;gt;" str3   INTO wa-string1.
CONCATENATE str4 "&amp;lt;string end&amp;gt;" str5 "&amp;lt;string end&amp;gt;" str6   INTO wa-string2.
CONCATENATE str7 "&amp;lt;string end&amp;gt;" str8 "&amp;lt;string end&amp;gt;" str9   INTO wa-string3.
INSERT ztable from wa.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;P&gt;Valter Oliveira.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 May 2008 10:37:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ddic-problem/m-p/3868039#M929613</guid>
      <dc:creator>valter_oliveira</dc:creator>
      <dc:date>2008-05-19T10:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: DDIC problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ddic-problem/m-p/3868040#M929614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See if u can add bigger length fields like CHAR100&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 May 2008 10:37:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ddic-problem/m-p/3868040#M929614</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-19T10:37:38Z</dc:date>
    </item>
    <item>
      <title>Re: DDIC problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ddic-problem/m-p/3868041#M929615</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; Make use of concatenate statement to achieve the same ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 May 2008 10:39:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ddic-problem/m-p/3868041#M929615</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-19T10:39:55Z</dc:date>
    </item>
  </channel>
</rss>

