<?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>Question Re: Call Transaction from Excel VBA macro and download ALV list object results in Questions about SAP Websites</title>
    <link>https://community.sap.com/t5/questions-about-sap-websites/call-transaction-from-excel-vba-macro-and-download-alv-list-object-results/qaa-p/6742382#M25786</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hitting the IT/security wall is always hard. Workarounds are always difficult.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as the Windows level scripting you can start with something like this:&lt;/P&gt;&lt;P&gt;Set WshShell = WScript.CreateObject("WScript.Shell")&lt;/P&gt;&lt;P&gt;wshshell.sendkeys "%&lt;SPAN __jive_macro_name="TAB"&gt;&lt;/SPAN&gt;"&lt;/P&gt;&lt;P&gt;wshshell.sendkeys "/nYSD033"&lt;/P&gt;&lt;P&gt;wshshell.sendkeys "&lt;SPAN __jive_macro_name="ENTER"&gt;&lt;/SPAN&gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since YSD033 is a custom transaction I have no idea how to continue. However, doing it without the SAP Gui will be very difficult even for standard transactions, I think.&lt;/P&gt;&lt;P&gt;Good Luck.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Mar 2010 18:09:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-03-01T18:09:33Z</dc:date>
    <item>
      <title>Call Transaction from Excel VBA macro and download ALV list object results</title>
      <link>https://community.sap.com/t5/questions-about-sap-websites/call-transaction-from-excel-vba-macro-and-download-alv-list-object-results/qaq-p/6742376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a situation that must be very common u2013 but I canu2019t find any clear information on how to get it done!  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We frequently run SAP transactions, download the results (orders or inventory) into Excel, do some calculations and create a spreadsheet report.  &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;I would like to automate this process using Excel VBA so that a macro will perform these steps: &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;1. Run our custom SAP report "YSD033" that summarizes orders using the previous day as the [From Date] parameter.  (The user already has an active ECC 6 R3 session running.)   If possible, can the TC be run using a specific variant "G111BIZ" ?&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;2. Download the list object that appears in an ALV grid as a table to an empty spreadsheet in the active workbook (export XXL list object)&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;3. Save the resulting workbook and close Excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Should the solution use u201Ccall transactionu201D or a GuiXT script?&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Any help would be much appreciated, and some sample VBA code would be great! &lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Glenn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2010 15:52:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/questions-about-sap-websites/call-transaction-from-excel-vba-macro-and-download-alv-list-object-results/qaq-p/6742376</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-26T15:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: Call Transaction from Excel VBA macro and download ALV list object results</title>
      <link>https://community.sap.com/t5/questions-about-sap-websites/call-transaction-from-excel-vba-macro-and-download-alv-list-object-results/qaa-p/6742377#M25781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should be able to do that with VBS from SAP itself (and not with VBA from Excel):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to the script recdorder: ALT+F12 &amp;gt; "Script Recording and playback", press the recording (red) button&lt;/P&gt;&lt;P&gt;Perform all you actions: go to your YSD033 screen, pull the variant, run the report, save it in Excel, close transaction.&lt;/P&gt;&lt;P&gt;Then stop recording.&lt;/P&gt;&lt;P&gt;The script (a VBS program) will be saved in your default SAP directory (but you can change this location esaily).&lt;/P&gt;&lt;P&gt;To run the script either play it from SAP (ALT+F12, etc except that instead of recrding it, play it) or you can also run it from Windows (if SAP is open) by double clicking the vbs file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Mario Rappi on Feb 26, 2010 7:18 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2010 18:14:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/questions-about-sap-websites/call-transaction-from-excel-vba-macro-and-download-alv-list-object-results/qaa-p/6742377#M25781</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-26T18:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: Call Transaction from Excel VBA macro and download ALV list object results</title>
      <link>https://community.sap.com/t5/questions-about-sap-websites/call-transaction-from-excel-vba-macro-and-download-alv-list-object-results/qaa-p/6742378#M25782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mario, Thanks for the reply but I have two hurdles: &lt;/P&gt;&lt;P&gt;1- the alt-F12 record option is grayed out (security)  and the &amp;lt;record&amp;gt; button on GuiXT did not create a VBS. &lt;/P&gt;&lt;P&gt;2- I will run much additional processing with the data using VBA after the download(s) complete. &lt;/P&gt;&lt;P&gt;  Even if a separate script ran the download, it would be cleaner with it all in one VBA package. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, having control over the initiation of the transaction allows me to change the parameters (company holidays, various number of days, etc). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FYI - GuiXT Version 2009 Q1 1 did create InputScript.txt, but I think it is of little use.  here's a sample: &lt;/P&gt;&lt;P&gt;// ABAP: Variant Directory of Program YSD033 &lt;/P&gt;&lt;P&gt;Screen SAPLSVAR.0600 &lt;/P&gt;&lt;P&gt;  Enter control="CONTAINERCTRL.GridViewCtrl" item="0000000003;VARIANT;3;1" event="3"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2010 19:25:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/questions-about-sap-websites/call-transaction-from-excel-vba-macro-and-download-alv-list-object-results/qaa-p/6742378#M25782</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-26T19:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: Call Transaction from Excel VBA macro and download ALV list object results</title>
      <link>https://community.sap.com/t5/questions-about-sap-websites/call-transaction-from-excel-vba-macro-and-download-alv-list-object-results/qaa-p/6742379#M25783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the "Script Recording..." options is grayed out then they probably won't let you do anything there. &lt;/P&gt;&lt;P&gt;See if changing the scripting options helps, but I doubt it will (ALT+F12 &amp;gt; Options &amp;gt; Scripting make sure scripting is enabled).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See if they let you run this:&lt;/P&gt;&lt;P&gt;(save this as script.vbs using notepad)&lt;/P&gt;&lt;P&gt;********************&lt;/P&gt;&lt;P&gt;If Not IsObject(application) Then&lt;/P&gt;&lt;P&gt;   Set SapGuiAuto  = GetObject("SAPGUI")&lt;/P&gt;&lt;P&gt;   Set application = SapGuiAuto.GetScriptingEngine&lt;/P&gt;&lt;P&gt;End If&lt;/P&gt;&lt;P&gt;If Not IsObject(connection) Then&lt;/P&gt;&lt;P&gt;   Set connection = application.Children(0)&lt;/P&gt;&lt;P&gt;End If&lt;/P&gt;&lt;P&gt;If Not IsObject(session) Then&lt;/P&gt;&lt;P&gt;   Set session    = connection.Children(0)&lt;/P&gt;&lt;P&gt;End If&lt;/P&gt;&lt;P&gt;If IsObject(WScript) Then&lt;/P&gt;&lt;P&gt;   WScript.ConnectObject session,     "on"&lt;/P&gt;&lt;P&gt;   WScript.ConnectObject application, "on"&lt;/P&gt;&lt;P&gt;End If&lt;/P&gt;&lt;P&gt;session.findById("wnd[0]/tbar[0]/okcd").text = "/nYSD033"&lt;/P&gt;&lt;P&gt;session.findById("wnd[0]/tbar[0]/btn[0]").press&lt;/P&gt;&lt;P&gt;************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;f you can, there is hope.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not familar with GuiXT but it apparently creates an ABAP program, as opposed to a VBS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2010 21:10:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/questions-about-sap-websites/call-transaction-from-excel-vba-macro-and-download-alv-list-object-results/qaa-p/6742379#M25783</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-26T21:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: Call Transaction from Excel VBA macro and download ALV list object results</title>
      <link>https://community.sap.com/t5/questions-about-sap-websites/call-transaction-from-excel-vba-macro-and-download-alv-list-object-results/qaa-p/6742380#M25784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good suggestion, but &lt;/P&gt;&lt;P&gt;I get "permission denied" for   SapGuiAuto.GetScriptingEngine &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also tried the method below, but received this RFC error message: &lt;/P&gt;&lt;P&gt;&lt;EM&gt;User PPPPPPP  has no RFC authorization for function group SYST.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub LoginCheck()&lt;/P&gt;&lt;P&gt;If login = False Then&lt;/P&gt;&lt;P&gt;    ' Setting the necessary variables for R/3 connection&lt;/P&gt;&lt;P&gt;    Set objBAPICortrol = CreateObject("SAP.Functions")&lt;/P&gt;&lt;P&gt;    Set objConnection = objBAPICortrol.Connection&lt;/P&gt;&lt;P&gt;    ' Establish a connection&lt;/P&gt;&lt;P&gt;If objConnection.Logon(0, False) Then&lt;/P&gt;&lt;P&gt;    login = True&lt;/P&gt;&lt;P&gt;    MsgBox "Connection Established"&lt;/P&gt;&lt;P&gt;    CommandButton1.Caption = "Disconnect"&lt;/P&gt;&lt;P&gt;End If&lt;/P&gt;&lt;P&gt;Else&lt;/P&gt;&lt;P&gt;    CommandButton1.Caption = "Connect 2 SAP"&lt;/P&gt;&lt;P&gt;    login = False&lt;/P&gt;&lt;P&gt;    objConnection.Logoff&lt;/P&gt;&lt;P&gt;    Set objConnection = Nothing&lt;/P&gt;&lt;P&gt;    Set objBAPICortrol = Nothing&lt;/P&gt;&lt;P&gt;End If&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was told that these kinds of authority open up too big of a window that can't be monitored adequately... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm considering an approach like what is below if I can't convince security to grant me permissions... &lt;/P&gt;&lt;P&gt;    Application.Wait Now + TimeValue("00:00:01") &lt;/P&gt;&lt;P&gt;    SendKeys EnterKey, False&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since blocked RFC security settings are preventing the solution from being installed, I am markgin this question as answered.  &lt;/P&gt;&lt;P&gt;I will post different questions about 1. how to convince the security team that it will be safe to allow the use of RFC calls, and /or 2. how use some windows-level scripting code to run the SAP jobs. &lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: GlennWebster on Mar 1, 2010 4:34 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2010 21:59:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/questions-about-sap-websites/call-transaction-from-excel-vba-macro-and-download-alv-list-object-results/qaa-p/6742380#M25784</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-26T21:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: Call Transaction from Excel VBA macro and download ALV list object results</title>
      <link>https://community.sap.com/t5/questions-about-sap-websites/call-transaction-from-excel-vba-macro-and-download-alv-list-object-results/qaa-p/6742381#M25785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since blocked RFC security settings are preventing the solution from being installed, I am marking this question as answered. &lt;/P&gt;&lt;P&gt;I will post different questions about 1. how to convince the security team that it will be safe to allow the use of RFC calls, and /or 2. how to use some windows-level scripting code to run the SAP jobs. &lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Mar 2010 15:40:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/questions-about-sap-websites/call-transaction-from-excel-vba-macro-and-download-alv-list-object-results/qaa-p/6742381#M25785</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-01T15:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: Call Transaction from Excel VBA macro and download ALV list object results</title>
      <link>https://community.sap.com/t5/questions-about-sap-websites/call-transaction-from-excel-vba-macro-and-download-alv-list-object-results/qaa-p/6742382#M25786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hitting the IT/security wall is always hard. Workarounds are always difficult.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as the Windows level scripting you can start with something like this:&lt;/P&gt;&lt;P&gt;Set WshShell = WScript.CreateObject("WScript.Shell")&lt;/P&gt;&lt;P&gt;wshshell.sendkeys "%&lt;SPAN __jive_macro_name="TAB"&gt;&lt;/SPAN&gt;"&lt;/P&gt;&lt;P&gt;wshshell.sendkeys "/nYSD033"&lt;/P&gt;&lt;P&gt;wshshell.sendkeys "&lt;SPAN __jive_macro_name="ENTER"&gt;&lt;/SPAN&gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since YSD033 is a custom transaction I have no idea how to continue. However, doing it without the SAP Gui will be very difficult even for standard transactions, I think.&lt;/P&gt;&lt;P&gt;Good Luck.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Mar 2010 18:09:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/questions-about-sap-websites/call-transaction-from-excel-vba-macro-and-download-alv-list-object-results/qaa-p/6742382#M25786</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-01T18:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: Call Transaction from Excel VBA macro and download ALV list object results</title>
      <link>https://community.sap.com/t5/questions-about-sap-websites/call-transaction-from-excel-vba-macro-and-download-alv-list-object-results/qaa-p/6742383#M25787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmm ive tried these options and ive had to use the send keys solution but im having trouble with A.) switching to the downloaded sheet from SAP if i try to call for it while its exporting the sheet shows up blank and if put in a wait function it shows up blank. the best ive been able to do is simply call for excel with appactive but this dosent always bring the downloaded spreadsheet to the front. B.) calling back to Sap regardless of what window its on so i do something else. C.) getting the code to wait until sap has loaded the report.  Does anyone have any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SendKeys ShiftKey &amp;amp; "&lt;SPAN __jive_macro_name="F4"&gt;&lt;/SPAN&gt;", True&lt;/P&gt;&lt;P&gt;DoEvents&lt;/P&gt;&lt;P&gt;Application.Wait Now() + TimeValue("00:00:01")&lt;/P&gt;&lt;P&gt;SendKeys "&lt;SPAN __jive_macro_name="ENTER"&gt;", True
DoEvents
Application.Wait Now() + TimeValue("00:00:01")
SendKeys "&lt;/SPAN&gt;", True&lt;/P&gt;&lt;P&gt;DoEvents&lt;/P&gt;&lt;P&gt;Application.Wait Now() + TimeValue("00:00:01")&lt;/P&gt;&lt;P&gt;SendKeys "&lt;SPAN __jive_macro_name="ENTER"&gt;&lt;/SPAN&gt;", True&lt;/P&gt;&lt;P&gt;DoEvents&lt;/P&gt;&lt;P&gt;AppActivate "Microsoft Excel"&lt;/P&gt;&lt;P&gt;'Windows("Worksheet in Basis (1)").Activate&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Nov 2010 20:36:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/questions-about-sap-websites/call-transaction-from-excel-vba-macro-and-download-alv-list-object-results/qaa-p/6742383#M25787</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-04T20:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: Call Transaction from Excel VBA macro and download ALV list object results</title>
      <link>https://community.sap.com/t5/questions-about-sap-websites/call-transaction-from-excel-vba-macro-and-download-alv-list-object-results/qaa-p/6742384#M25788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can this be done by using DOI interface?&lt;/P&gt;&lt;P&gt;you can upload the excel file with VBA into SAP,&lt;/P&gt;&lt;P&gt;then you can write code using DOI to fill in data for calculation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Dec 2010 04:55:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/questions-about-sap-websites/call-transaction-from-excel-vba-macro-and-download-alv-list-object-results/qaa-p/6742384#M25788</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-21T04:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: Call Transaction from Excel VBA macro and download ALV list object results</title>
      <link>https://community.sap.com/t5/questions-about-sap-websites/call-transaction-from-excel-vba-macro-and-download-alv-list-object-results/qaa-p/6742385#M25789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you in VBA (Excel or something) or vbs?&lt;/P&gt;&lt;P&gt;Sometimes the sendkeys goes too fast for SAP to keep up. What I've used to slow the code down is this:&lt;/P&gt;&lt;P&gt;         WScript.Sleep 4000&lt;/P&gt;&lt;P&gt;Instead of the Application.wait you used.&lt;/P&gt;&lt;P&gt;Also, you used 1 second, 4000 above is 4 seconds. You may have to slow it down until it works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jan 2011 13:36:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/questions-about-sap-websites/call-transaction-from-excel-vba-macro-and-download-alv-list-object-results/qaa-p/6742385#M25789</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-18T13:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: Call Transaction from Excel VBA macro and download ALV list object results</title>
      <link>https://community.sap.com/t5/questions-about-sap-websites/call-transaction-from-excel-vba-macro-and-download-alv-list-object-results/qaa-p/6742386#M25790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have had to use both sleep and Application wait something to do with how sap exports its data to excel but it works even if your going that fast as long as you put in DoEvents the only thing i have had to increase my sleep time for is switching windows or closing boxes. Another trick is add this to the begining so you can type just "sleep 500" &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Private Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And yes this is all done in VBA I havent messed with pushing data as i dont trust the integrity of this code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Feb 2011 21:13:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/questions-about-sap-websites/call-transaction-from-excel-vba-macro-and-download-alv-list-object-results/qaa-p/6742386#M25790</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-10T21:13:38Z</dc:date>
    </item>
  </channel>
</rss>

