<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Record macro in SAP using SAP Script Recording	</title>
	<atom:link href="https://simpleexcelvba.com/record-macro-in-sap-using-sap-script-recording/feed/" rel="self" type="application/rss+xml" />
	<link>https://simpleexcelvba.com/record-macro-in-sap-using-sap-script-recording/</link>
	<description>Make your office life easier with simple and fast Excel VBA solutions.</description>
	<lastBuildDate>Mon, 24 Oct 2022 13:22:49 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Cody		</title>
		<link>https://simpleexcelvba.com/record-macro-in-sap-using-sap-script-recording/#comment-25917</link>

		<dc:creator><![CDATA[Cody]]></dc:creator>
		<pubDate>Mon, 24 Oct 2022 13:22:49 +0000</pubDate>
		<guid isPermaLink="false">https://simpleexcelvba.com/?p=716#comment-25917</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://simpleexcelvba.com/record-macro-in-sap-using-sap-script-recording/#comment-25906&quot;&gt;Tomasz Płociński&lt;/a&gt;.

Thanks! Ill try this!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://simpleexcelvba.com/record-macro-in-sap-using-sap-script-recording/#comment-25906">Tomasz Płociński</a>.</p>
<p>Thanks! Ill try this!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tomasz Płociński		</title>
		<link>https://simpleexcelvba.com/record-macro-in-sap-using-sap-script-recording/#comment-25906</link>

		<dc:creator><![CDATA[Tomasz Płociński]]></dc:creator>
		<pubDate>Mon, 24 Oct 2022 06:40:54 +0000</pubDate>
		<guid isPermaLink="false">https://simpleexcelvba.com/?p=716#comment-25906</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://simpleexcelvba.com/record-macro-in-sap-using-sap-script-recording/#comment-25860&quot;&gt;Cody&lt;/a&gt;.

Hi Cody
Try to get that SAP window or SAP object into variable :)

see this also (FindWindow function)
https://simpleexcelvba.com/how-to-close-sap-logon-window/]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://simpleexcelvba.com/record-macro-in-sap-using-sap-script-recording/#comment-25860">Cody</a>.</p>
<p>Hi Cody<br />
Try to get that SAP window or SAP object into variable 🙂</p>
<p>see this also (FindWindow function)<br />
<a href="https://simpleexcelvba.com/how-to-close-sap-logon-window/" rel="ugc">https://simpleexcelvba.com/how-to-close-sap-logon-window/</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Cody		</title>
		<link>https://simpleexcelvba.com/record-macro-in-sap-using-sap-script-recording/#comment-25860</link>

		<dc:creator><![CDATA[Cody]]></dc:creator>
		<pubDate>Sat, 22 Oct 2022 13:59:31 +0000</pubDate>
		<guid isPermaLink="false">https://simpleexcelvba.com/?p=716#comment-25860</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://simpleexcelvba.com/record-macro-in-sap-using-sap-script-recording/#comment-25806&quot;&gt;Cody&lt;/a&gt;.

What do you say Tomasz? Can you point me in the right direction?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://simpleexcelvba.com/record-macro-in-sap-using-sap-script-recording/#comment-25806">Cody</a>.</p>
<p>What do you say Tomasz? Can you point me in the right direction?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Cody		</title>
		<link>https://simpleexcelvba.com/record-macro-in-sap-using-sap-script-recording/#comment-25806</link>

		<dc:creator><![CDATA[Cody]]></dc:creator>
		<pubDate>Thu, 20 Oct 2022 06:27:59 +0000</pubDate>
		<guid isPermaLink="false">https://simpleexcelvba.com/?p=716#comment-25806</guid>

					<description><![CDATA[I actually have one thing i have been working on for a while that i can&#039;t solve, i think it will be suitable in this section.

I have got the recording to work fine. But i get everything in one sub routine.

But if i for instance want to have a few different buttons in excel that does different things.
I:e the Sap is opened, and i want to &quot;call that window&quot; from another sub and execute my other script with transaktions and what not.
I just cant see how i can do that, any suggestions of how to get back to the SAP window  from an other Sub routine?]]></description>
			<content:encoded><![CDATA[<p>I actually have one thing i have been working on for a while that i can&#8217;t solve, i think it will be suitable in this section.</p>
<p>I have got the recording to work fine. But i get everything in one sub routine.</p>
<p>But if i for instance want to have a few different buttons in excel that does different things.<br />
I:e the Sap is opened, and i want to &#8220;call that window&#8221; from another sub and execute my other script with transaktions and what not.<br />
I just cant see how i can do that, any suggestions of how to get back to the SAP window  from an other Sub routine?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tomasz Płociński		</title>
		<link>https://simpleexcelvba.com/record-macro-in-sap-using-sap-script-recording/#comment-19235</link>

		<dc:creator><![CDATA[Tomasz Płociński]]></dc:creator>
		<pubDate>Fri, 18 Mar 2022 21:51:04 +0000</pubDate>
		<guid isPermaLink="false">https://simpleexcelvba.com/?p=716#comment-19235</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://simpleexcelvba.com/record-macro-in-sap-using-sap-script-recording/#comment-19215&quot;&gt;Ildus&lt;/a&gt;.

Hello
Actually I don&#039;t understand - why You want to activate something, which cannot be executed anyway?
Can You explain more?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://simpleexcelvba.com/record-macro-in-sap-using-sap-script-recording/#comment-19215">Ildus</a>.</p>
<p>Hello<br />
Actually I don&#8217;t understand &#8211; why You want to activate something, which cannot be executed anyway?<br />
Can You explain more?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ildus		</title>
		<link>https://simpleexcelvba.com/record-macro-in-sap-using-sap-script-recording/#comment-19215</link>

		<dc:creator><![CDATA[Ildus]]></dc:creator>
		<pubDate>Fri, 18 Mar 2022 08:56:29 +0000</pubDate>
		<guid isPermaLink="false">https://simpleexcelvba.com/?p=716#comment-19215</guid>

					<description><![CDATA[Hi Thomasz!
How to activate &quot;Script Recording and Playback&quot;?
In my case it canot be executed.]]></description>
			<content:encoded><![CDATA[<p>Hi Thomasz!<br />
How to activate &#8220;Script Recording and Playback&#8221;?<br />
In my case it canot be executed.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
