<?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: ... INTO HEADER in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-into-header/m-p/6713988#M1454189</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Next time, please search before posting, also consult F1-help&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Mar 2010 10:05:28 GMT</pubDate>
    <dc:creator>ThomasZloch</dc:creator>
    <dc:date>2010-03-16T10:05:28Z</dc:date>
    <item>
      <title>INSERT: ... INTO HEADER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-into-header/m-p/6713983#M1454184</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;Is there such a cammand  INSERT: ... INTO HEADER and how do we use it.  Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Mar 2010 09:45:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-into-header/m-p/6713983#M1454184</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-16T09:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: INSERT: ... INTO HEADER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-into-header/m-p/6713984#M1454185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is so called [Extracts|http://help.sap.com/saphelp_nw70/helpdata/EN/9f/db9ede35c111d1829f0000e829fbfe/frameset.htm]. It is used in former list techniques to process list on screens with a table that has different line type for each record.&lt;/P&gt;&lt;P&gt;Refer to that link above for more details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Mar 2010 09:53:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-into-header/m-p/6713984#M1454185</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2010-03-16T09:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: INSERT: ... INTO HEADER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-into-header/m-p/6713985#M1454186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi shaheen&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;declare an internal table with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data lt_itab type TABLE with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;append the record at the table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;append ls_struct  to lt_itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;affter you read the lt_table with the key you want and the record will be in the header of the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regard &lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Mar 2010 09:55:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-into-header/m-p/6713985#M1454186</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-16T09:55:50Z</dc:date>
    </item>
    <item>
      <title>Re: INSERT: ... INTO HEADER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-into-header/m-p/6713986#M1454187</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;it is used in FIELD-GROUP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to declare for example FIELD-GROUP: HEADER, ITEMS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With INSERT you define what is the fields that you want to use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex. for EKKO - EKPO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INSERT: EKKO-EBELN INTO HEADER,&lt;/P&gt;&lt;P&gt;              EKPO-EBELP INTO ITEMS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For extract data you can use SELECT * FROM EKKO/EKPO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After you can use EXTRACT: HEADER, ITEMS. for put the data in temporary dataset. After with statement LOOP. you can get the data from the temporary dataset. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Angelo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Mar 2010 09:56:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-into-header/m-p/6713986#M1454187</guid>
      <dc:creator>former_member302911</dc:creator>
      <dc:date>2010-03-16T09:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: INSERT: ... INTO HEADER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-into-header/m-p/6713987#M1454188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Mar 2010 10:01:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-into-header/m-p/6713987#M1454188</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-16T10:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: INSERT: ... INTO HEADER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-into-header/m-p/6713988#M1454189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Next time, please search before posting, also consult F1-help&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Mar 2010 10:05:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-into-header/m-p/6713988#M1454189</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2010-03-16T10:05:28Z</dc:date>
    </item>
  </channel>
</rss>

