<?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: Executing the event GET SKC1A in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/executing-the-event-get-skc1a/m-p/4525689#M1069863</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;SKC1A and SKC1C are formated structures to select account balances easily with abap command GET.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g.: GET SKC1A. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use this command instead of selecting table GLT0 (4.6C) / GLDB (5.0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt; look databaseprogram SAPDBSDF and LDB with tcode se36&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;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Oct 2008 12:07:11 GMT</pubDate>
    <dc:creator>satsrockford</dc:creator>
    <dc:date>2008-10-01T12:07:11Z</dc:date>
    <item>
      <title>Executing the event GET SKC1A</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/executing-the-event-get-skc1a/m-p/4525688#M1069862</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;I need to get the value for the balance carried forward for the G/L Account Number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the program RFSSLD00, they have used a event GET SKC1A to get the value in the field UMSAV.&lt;/P&gt;&lt;P&gt;When this statement is executed, the structure is populated with the values.&lt;/P&gt;&lt;P&gt;Can anyone please help me of how to use this event? Whether any alternatives are available to get this value?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know. Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2008 11:38:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/executing-the-event-get-skc1a/m-p/4525688#M1069862</guid>
      <dc:creator>karthik_rajaspic</dc:creator>
      <dc:date>2008-10-01T11:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: Executing the event GET SKC1A</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/executing-the-event-get-skc1a/m-p/4525689#M1069863</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;SKC1A and SKC1C are formated structures to select account balances easily with abap command GET.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g.: GET SKC1A. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use this command instead of selecting table GLT0 (4.6C) / GLDB (5.0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt; look databaseprogram SAPDBSDF and LDB with tcode se36&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;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2008 12:07:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/executing-the-event-get-skc1a/m-p/4525689#M1069863</guid>
      <dc:creator>satsrockford</dc:creator>
      <dc:date>2008-10-01T12:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: Executing the event GET SKC1A</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/executing-the-event-get-skc1a/m-p/4525690#M1069864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Satish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply. &lt;/P&gt;&lt;P&gt;In the attributes of the program you need to give SDF as the logical database. Then you can use the statement GET SKC1A.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, I have a question here. When I run the program, the statement get executed and has values in it. Which field is taken as input to get the values in SKC1A? In my program, I have given the values as company code = 0252 and year as 2008. But it is giving the values as follows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SKC1A-BUKRS = 0160, SKC1A-SAKNR = 0001111020, SKC1A-GJAHR = 2008.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am confused here. Can you please help on this?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2008 12:28:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/executing-the-event-get-skc1a/m-p/4525690#M1069864</guid>
      <dc:creator>karthik_rajaspic</dc:creator>
      <dc:date>2008-10-01T12:28:09Z</dc:date>
    </item>
  </channel>
</rss>

