<?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: Problem with headerline in OO in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-headerline-in-oo/m-p/7239393#M1526079</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which BAPI are you calling?  And what's the data type of LANGTEXT field?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Sep 2010 14:12:52 GMT</pubDate>
    <dc:creator>gastn_jareo</dc:creator>
    <dc:date>2010-09-10T14:12:52Z</dc:date>
    <item>
      <title>Problem with headerline in OO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-headerline-in-oo/m-p/7239392#M1526078</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've the problem that I cannot give values from an inertnal table to&lt;/P&gt;&lt;P&gt;an variable because the itab has no headerline, because in oo it is not possible.&lt;/P&gt;&lt;P&gt;Here the coding:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;structure in se11 ZACTIVITYIF with components:&lt;/P&gt;&lt;P&gt;DESCRIPT&lt;/P&gt;&lt;P&gt;CATEGORY&lt;/P&gt;&lt;P&gt;PRIORITY&lt;/P&gt;&lt;P&gt;OBJECT&lt;/P&gt;&lt;P&gt;DATE_FRO&lt;/P&gt;&lt;P&gt;DATE_TO&lt;/P&gt;&lt;P&gt;TIME_FRO&lt;/P&gt;&lt;P&gt;TIME_TO&lt;/P&gt;&lt;P&gt;CONT_NO&lt;/P&gt;&lt;P&gt;LANGTEXT&lt;/P&gt;&lt;P&gt;STATUS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OO-Coding:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: lt_itab TYPE TABLE OF zactivityif.&lt;/P&gt;&lt;P&gt;DATA: itab TYPE zactivityif.&lt;/P&gt;&lt;P&gt;    Loop  at dbtab&lt;/P&gt;&lt;P&gt;            :&lt;/P&gt;&lt;P&gt;            itab-status = '005'.&lt;/P&gt;&lt;P&gt;            APPEND itab TO lt_itab&lt;/P&gt;&lt;P&gt;     endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;set variable for bapi&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;      lss_text-tdline = lt_itab-langtext.             &lt;STRONG&gt;&amp;lt;=  here I get error: no tablerwith headerline&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I fill an internal table in OO or how can I fill this variable lss_text-tdline  ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks G&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Sep 2010 14:07:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-headerline-in-oo/m-p/7239392#M1526078</guid>
      <dc:creator>gerd_hotz</dc:creator>
      <dc:date>2010-09-10T14:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with headerline in OO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-headerline-in-oo/m-p/7239393#M1526079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which BAPI are you calling?  And what's the data type of LANGTEXT field?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Sep 2010 14:12:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-headerline-in-oo/m-p/7239393#M1526079</guid>
      <dc:creator>gastn_jareo</dc:creator>
      <dc:date>2010-09-10T14:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with headerline in OO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-headerline-in-oo/m-p/7239394#M1526080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a very basci question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please use work areas for internal table without header lines.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Sep 2010 14:12:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-headerline-in-oo/m-p/7239394#M1526080</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-09-10T14:12:54Z</dc:date>
    </item>
  </channel>
</rss>

