Skip to main content

Posts

What is SAP ERP?

$AP stands for System,Analysis and Products in Processing. It is a set of applications developed for enterprises and is also termed as SAP ERP. There are other ERP vendors in the market but SAP is the leader right now. Enterprise Resource Planning ( ERP ) systems are software packages used to manage an organizations business processes. SAP Product Suite consist of below system: R/3 – Core ERP system APO – Supply Chain Planning System CRM – Customer Relationship System BW – Reporting System SRM – Supplier Relationship System Others – PLM, XI, Netweaver... R/3 is the heart of SAP and can further be divided into different modules: Logistics Sales and Distribution(SD) Materials Management(MM) Production Planning(PP) Human Resource (HR) Financial FICO Finance FI (includes AR, AP, GL…) Controlling CO Profitability Analysis … APO which is the Supply Chain Planning component of SAP contains: Demand Planning (DP) Supply Network Planning (SNP) Globa...

Return of TG!!

Its been two years that I was out of the blogger arena but now I am back and will bring back the much needed life to this blog. In past two years I have learned a lot and will try to share all that on this blog. From now on most of my post will be dedicated to SAP and ABAP and will try to bring back some halka fulka post here and there to add spice to this list. Wish me luck!! So here is the formal comeback declaration-- !!TG is back and now with a new flavor.!!

HTTP AND HTTPS-A Comparison

Uniform Resource Locator(URL) URL strings consist of three parts Network protocol Host name or address File or resource location These substrings are separated by special characters as follows: protocol :// host / location URL Protocol The 'protocol' substring defines a network protocol to be used to access a resource. These strings are short names followed by the three characters '://' (a simple naming convention to denote a protocol definition). Typical URL protocols include http://, ftp://, and mailto://. Now check out the URL of this page (the one that is displayed in the address(navigation) bar).What does that say ?What we are going to discuss is HTTP and HTTPS which have a role to play in our follow up post... HTTP: HyperText Transfer Protocol Used by browsers for fetching Web data from servers. Because of its universal availability (e.g., firewalls don't interfere) has become widely used as a general-purpose protocol for network communication. Simple ...

T Shirt Quotes related to Computers

Last week while searching for some computer related quotes for T Shirt I came across certain quotes that I thought were very good.So I thought why not share these quotes with you.So here are these quotes,pick the one you like or if you have any of your favorites then do share it with us.Here is the list.. "Programmers don't byte, they nibble a bit" "To iterate is human, to recurse divine" " first 90% of the code accounts for the first 90% of the development time. The remaining 10% of the code accounts for the other 90% of the development time" "99% of all girls are beautiful, the rest 1% are in my college "ASC!! a stupid question,get a stupid ANS!" "In cartooned form Atom1 - I have lost an electron. Atom2 - Are you sure? Atom1 - I am positive." "There's no place like 127.0.0.1 (“Home” for the non-geeks)" "YouTube(logo) myspace(logo) and I'll Google(logo) your Yahoo(logo)." " I'm a progr...

If programming languages were cars...

There have been many comparisons between programming languages and different aspects of human life by many individuals .This is one of them , a comparison between programming languages and cars.This post is inspired from the article originally written by Mike Vanier.This is an update to an old series of jokes about computer languages being like cars. Just go through this list and see if you can come out with your own list of comparisons.Here goes the list... The list Ada is a tank. A butt-ugly tank that never breaks down. People laugh uncontrollably if you tell them you drive Ada, but really, do you want to be driving a sports car in a war zone? Assembly Language is a bare engine; you have to build the car yourself and manually supply it with gas while it's running, but if you're careful it can go like a bat out of hell. Assembly Language : YOU are the car. Basic is a simple car useful for short drives to the local shops. Once popular with learner drivers, it has recen...

Computer Tips Bollywood Style

After a long gap I am writing a post...back in the blogger arena after such a long interval feels good.Here are some tips... As they say "A picture is worth a thousand words". TecH GaraGe (TG) is back with a new flavour in a new attire.Keep checking out this blog.

Digg Source Code has a "Secret Message"

Recently I came to know about this, the homepage of Digg contains a "Secret Message" . This secret message is in the source code of the Home Page of the website in the form of a comment at the very bottom .After analyzing the code it seems that some physics-lover has worked on the code of the website.The message is ::: This line is a comment and thus not visible on the website but can easily be seen in the source code of the homepage.These are not just random numbers but are a result of very smart physics work done at the Digg labs. What is the significance of these numbers ? Take a guess (Hint :: Relate these numbers to physics)... OK,here is the answer..... 2.01355321270u :: This is the atomic mass of the hydrogen isotope known as D euterium. 137.03599911 :: This is a complicated one and really a geek in physics can figure this out.This is I nverse of the Sommerfield fine-structure constant. 6.6742x10-11m3kg-1s-2 ::The last two numbers are the same.This one is v...