<?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: insert records in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-records/m-p/3908022#M937138</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 domain 'TEXT1000' in your declaration of table field and program, it can allow you upto 1000 char's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Bujji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Jun 2008 07:32:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-02T07:32:07Z</dc:date>
    <item>
      <title>insert records</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-records/m-p/3908016#M937132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to insert records to a table field whose length is more than 255, how can i achive this.?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;good points will be rewarded..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2008 07:17:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-records/m-p/3908016#M937132</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-02T07:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: insert records</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-records/m-p/3908017#M937133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi diana,&lt;/P&gt;&lt;P&gt;i think that field  is decription using that field type char or tline use.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2008 07:27:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-records/m-p/3908017#M937133</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-02T07:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: insert records</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-records/m-p/3908018#M937134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi  Diana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sap provides a set of ALV (ABAP LIST VIEWER) function modules, which can be put into use to embellish the output of a report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This set of ALV functions is used to enhance the readability and functionality of any report output. Cases arise in sap when &lt;STRONG&gt;the output of a report contains columns extending more than 255 characters in length&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In such cases, this set of ALV functions can help choose selected columns and arrange the different columns from a report output and also save different variants for report display. This is a very efficient tool for dynamically sorting and arranging the columns from a report output. The report output can contain up to 90 columns in the display with the wide array of display options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more Details refer the following link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://sap-abapinfo.blogspot.com/2008/05/alv-documentation-complete.html" target="test_blank"&gt;http://sap-abapinfo.blogspot.com/2008/05/alv-documentation-complete.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or u can use the data type of the field as 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;&lt;/P&gt;&lt;P&gt;Jagadish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2008 07:28:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-records/m-p/3908018#M937134</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-02T07:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: insert records</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-records/m-p/3908019#M937135</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;use the data type of the field as STRING&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regads,&lt;/P&gt;&lt;P&gt;priya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2008 07:29:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-records/m-p/3908019#M937135</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-02T07:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: insert records</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-records/m-p/3908020#M937136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using transaction SE16....&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdb.org/7.4/htmhelp/fd/fc4b3dec5411d4aa2800a0c9430730/content.htm" target="test_blank"&gt;http://www.sapdb.org/7.4/htmhelp/fd/fc4b3dec5411d4aa2800a0c9430730/content.htm&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2008 07:30:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-records/m-p/3908020#M937136</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-02T07:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: insert records</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-records/m-p/3908021#M937137</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;in the dbtable &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;make the field domain of type string&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(or)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;take a domain of character type&lt;/P&gt;&lt;P&gt;and give the length as required&lt;/P&gt;&lt;P&gt;like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data type : char&lt;/P&gt;&lt;P&gt;no. characters : 500  etc in domain&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if helpful&lt;/P&gt;&lt;P&gt;prasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2008 07:31:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-records/m-p/3908021#M937137</guid>
      <dc:creator>prasanth_kasturi</dc:creator>
      <dc:date>2008-06-02T07:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: insert records</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-records/m-p/3908022#M937138</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 domain 'TEXT1000' in your declaration of table field and program, it can allow you upto 1000 char's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Bujji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2008 07:32:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-records/m-p/3908022#M937138</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-02T07:32:07Z</dc:date>
    </item>
    <item>
      <title>Re: insert records</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-records/m-p/3908023#M937139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how can v change the data type of a predefined table......&lt;/P&gt;&lt;P&gt;I think  we need access key to do that. I dont want to go to that extent .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is simple .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i want to insert a record (whose length is more than 255 )such as Material Description to the field MAKTX in the table MAKT, how can i attain this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2008 07:36:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-records/m-p/3908023#M937139</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-02T07:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: insert records</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-records/m-p/3908024#M937140</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 enter values in predefined table according to the domain length only, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;maktx for example can hold only 40 characters not more than that,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so you can enter only 40 if you enter more than that they will be truncated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if helpful&lt;/P&gt;&lt;P&gt;prasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2008 07:40:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-records/m-p/3908024#M937140</guid>
      <dc:creator>prasanth_kasturi</dc:creator>
      <dc:date>2008-06-02T07:40:28Z</dc:date>
    </item>
  </channel>
</rss>

