<?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 create a table with structure in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-table-with-structure/m-p/3792169#M912097</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to create a table with this structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Language	X(3)	SAP language code (NED, FRA, GER, ENG,)&lt;/P&gt;&lt;P&gt;Text type	X(4)	Information type&lt;/P&gt;&lt;P&gt;Text ID	9(4)	ID in given information type&lt;/P&gt;&lt;P&gt;Text	X(35)	Description&lt;/P&gt;&lt;P&gt;Bigtext (occurs 15)	X(80)	Long description&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to maintain the data into this table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhavi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 May 2008 11:05:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-16T11:05:09Z</dc:date>
    <item>
      <title>create a table with structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-table-with-structure/m-p/3792169#M912097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to create a table with this structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Language	X(3)	SAP language code (NED, FRA, GER, ENG,)&lt;/P&gt;&lt;P&gt;Text type	X(4)	Information type&lt;/P&gt;&lt;P&gt;Text ID	9(4)	ID in given information type&lt;/P&gt;&lt;P&gt;Text	X(35)	Description&lt;/P&gt;&lt;P&gt;Bigtext (occurs 15)	X(80)	Long description&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to maintain the data into this table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhavi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2008 11:05:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-table-with-structure/m-p/3792169#M912097</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-16T11:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: create a table with structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-table-with-structure/m-p/3792170#M912098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First create a structure with the required fields:&lt;/P&gt;&lt;P&gt;[Creating Structures|http://help.sap.com/saphelp_erp2005/helpdata/en/90/8d7310b1af11d194f600a0c929b3c3/content.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then Create Table with mandt field and then include above structure.&lt;/P&gt;&lt;P&gt;[Creating Tables|http://help.sap.com/saphelp_erp2004/helpdata/en/cf/21eb6e446011d189700000e8322d00/frameset.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To maintain Data in it, create table maintenance generator.&lt;/P&gt;&lt;P&gt;Go to SE11, give the table name and click on change. Then Go to utilities&amp;gt; Table maintenance generator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the table maintenance generator screen, we should give Authorization Group, Function Group name (Function Group name can be same as table name - You can create this usinf SE80), Maintenance type can be one step or two step, usually we will create with one step. we should give maintenance screen number. After clicking on create button, a table maintenance generator will be created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To check it go to SM30 . In SM30, we find display, Maintain options.We can view the table contents by choosing Display and we can create table entries by choosing Maintain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Vibha &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2008 11:12:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-table-with-structure/m-p/3792170#M912098</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-16T11:12:41Z</dc:date>
    </item>
    <item>
      <title>Re: create a table with structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-table-with-structure/m-p/3792171#M912099</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;first create astructure in se11 with the required fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then create a table .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the fields tab after you enter all the required field,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for including a structure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selcet the line where you want to include the structure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDIT--&lt;DEL&gt;&amp;gt; INCLUDE&lt;/DEL&gt;---&amp;gt;INSERT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;give your structure name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and you have table with a structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;prasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2008 11:45:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-table-with-structure/m-p/3792171#M912099</guid>
      <dc:creator>prasanth_kasturi</dc:creator>
      <dc:date>2008-05-16T11:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: create a table with structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-table-with-structure/m-p/3792172#M912100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Madhavi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you want to create a table with the following fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Language X(3) SAP language code (NED, FRA, GER, ENG,)&lt;/P&gt;&lt;P&gt;Text type X(4) Information type&lt;/P&gt;&lt;P&gt;Text ID 9(4) ID in given information type&lt;/P&gt;&lt;P&gt;Text X(35) Description&lt;/P&gt;&lt;P&gt;Bigtext (occurs 15) X(80) Long description.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its not possible to create a table with field &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bigtext (occurs 15) X(80) Long description because you want to use occurs means you want a field which have to work as internal table.&lt;/P&gt;&lt;P&gt;instead you can increase the value from 80 to (upto where you want)X and remove the occurs specification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 May 2008 13:30:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-table-with-structure/m-p/3792172#M912100</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-19T13:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: create a table with structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-table-with-structure/m-p/3792173#M912101</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;Creating a structure :&lt;/P&gt;&lt;P&gt;Language X(3) SAP language code (NED, FRA, GER, ENG,)&lt;/P&gt;&lt;P&gt;Text type X(4) Information type&lt;/P&gt;&lt;P&gt;Text ID 9(4) ID in given information type&lt;/P&gt;&lt;P&gt;Text X(35) Description&lt;/P&gt;&lt;P&gt;Bigtext (occurs 15) X(80) Long description&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First u need to create a table line for bigtext which is like a table in the se11. To create u select data type and in that u select table type and create that field. &lt;/P&gt;&lt;P&gt;Then u create a structure with the remaining fields and call that table type as one of the field in the structure. Generally we use this kind in smartforms.&lt;/P&gt;&lt;P&gt;Hope this info will help u.&lt;/P&gt;&lt;P&gt;Thiru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 May 2008 14:20:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-table-with-structure/m-p/3792173#M912101</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-19T14:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: create a table with structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-table-with-structure/m-p/3792174#M912102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2011 12:04:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-table-with-structure/m-p/3792174#M912102</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-03T12:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: create a table with structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-table-with-structure/m-p/3792175#M912103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why are you posting question after question. Is it easier than having to think and search and do the work yourself?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2011 12:50:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-table-with-structure/m-p/3792175#M912103</guid>
      <dc:creator>former_member201275</dc:creator>
      <dc:date>2011-08-03T12:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: create a table with structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-table-with-structure/m-p/3792176#M912104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Madhavi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U cant directly crt a table wid structure u need to create the structure as table line type in SE11 and then create the table with reference to it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Aug 2011 08:34:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-table-with-structure/m-p/3792176#M912104</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-14T08:34:05Z</dc:date>
    </item>
  </channel>
</rss>

