SAP SD LSMW -Legacy System Migration Workbench
View more OpenOffice presentations from arun_bala1.
Hot Items From Amazon!
Sony MDR-J10 Clip In-The-Ear Headphones – Sapphire
Panasonic BB-HCM580A 21x Optical Zoom Pan/Tilt Security Network Camera (Silver)
Honeywell HCM-300T QuietCare 3-Gallon UV Tower Humidifier
Honeywell HCM650 4-Gallon QuietCare Cool Moisture Humidifier
Pyramid PS14KX 12 Amp Power Supply
Tops Employee Record 9 1/2 x [...]
Country Reassignment – Multiple PERNRs This has been a debated discussion for awhile. When a person goes on international transfer (aka: country reassignment), will they get a new PERNR? The simple answer is yes! SAP has a internal hard check that does not allow the same pernr to be in multiple different countries.
With SAP version 4.7 extension II and above, [...]
How To Transport Organizational Structure After spending hours creating an Organizational Structure, it is rather silly to recreate that for each environment you have for testing purposes. One simple solution to that vs doing an entire system company is to use a standard delivered tool from SAP. This tool could be used in several different way, we’ll get that into [...]
Huntington Library 2009 After spending a few months reading about HDRs and seeing how it was done, I decided to give it shot. One weekend with the Nikon D200 equip with the 70-200 2.8 VR and 16-85 3.5-5.6 VR lens, I decided to take a trip to Huntington Library in San Marino, California.
HDR is High Density Resolution. It [...]
San Francisco, California I took a short vacation right between Christmas and New Year. Spent a few days up in San Francisco, California to visit the new Academy of Science building, Palace of Fine Arts, and few other areas. Here are some shot I would like to share. Would love to hear comments and feedback.
The entire gallery is [...]
Disneyland Resort, California A couple of weekends ago, my wife and I join our friends at Disneyland Resort for a day. I’ve been to Disneyland several times and each time you could never seems to take enough pictures. Each time I come across new angle of things to take pictures of. This time around, since we went with [...]
I recently upgrade from WP2.5 to WP2.7. For anyone who is interested, there is a fairly simple method on doing this upgrade. You could use the plug-in “Wordpress Automatic Upgrade“. It will automatically backup the database, download, and handle the upgrade for you in a simple manner. I completed the entire upgrade in less than [...]
Here is a little neat trick for Wordpress. Normally, you would use the WordPress tag “query_posts” to query against the database to list all of the posts relating to one or more categories.
Usually a simple query against a category would like something like this:
<?php query_posts(showposts=5&cat=$category);
while(have_posts()) { the_post();
}
?>
Basically all this is doing is show 5 posts [...]
This should be helpful for anyone who decided to host their own blog using WordPress another location. It took me awhile to search for this since the new blogger version template style changed a bit.
http://laffers.net/howtos/howto-redirect-blogger-to-wordpress
Thanks to laffers.net for putting this together. It was extremely useful!
Here are snip of what he presented there. All credit goes [...]