<?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: Error in Field group in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-field-group/m-p/6565724#M1432003</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;INSERT statment  is used to define the structure of your Extract dataset.&lt;/P&gt;&lt;P&gt;EXTRACT statement is used to insert data to your extract dataset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can call n number of INSERT statement provided you havent called your first EXTRACT statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Feb 2010 11:29:14 GMT</pubDate>
    <dc:creator>antony_paul2</dc:creator>
    <dc:date>2010-02-10T11:29:14Z</dc:date>
    <item>
      <title>Error in Field group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-field-group/m-p/6565720#M1431999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have issue with field group. I declared like,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIELD-GROUPS: header.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  INSERT: ext-afaber&lt;/P&gt;&lt;P&gt;        ext-ktogr&lt;/P&gt;&lt;P&gt;        ext-afasl&lt;/P&gt;&lt;P&gt;        ext-gsber&lt;/P&gt;&lt;P&gt;        ext-fkber&lt;/P&gt;&lt;P&gt;        ext-kostl&lt;/P&gt;&lt;P&gt;        ext-fistl INTO header.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its working fine for one first time. second time the same code will be executed with some other datas&lt;/P&gt;&lt;P&gt;and it throws a dump. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error description is,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   With field groups, INSERT is not supported after EXTRACT.&lt;/P&gt;&lt;P&gt; The current ABAP program "SAPLZALT_FG806" had to be terminated because it has&lt;/P&gt;&lt;P&gt; come across a statement that unfortunately cannot be executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The current ABAP program "SAPLZALT_FG806" uses field groups and&lt;/P&gt;&lt;P&gt;extract techniques.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Extracts consist of records of different types where the structure&lt;/P&gt;&lt;P&gt;of each record type is described by a field group.&lt;/P&gt;&lt;P&gt;If there is a field group HEADER, it precedes every record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Although an extract dataset can contain different record types,&lt;/P&gt;&lt;P&gt;each individual record type must be consistent in its structure.&lt;/P&gt;&lt;P&gt;This means that you cannot modify a field group&lt;/P&gt;&lt;P&gt;when the first record of that type has been extracted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This program attempts to place a new field "EXT-AFABER" in the field group&lt;/P&gt;&lt;P&gt;"\FUNCTION-POOL=ZALT_FG806\DATA=HEADER[]", although a record of type&lt;/P&gt;&lt;P&gt;  "\FUNCTION-POOL=ZALT_FG806\DATA=HEADER[]" was already extracted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody help me on this. After extracting the field group im in need of again insert data's to the same field group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Helps will be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Nandini on Feb 10, 2010 11:48 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2010 10:13:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-field-group/m-p/6565720#M1431999</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-10T10:13:29Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Field group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-field-group/m-p/6565721#M1432000</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 seems you're using INSERT twice, u should use it once at the begging&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2010 10:51:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-field-group/m-p/6565721#M1432000</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-10T10:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Field group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-field-group/m-p/6565722#M1432001</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 any way to insert into the field group that was already extracted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2010 11:16:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-field-group/m-p/6565722#M1432001</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-10T11:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Field group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-field-group/m-p/6565723#M1432002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The INSERT can't be done after an extraction: why do u need to do it again?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From help:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;The field group header can only be extended till a field group of the program is extracted because it is a part of all field groups. An INSERT statement for an already extracted field group causes an exception that cannot be handled.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2010 11:21:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-field-group/m-p/6565723#M1432002</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-10T11:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Field group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-field-group/m-p/6565724#M1432003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;INSERT statment  is used to define the structure of your Extract dataset.&lt;/P&gt;&lt;P&gt;EXTRACT statement is used to insert data to your extract dataset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can call n number of INSERT statement provided you havent called your first EXTRACT statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2010 11:29:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-field-group/m-p/6565724#M1432003</guid>
      <dc:creator>antony_paul2</dc:creator>
      <dc:date>2010-02-10T11:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Field group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-field-group/m-p/6565725#M1432004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts thanks for your repies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im customizing standard program and that program has the field groups. They used it for a single display but i need to loop it for multiple times. So the first time its working fine and then the second time it goes to dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Program is RAPOST2000 &amp;amp; Subroutine is FORM INIT_EXT.&lt;/P&gt;&lt;P&gt;Is there any alternate available for field group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Advice,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2010 12:07:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-field-group/m-p/6565725#M1432004</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-10T12:07:53Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Field group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-field-group/m-p/6565726#M1432005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thats how u get data out of your extract data set.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2010 12:16:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-field-group/m-p/6565726#M1432005</guid>
      <dc:creator>antony_paul2</dc:creator>
      <dc:date>2010-02-10T12:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Field group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-field-group/m-p/6565727#M1432006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Antony,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did search in that std program RAPOST2000. I didnt found any code like EXTRACT HEADER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So whats the meaning. Extract is not yet done for the field group 'Header'. Right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Nandini on Feb 10, 2010 2:14 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2010 12:34:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-field-group/m-p/6565727#M1432006</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-10T12:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Field group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-field-group/m-p/6565728#M1432007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You dont have to explicitly say     EXTRACT header.&lt;/P&gt;&lt;P&gt;The following code in the program RAPOST2000 will also extract data into header&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;   
 EXTRACT posten.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you are still not clear about how an extract dataset works &lt;/P&gt;&lt;P&gt;Go through the below link&lt;/P&gt;&lt;P&gt;[http://help.sap.com/saphelp_nw70/helpdata/EN/9f/db9ed135c111d1829f0000e829fbfe/content.htm]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2010 13:34:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-field-group/m-p/6565728#M1432007</guid>
      <dc:creator>antony_paul2</dc:creator>
      <dc:date>2010-02-10T13:34:39Z</dc:date>
    </item>
  </channel>
</rss>

