<?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: retrieving data from structure SKC1A in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-structure-skc1a/m-p/1277993#M151972</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, this program you have written works pretty good in my system.  Which means that maybe what you are seeing is the data as it is?  Or are you expecting more?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich HEilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Mar 2006 18:26:44 GMT</pubDate>
    <dc:creator>RichHeilman</dc:creator>
    <dc:date>2006-03-29T18:26:44Z</dc:date>
    <item>
      <title>retrieving data from structure SKC1A</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-structure-skc1a/m-p/1277979#M151958</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;I have a requirement to create a file containing data from the structure SKC1A. I have been searching here to find out to do this. I have found out that there is a table GLT0 that contains the same data but when I check in my system the record count is 0. I also found out that there is a function READ_SKC1A but I am not sure what this does or how to use it in a ABAP program.  i have also seen code like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF s_bbseg.&lt;/P&gt;&lt;P&gt;        INCLUDE STRUCTURE bbseg.&lt;/P&gt;&lt;P&gt;DATA: END OF s_bbseg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have taken one of the fields and did the SE11 and the where-used process and came up with several tables. If someone could tell me what I can do to be able to get data from SKC1A that would be very helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2006 18:56:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-structure-skc1a/m-p/1277979#M151958</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-28T18:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: retrieving data from structure SKC1A</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-structure-skc1a/m-p/1277980#M151959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How did you come across this structure, via a transaction?  where do you see this data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;RIch Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2006 19:01:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-structure-skc1a/m-p/1277980#M151959</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-03-28T19:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: retrieving data from structure SKC1A</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-structure-skc1a/m-p/1277981#M151960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Timothy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this.. attach your report to the Logical databse SDF in the program attributes &amp;amp; use the following approach to get the data..&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
tables: skc1a

start-of-selection.

get skc1a.
* SKC1A should now be filled with data

end-of-selection.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suresh Datti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2006 19:06:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-structure-skc1a/m-p/1277981#M151960</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2006-03-28T19:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: retrieving data from structure SKC1A</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-structure-skc1a/m-p/1277982#M151961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Timonthy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you looked at program &amp;lt;b&amp;gt;RFFWAB00&amp;lt;/b&amp;gt; and &amp;lt;b&amp;gt;RFFDUZ00&amp;lt;/b&amp;gt;? Hope it will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2006 19:06:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-structure-skc1a/m-p/1277982#M151961</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-28T19:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: retrieving data from structure SKC1A</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-structure-skc1a/m-p/1277983#M151962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the user sent me the requirements with a file layout containing the fields and the the structure SKC1a. I am not sure what transaction he is using.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2006 19:07:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-structure-skc1a/m-p/1277983#M151962</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-28T19:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: retrieving data from structure SKC1A</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-structure-skc1a/m-p/1277984#M151963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you say GLT0 is empty, are you referring to your production system? I think there should be data there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2006 19:10:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-structure-skc1a/m-p/1277984#M151963</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-28T19:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: retrieving data from structure SKC1A</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-structure-skc1a/m-p/1277985#M151964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could try this also.  Enter the company code and the gl account number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

report zrich_0001 .

data: iskc1a type table of skc1a with header line.

parameters: p_bukrs type bseg-bukrs.
parameters: p_saknr type bseg-saknr.

call function 'FOR_ALL_SKC1A'
     exporting
          xbukrs = p_bukrs
          xsaknr = p_saknr
     tables
          xskc1a = iskc1a.


loop at iskc1a.
  write:/ iskc1a-bukrs, iskc1a-saknr, iskc1a-umsav.

endloop.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2006 19:11:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-structure-skc1a/m-p/1277985#M151964</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-03-28T19:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: retrieving data from structure SKC1A</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-structure-skc1a/m-p/1277986#M151965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could also use the other function module, I'm getting the same results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

report zrich_0001 .

data: iskc1a type table of skc1a with header line.

parameters: p_bukrs type bseg-bukrs.
parameters: p_gjahr type bseg-gjahr no-display.
parameters: p_gsber type bseg-gsber no-display.
parameters: p_saknr type bseg-saknr.


call function 'READ_SKC1A'
     exporting
          xbukrs         = p_bukrs
          xgjahr         = p_gjahr
          xgsber         = p_gsber
          xsaknr         = p_saknr
     importing
          xskc1a         = iskc1a
     exceptions
          key_incomplete = 1
          not_authorized = 2
          not_found      = 3.

loop at iskc1a.
  write:/ iskc1a-bukrs, iskc1a-saknr, iskc1a-umsav.

endloop.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2006 19:16:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-structure-skc1a/m-p/1277986#M151965</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-03-28T19:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: retrieving data from structure SKC1A</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-structure-skc1a/m-p/1277987#M151966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;response to "When you say GLT0 is empty, are you referring to your production system? I think there should be data there.&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is on a test test system&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2006 19:17:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-structure-skc1a/m-p/1277987#M151966</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-28T19:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: retrieving data from structure SKC1A</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-structure-skc1a/m-p/1277988#M151967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You'll need to run the programs suggested here on a system that contains data in GLT0 (typically a QA environment).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2006 19:29:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-structure-skc1a/m-p/1277988#M151967</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-28T19:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: retrieving data from structure SKC1A</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-structure-skc1a/m-p/1277989#M151968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a liitle more information. The proces is to retrieve the total credit and debit balances for a account for the selected company for a selected year. the account selection will be driven from a hierarchy. I was going to do the following. can someone tell me if I am on the right path and if not, possibly suggest an alternate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) input the KOTPL and select account, and text from  SKAT into an internal table.&lt;/P&gt;&lt;P&gt;2) read the internal table into  into the function FOR_ALL_SKC1A and select all the records for the account and company and store into an internal table. I was going to use the READ_SKC1A funtion becaue you can pass the year but you also have to pass the business area and we do not require that.&lt;/P&gt;&lt;P&gt;3) sort the internal table by account.&lt;/P&gt;&lt;P&gt;4) sum the amounts by account. I am not sure if the summing of the amounts can be done in the sort process or not.&lt;/P&gt;&lt;P&gt;5) read the internal tabel and write the file to the C drive using GUI_DOWNLOAD function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2006 15:20:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-structure-skc1a/m-p/1277989#M151968</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-29T15:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: retrieving data from structure SKC1A</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-structure-skc1a/m-p/1277990#M151969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I having a problem with the code that is attached. refer to prevoius replay for details of the process that I am trying to accomplish. I am doing this in stages to see if I am getting the correct results before moving to the next part of the program. right now i am selecting the accounts from SKAT and calling the function FOR_ALL SKC1A.&lt;/P&gt;&lt;P&gt;fir the first several accounts, I am not getting any date with write statement. I am thinking that this is due to the fact that there is no activity for the account. i eventually get data for the write statement. when I process the next account after the write statement, I get the correct text (it_skat-txt50) but everything else is the same as the first record that I wrote. it looks like something is not being cleared out or that I am writing the first record from the iskc1a table over and over. if someone could please look at the code and possibly tell me what I am doing wrong, that would be a big help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  ZTESTDOWNLOAD.&lt;/P&gt;&lt;P&gt;TABLES:&lt;/P&gt;&lt;P&gt;    skat.          "G/L Account Master Record (Chart of Accounts: Description)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameters: p_bukrs type bseg-bukrs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPES:  BEGIN OF ty_skat,&lt;/P&gt;&lt;P&gt;        saknr TYPE skat-saknr, "Account Number&lt;/P&gt;&lt;P&gt;        txt50 TYPE skat-txt50, "account Description&lt;/P&gt;&lt;P&gt;        END OF ty_skat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: iskc1a type table of skc1a with header line.&lt;/P&gt;&lt;P&gt;data:       it_skat TYPE STANDARD TABLE OF ty_skat with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; SELECT saknr txt50&lt;/P&gt;&lt;P&gt;                  FROM skat INTO&lt;/P&gt;&lt;P&gt;    TABLE it_skat&lt;/P&gt;&lt;P&gt;                  WHERE ktopl = 'CEFR'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  loop at it_skat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function 'FOR_ALL_SKC1A'&lt;/P&gt;&lt;P&gt;     exporting&lt;/P&gt;&lt;P&gt;          xbukrs = p_bukrs&lt;/P&gt;&lt;P&gt;          xsaknr = it_skat-saknr&lt;/P&gt;&lt;P&gt;     tables&lt;/P&gt;&lt;P&gt;          xskc1a = iskc1a&lt;/P&gt;&lt;P&gt;     exceptions&lt;/P&gt;&lt;P&gt;          key_incomplete = 1&lt;/P&gt;&lt;P&gt;          not_authorized = 2&lt;/P&gt;&lt;P&gt;          not_found      = 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at iskc1a.&lt;/P&gt;&lt;P&gt;  write:/ iskc1a-bukrs, iskc1a-saknr, it_skat-txt50, &lt;/P&gt;&lt;P&gt;          iskc1a-umsav,iskc1a-gjahr, iskc1a-um01s, iskc1a-um01h.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2006 17:33:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-structure-skc1a/m-p/1277990#M151969</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-29T17:33:26Z</dc:date>
    </item>
    <item>
      <title>Re: retrieving data from structure SKC1A</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-structure-skc1a/m-p/1277991#M151970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tim, please try adding the line of code in  BOLD&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

loop at it_skat.

&amp;lt;b&amp;gt;  clear iskc1a. refresh iskc1a.&amp;lt;/b&amp;gt;
  call function 'FOR_ALL_SKC1A'
       exporting
            xbukrs         = p_bukrs
            xsaknr         = it_skat-saknr
       tables
            xskc1a         = iskc1a
       exceptions
            key_incomplete = 1
            not_authorized = 2
            not_found      = 3.

  loop at iskc1a.
    write:/ iskc1a-bukrs, iskc1a-saknr, it_skat-txt50,
    iskc1a-umsav,iskc1a-gjahr, iskc1a-um01s, iskc1a-um01h.

  endloop.
endloop.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please also make sure to award points for helpful answers and mark you post as solved when solved completely.  Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;RIch Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2006 18:18:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-structure-skc1a/m-p/1277991#M151970</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-03-29T18:18:05Z</dc:date>
    </item>
    <item>
      <title>Re: retrieving data from structure SKC1A</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-structure-skc1a/m-p/1277992#M151971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried with the inserted code. now instead of getting a full list of transactions, I get two lines, one for 2005 and one for 2006.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2006 18:23:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-structure-skc1a/m-p/1277992#M151971</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-29T18:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: retrieving data from structure SKC1A</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-structure-skc1a/m-p/1277993#M151972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, this program you have written works pretty good in my system.  Which means that maybe what you are seeing is the data as it is?  Or are you expecting more?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich HEilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2006 18:26:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-structure-skc1a/m-p/1277993#M151972</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-03-29T18:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: retrieving data from structure SKC1A</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-structure-skc1a/m-p/1277994#M151973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I checked the DEV system and there is only one record that has money for the hierarchy that I was using. I switched to the corporate hierarchy and now I am getting more data. thanks for help on this. the next hurdle is to take this data and write it to a file so that I can use the GUI-DOWNLOAD process to send it to a C drive.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2006 20:05:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-structure-skc1a/m-p/1277994#M151973</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-29T20:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: retrieving data from structure SKC1A</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-structure-skc1a/m-p/1277995#M151974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, cool.  Please award points for helpful answers here and mark your post as solved.  If you have trouble with the GUI_DOWNLOAD part please search the forum or post another topic for the question.  Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2006 20:16:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-structure-skc1a/m-p/1277995#M151974</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-03-29T20:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: retrieving data from structure SKC1A</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-structure-skc1a/m-p/1277996#M151975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a sample program to get you started with GUI_DOWNLOAD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;


report zrich_0001.

data: begin of itab occurs 0,
      fld1(10) type c,
      fld2(10) type c,
      fld3(10) type c,
      end of itab.


itab-fld1 = 'A'.
itab-fld2 = 'B'.
itab-fld3 = 'C'.
append itab.

itab-fld1 = 'D'.
itab-fld2 = 'E'.
itab-fld3 = 'F'.
append itab.

call function 'GUI_DOWNLOAD'
     exporting
          filename = 'C:test.txt'
     tables
          data_tab = itab.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2006 20:18:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-structure-skc1a/m-p/1277996#M151975</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-03-29T20:18:58Z</dc:date>
    </item>
  </channel>
</rss>

