<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>Max Titov IV @ TechSplice</title>
	<atom:link href="http://www.blog.techsplice.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.blog.techsplice.com</link>
	<description>The most beautiful music of all is the music of what happens.</description>
	<lastBuildDate>Tue, 04 May 2010 07:27:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<!-- podcast_generator="podPress/8.8" - maintenance_release="8.8.4" -->
		<copyright>Copyright &#xA9; Max Titov IV @ TechSplice 2010 </copyright>
		<managingEditor>maxtitov@blog.techsplice.com (Max Titov IV @ TechSplice)</managingEditor>
		<webMaster>maxtitov@blog.techsplice.com (Max Titov IV @ TechSplice)</webMaster>
		<category>posts</category>
		<itunes:keywords></itunes:keywords>
		<itunes:subtitle></itunes:subtitle>
		<itunes:summary>The most beautiful music of all is the music of what happens.</itunes:summary>
		<itunes:author>Max Titov IV @ TechSplice</itunes:author>
		<itunes:category text="Society &amp; Culture"/>
		<itunes:owner>
			<itunes:name>Max Titov IV @ TechSplice</itunes:name>
			<itunes:email>maxtitov@blog.techsplice.com</itunes:email>
		</itunes:owner>
		<itunes:block>No</itunes:block>
		<itunes:explicit>no</itunes:explicit>
		<itunes:image href="http://www.blog.techsplice.com/wp-content/plugins/podpress/images/powered_by_podpress_large.jpg" />
		<image>
			<url>http://www.blog.techsplice.com/wp-content/plugins/podpress/images/powered_by_podpress.jpg</url>
			<title>Max Titov IV @ TechSplice</title>
			<link>http://www.blog.techsplice.com</link>
			<width>144</width>
			<height>144</height>
		</image>
		<item>
		<title>ABAP: check if a function module exists programmatically</title>
		<link>http://www.blog.techsplice.com/archives/329</link>
		<comments>http://www.blog.techsplice.com/archives/329#comments</comments>
		<pubDate>Tue, 04 May 2010 07:27:07 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[SAP/ABAP]]></category>
		<category><![CDATA[abap]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.blog.techsplice.com/?p=329</guid>
		<description><![CDATA[If you need to check if a function module within your program try running the following function: RH_FUNCTION_EXIST.
]]></description>
			<content:encoded><![CDATA[<p>If you need to check if a function module within your program try running the following function: RH_FUNCTION_EXIST.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.techsplice.com/archives/329/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAP: WE20 partner set up &#8220;Please enter a permitted partner number&#8221;</title>
		<link>http://www.blog.techsplice.com/archives/326</link>
		<comments>http://www.blog.techsplice.com/archives/326#comments</comments>
		<pubDate>Fri, 23 Apr 2010 19:41:51 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[SAP/ABAP]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[partner]]></category>
		<category><![CDATA[sap]]></category>
		<category><![CDATA[spro]]></category>

		<guid isPermaLink="false">http://www.blog.techsplice.com/?p=326</guid>
		<description><![CDATA[A new inbound IDOC failed to process with a &#8220;EDI: Partner profile not available&#8221; error.
I&#8217;ve attempted to set up a new partner but failed to do so due to the &#8220;Please enter a permitted partner number&#8221; error when using WE20 transaction and setting up a new LS partner.
A quick debugging session revealed that the program [...]]]></description>
			<content:encoded><![CDATA[<p>A new inbound IDOC failed to process with a &#8220;<strong>EDI: Partner profile not available</strong>&#8221; error.</p>
<p>I&#8217;ve attempted to set up a new partner but failed to do so due to the &#8220;<strong>Please enter a permitted partner number</strong>&#8221; error when using WE20 transaction and setting up a new LS partner.</p>
<p>A quick debugging session revealed that the program was checking a <strong>TBDLS</strong> table [Logical Systems].</p>
<p>After this I&#8217;ve simply used <strong>SPRO </strong>transaction to update the:</p>
<p>Spro &#8211; IMG &#8211; Basis Components &#8211; Application Link Enabling (ALE) -  Sending and Receiving Systems &#8211; Logical Systems &#8211; Define Logical System</p>
<p>Add the new logical system and you will be able to set up the new partner now.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.techsplice.com/archives/326/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAP tp: return codes</title>
		<link>http://www.blog.techsplice.com/archives/322</link>
		<comments>http://www.blog.techsplice.com/archives/322#comments</comments>
		<pubDate>Thu, 08 Apr 2010 05:09:36 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[Everyday stuff]]></category>
		<category><![CDATA[abap]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[return]]></category>
		<category><![CDATA[sap]]></category>
		<category><![CDATA[transports]]></category>

		<guid isPermaLink="false">http://www.blog.techsplice.com/?p=322</guid>
		<description><![CDATA[For each step that takes place within the tp command there could be 8 different possible return codes [0, 4, 6, 8, 12, 13, 14, 16]. The meaning for each of those codes is as follows:
Transport imported successfully:
0: Transport successful
4: Warning occurred
Transport did not import successfully:

6: Post-processing is required
8: Transport carried out with an error [...]]]></description>
			<content:encoded><![CDATA[<p>For each step that takes place within the tp command there could be 8 different possible return codes [0, 4, 6, 8, 12, 13, 14, 16]. The meaning for each of those codes is as follows:</p>
<p><strong>Transport imported successfully:</strong></p>
<p style="padding-left: 30px;">0: Transport successful</p>
<p>4: Warning occurred</p>
<p><strong>Transport did not import successfully:</strong></p>
<p style="padding-left: 30px;">
6: Post-processing is required</p>
<p>8: Transport carried out with an error [individual object could not be transported successfully]</p>
<p style="padding-left: 60px;">ex: objects could not be overwritten<strong></strong></p>
<p><strong>Transport termination:</strong></p>
<p style="padding-left: 30px;">12 and greater: transport was terminated</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.techsplice.com/archives/322/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Outlook Problem [inserted images are not displaying]</title>
		<link>http://www.blog.techsplice.com/archives/315</link>
		<comments>http://www.blog.techsplice.com/archives/315#comments</comments>
		<pubDate>Thu, 28 Jan 2010 16:27:48 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[Everyday stuff]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[problems]]></category>
		<category><![CDATA[solution]]></category>

		<guid isPermaLink="false">http://www.blog.techsplice.com/?p=315</guid>
		<description><![CDATA[I ran in to a problem with my Microsoft Outlook application.  Suddenly some [not all] embeded [not attachments] images in my inbound emails would not display.
I know the data was there for I could see the red box [representing an un-loaded image] and I could copy and paste the actual data in to a separate [...]]]></description>
			<content:encoded><![CDATA[<p>I ran in to a problem with my Microsoft Outlook application.  Suddenly some [not all] embeded [not attachments] images in my inbound emails would not display.</p>
<p>I know the data was there for I could see the red box [representing an un-loaded image] and I could copy and paste the actual data in to a separate application like Microsoft Word [copying the image allowed me to see the whole file].</p>
<p>So as always I did some digging online and found a solution:</p>
<p><em>1. Locate the Outlook Temporary Items folder by opening the Registry and finding HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Outlook\Security. Double click on the OutlookSecureTempFolder key.</em></p>
<p><em><br />
2. Right click the Value Data field and select Copy. It should be in the form of %USERPROFILE%\Local Settings\Temporary Internet Files\OLK6 where OLK6 is some randomly generated string that always starts with OLK.</em></p>
<p><em><br />
3. Open Windows Explorer, paste in the Address field and press Enter (or select GO). You will be navigated to this folder.</em></p>
<p><em><br />
4. Select All the files in this folder and Delete.</em></p>
<p><em><br />
5. Launch Outlook. The images should now appear in the Email.</em></p>
<p>That fixed my problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.techsplice.com/archives/315/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAP: STMS transport stuck</title>
		<link>http://www.blog.techsplice.com/archives/313</link>
		<comments>http://www.blog.techsplice.com/archives/313#comments</comments>
		<pubDate>Wed, 23 Dec 2009 15:51:37 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[SAP/ABAP]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[stms]]></category>
		<category><![CDATA[transports]]></category>

		<guid isPermaLink="false">http://www.blog.techsplice.com/?p=313</guid>
		<description><![CDATA[When coming across a situation where thetransprts are stalling/hanging in the STMS queue there are a few things that you can do:
The fist and most obvious course of action is to contact your Basis support team.
Given that you are reading this article you probably wanted or were forced to figure this one out on your [...]]]></description>
			<content:encoded><![CDATA[<p>When coming across a situation where thetransprts are stalling/hanging in the STMS queue there are a few things that you can do:</p>
<p>The fist and most obvious course of action is to contact your Basis support team.</p>
<p>Given that you are reading this article you probably wanted or were forced to figure this one out on your own so here are a few helpful actions that you can take to narrow down the problem:</p>
<p>TP processes:<br />
Go to the SM51 and check if any of the TP processes are still running, you might be required to kill these before proceeding haulted imports.</p>
<p>Check the TP System Log:<br />
You can do this by STMS &#8211; Overview &#8211; Imports &#8211; Select Queue System &#8211; Goto &#8211; tp system log &#8211; F5<br />
This will show you a step by step log of what has occured in the system, you would be able to see which transports are being processed and what has completed.</p>
<p>Check the Import Monitor:<br />
You can do this by STMS &#8211; Overview &#8211; Imports &#8211; Select Queue System &#8211; Goto &#8211; Import Monitor<br />
This will show you the queue of active transports [if any], if you see that there is a collection of unprocessed imports then you need to flush the queue.</p>
<p>Check TMS background job:<br />
You can also check if the background job RDDIMPDP is running.</p>
<p><em>From tim to time it happens that the import queue becomes inconsistent and the system stalls, as a result you can be stranded without any of your transports moving ot he next system.</em></p>
<p>Tables:<br />
TMSTLOCKR: will unlock a given transport from the transport queue [the transport truck will dissapear after deleting of the entry int he table]<br />
TRBAT: will contain values correspondign to active imports, if you have a stuck transport that is haulting a collection of other transports a simple delete from this table will re-initialize the queue and push the backed up imports forward.<br />
TRJOB: should also be cleared in order to continue the regular flow of backe up transports</p>
<p><em>For any additonal information please refer to the following notes:<br />
818065, 302859, 556941, 556946, 71353, 49242, 323726, 56311, 24800, 486991, 506771, 138200</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.techsplice.com/archives/313/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAP: deleted users [when/who]?</title>
		<link>http://www.blog.techsplice.com/archives/311</link>
		<comments>http://www.blog.techsplice.com/archives/311#comments</comments>
		<pubDate>Wed, 25 Nov 2009 20:08:28 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[SAP/ABAP]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[sap]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[user]]></category>

		<guid isPermaLink="false">http://www.blog.techsplice.com/?p=311</guid>
		<description><![CDATA[Actions that are done to a user profile, be that creation, modification or deletion are tracked in a table USH04.
The field PROFS will reflect each of the actions referencing the following characters:
A: add
M: modify
D: delete
Simply enter the user you are interested in and see what has occured over the year.
]]></description>
			<content:encoded><![CDATA[<p>Actions that are done to a user profile, be that creation, modification or deletion are tracked in a table USH04.</p>
<p>The field PROFS will reflect each of the actions referencing the following characters:</p>
<p>A: add</p>
<p>M: modify</p>
<p>D: delete</p>
<p>Simply enter the user you are interested in and see what has occured over the year.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.techsplice.com/archives/311/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAP GUI: enable/disable input field history on text fields</title>
		<link>http://www.blog.techsplice.com/archives/306</link>
		<comments>http://www.blog.techsplice.com/archives/306#comments</comments>
		<pubDate>Thu, 19 Nov 2009 20:43:26 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[SAP/ABAP]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[controls]]></category>
		<category><![CDATA[field]]></category>
		<category><![CDATA[gui]]></category>
		<category><![CDATA[sap]]></category>
		<category><![CDATA[setting]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[text]]></category>

		<guid isPermaLink="false">http://www.blog.techsplice.com/?p=306</guid>
		<description><![CDATA[This is sort of a usless but still somewhat interesting fact: I ran in to a problem where a user wasn&#8217;t able to see his history when he entered data in to his sap gui.  It didn&#8217;t matter which field it was every time he would re-login he would not see the data he entered [...]]]></description>
			<content:encoded><![CDATA[<p>This is sort of a usless but still somewhat interesting fact: I ran in to a problem where a user wasn&#8217;t able to see his history when he entered data in to his sap gui.  It didn&#8217;t matter which field it was every time he would re-login he would not see the data he entered just minutes ago.</p>
<p>I did some reasearch and seen a lot of posts about SAPHistory*.mdb file in the SapWorkDir directory. The user&#8217;s history was was being generated so the problem was being caused by something else.</p>
<p>Then I came across a post talking about Low Speed Connection [Reduced Network Traffic] setting which can be found by going through your login pad, clicking on the system and displaying the properties window &#8211; followed by going to the Network tab.  From what I&#8217;ve read it seems that having the setting set to Low Speed Connection could cause the problem of missing input field history.  Even though this seemed promissing after getting the user to try a different machine with the High Speed enabled he was still showing the problem.</p>
<p>The final peace of information that I&#8217;ve aquired from the web was a little neat SAP feature: if you get to an input field and hold down your Ctrl button you can right click on your  mouse and get a pop-up window that would allow you to Disable/Enable History functionality.  Typically the field is set to Defaut Settings, so the only thing left to do was to figure out if the user&#8217;s default settings were set to Disable History for his SAP system.</p>
<p>to be continued&#8230;</p>
<p>PS: another interesting fact that I picked up somewhere: if you scroll up/down using your keyboard in the history field you can delete entries by pushing the delete key.  I know, it&#8217;s neat.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.techsplice.com/archives/306/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAP: set a printer to print on a Single Side</title>
		<link>http://www.blog.techsplice.com/archives/304</link>
		<comments>http://www.blog.techsplice.com/archives/304#comments</comments>
		<pubDate>Thu, 12 Nov 2009 16:00:35 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[Everyday stuff]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[printer]]></category>
		<category><![CDATA[printing]]></category>
		<category><![CDATA[sap]]></category>
		<category><![CDATA[setup]]></category>

		<guid isPermaLink="false">http://www.blog.techsplice.com/?p=304</guid>
		<description><![CDATA[By default SAP printers are set up to print pages based on printer&#8217;s default settings.  To change that behaviour and control how the data is printed you can do the following:

Execute transaction: SPAD
Select your output device and enter the configuration screen
On a 4.6C version you can go to the Output attributes tab and look at [...]]]></description>
			<content:encoded><![CDATA[<p>By default SAP printers are set up to print pages based on printer&#8217;s default settings.  To change that behaviour and control how the data is printed you can do the following:</p>
<ol>
<li>Execute transaction: SPAD</li>
<li>Select your output device and enter the configuration screen</li>
<li>On a 4.6C version you can go to the Output attributes tab and look at the &#8220;Output attributes for list drivers and Smart Forms&#8221; section</li>
<li>Examine the drop down for the Print mode</li>
<li>Typically by default you will see DEFAULT as the setting that is displayed, simply change the value to S SIMPLEX to allow the data to be prined on a Single Side</li>
</ol>
<p>For more information on the matter for SAP version 7.0 you can have a look at <a href="http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/10cd89f3-7fb8-2b10-7ba7-f72260f071ef;jsessionid=(J2EE3417300)ID1483589450DB11796717206544911173End"><strong>this</strong></a> document.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.techsplice.com/archives/304/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAP: Check the Passwords of Standard Users in All Clients</title>
		<link>http://www.blog.techsplice.com/archives/302</link>
		<comments>http://www.blog.techsplice.com/archives/302#comments</comments>
		<pubDate>Thu, 29 Oct 2009 19:22:57 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[SAP/ABAP]]></category>
		<category><![CDATA[basis]]></category>
		<category><![CDATA[program]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[users]]></category>

		<guid isPermaLink="false">http://www.blog.techsplice.com/archives/302</guid>
		<description><![CDATA[A quick way to check the status of all the standard users in your SAP system is to run a program RSUSR003.
]]></description>
			<content:encoded><![CDATA[<p>A quick way to check the status of all the standard users in your SAP system is to run a program RSUSR003.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.techsplice.com/archives/302/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAP: debugging in pop-up windows</title>
		<link>http://www.blog.techsplice.com/archives/298</link>
		<comments>http://www.blog.techsplice.com/archives/298#comments</comments>
		<pubDate>Sat, 22 Aug 2009 01:38:17 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[SAP/ABAP]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[programmer]]></category>
		<category><![CDATA[sap]]></category>

		<guid isPermaLink="false">http://www.blog.techsplice.com/?p=298</guid>
		<description><![CDATA[Debugging in SAP is something that I do almost on a daily basis, most of the time I get by just by typing the /h command in the transaction window and executing the program but this is not always possible.
The scenario that I speak of occurs when you are debugging a pop-up window. When you [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal"><span><span lang="EN-US">Debugging in SAP is something that I do almost on a daily basis, most of the time I get by just by typing the <strong>/h</strong> command in the transaction window and executing the program but this is not always possible.</span></span></p>
<p class="MsoNormal"><span><span lang="EN-US">The scenario that I speak of occurs when you are debugging a pop-up window.<span> </span>When you are working with a pop-up window there is no convenient transaction window where you can turn on the debugger.<span> </span>So what do you do?</span></span></p>
<p class="MsoNormal"><span><span lang="EN-US">Simple.</span></span></p>
<p class="MsoNormal"><span><span lang="EN-US">Create a new file; lets call it <em>debugger.txt</em> and populate the contents of the file with the following lines:</span></span></p>
<p class="MsoNormal" style="padding-left: 30px;"><span><span lang="EN-US"><span> </span><em>[Function]</em></span></span></p>
<p class="MsoNormal" style="padding-left: 30px;"><span><em><span lang="EN-US"><span> </span>Title=Debugger Session</span></em></span></p>
<p class="MsoNormal" style="padding-left: 30px;"><span><em><span lang="EN-US"><span> </span>Command=/h</span></em></span></p>
<p class="MsoNormal" style="padding-left: 30px;"><span><em><span lang="EN-US"><span> </span>Type=SystemCommand</span></em></span></p>
<p class="MsoNormal"><span><span lang="EN-US"> </span></span></p>
<p class="MsoNormal"><span><span lang="EN-US">Save the file and leave it on your desktop.</span></span></p>
<p class="MsoNormal"><span><span lang="EN-US">Now when ever you get to a pop-up window that you want to debug simply drag the <em>debugger.txt</em> file in to the window and you will activate the debugging session.</span></span></p>
<p class="MsoNormal"><span><span lang="EN-US">Happy hunting!</span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.techsplice.com/archives/298/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.643 seconds -->
<!-- Cached page served by WP-Cache -->
