<?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: DB custom table (Z-table) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/db-custom-table-z-table/m-p/1405043#M195574</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;1. I have to add 7 fields to my ZGDES table .In se14 only I have to do that ( how to add ) ? &lt;/P&gt;&lt;P&gt;I just forgot which way I did previuosly...--&amp;gt;SE11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Jul 2006 12:32:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-18T12:32:07Z</dc:date>
    <item>
      <title>DB custom table (Z-table)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/db-custom-table-z-table/m-p/1405041#M195572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have ZGDES table.&lt;/P&gt;&lt;P&gt;1). I have to add 7 fields to my ZGDES table .In se14 only I have to do that ( how to add ) ? &lt;/P&gt;&lt;P&gt;I just forgot which way I did previuosly...&lt;/P&gt;&lt;P&gt;Could you please help me in this regard.&lt;/P&gt;&lt;P&gt;2). I have to add the last field ( 7th field ) as with text of unlimited length to write comments (is it possible)?&lt;/P&gt;&lt;P&gt;other wise atleast a few hundred lines  long...&lt;/P&gt;&lt;P&gt;How to achieve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you help will be APPRECISTED.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2006 12:22:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/db-custom-table-z-table/m-p/1405041#M195572</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-18T12:22:48Z</dc:date>
    </item>
    <item>
      <title>Re: DB custom table (Z-table)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/db-custom-table-z-table/m-p/1405042#M195573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. Add the fields in SE11.&lt;/P&gt;&lt;P&gt;2. Adjust the table in SE14.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Coming to long text field, you should ideally store this text using LONG TEXT and then READ the data using READ_TEXT function. You can save this text using SAVE_TEXT function, followed by COMMIT_TEXT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All you need is a unique key to identify the text. The text object can be TEXT and id can be ST. You can even see this text in SO10 transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note : Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2006 12:28:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/db-custom-table-z-table/m-p/1405042#M195573</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-18T12:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: DB custom table (Z-table)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/db-custom-table-z-table/m-p/1405043#M195574</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;1. I have to add 7 fields to my ZGDES table .In se14 only I have to do that ( how to add ) ? &lt;/P&gt;&lt;P&gt;I just forgot which way I did previuosly...--&amp;gt;SE11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2006 12:32:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/db-custom-table-z-table/m-p/1405043#M195574</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-18T12:32:07Z</dc:date>
    </item>
    <item>
      <title>Re: DB custom table (Z-table)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/db-custom-table-z-table/m-p/1405044#M195575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use long text. First yoy have to go se75 &amp;amp; create text id &amp;amp; object.After that you have to check there is data or not so u have to call init_text. After that save_text.&lt;/P&gt;&lt;P&gt;If u want to read use read_text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If helpful reward points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Abhishek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2006 12:37:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/db-custom-table-z-table/m-p/1405044#M195575</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-18T12:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: DB custom table (Z-table)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/db-custom-table-z-table/m-p/1405045#M195576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don&amp;#146;t understand how to use LONG TEXT &amp;#133;.This is the first time I came across this scenario. And it is Urgent.&lt;/P&gt;&lt;P&gt;Could you please explain the procedure in brief how can I do ?  Thanks.&lt;/P&gt;&lt;P&gt;I need one field to be unlimited length what to do .Atleast the filed should be of few hundred characters length please.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2006 10:43:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/db-custom-table-z-table/m-p/1405045#M195576</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-19T10:43:01Z</dc:date>
    </item>
    <item>
      <title>Re: DB custom table (Z-table)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/db-custom-table-z-table/m-p/1405046#M195577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ravikumar,&lt;/P&gt;&lt;P&gt;Could you please explain in detial...I did not get you .I Dont understand ideally store the text using LONG TEXT and then how to so this ..&lt;/P&gt;&lt;P&gt;Please help me. I dont know how to give , But i should give bonus points for this . Please help me.&lt;/P&gt;&lt;P&gt;If you can give ur cell number I can even call u.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jul 2006 07:40:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/db-custom-table-z-table/m-p/1405046#M195577</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-20T07:40:40Z</dc:date>
    </item>
  </channel>
</rss>

