EHP4

Home / Posts tagged "EHP4"

Configuring the new SAP system – Enterprise Structure

Since I’ve spent so much time working getting my new EHP4 system up and running, I thought I’d talk a little about the configuration you need.  Now if you read my last post, Transports in SAP – reusing dev and config between non-connected systems, you’ll see you can do this once and then move it around.  But, you still have to do it once.
One of the biggest pieces is the enterprise structure.  SAP provides you with one, but in general, you want a more robust structure, so you typically copy the existing one and then make changes.  SAP has an entire menu in the SPRO configuration dedicated to this.  they also have a group of transaction codes:  EC01 – EC16 (I think).  This is the shortcut.
Now to make the bare minimum, here’s what you should consider copying:
Company Code
Plant(usually do at least 2)
Sales Org
Distribution Channel
Division (usually do several of these)
Purchasing Org
Warehouse (if you use WM)
Shipping point (typically 1 or 2 per plant)
Storage Locations

Now keep in mind, even when you copy this stuff, you’ll still need to go into the assignments and make some changes.  For example, when you create a new plant (I encourage you to copy), you’ll still need to go to the enterprise structure Assignment area, and connect the plant to the new company code (same goes for the sales org, purchasing org, etc.)  Pretty much everything you need to worry about is in the enterprise structure configuration folder, but there are some exceptions.

1.  If your company code is in a different country/currency than DE, you might need to maintain the tax classifications for the material and the customer.  (this is in the Sales and Distribution–>basic functions–>tax area).  You’ll also need to turn the company code on for materials management (otherwise you can’t extend a material to the plant if it’s in a new company code).  It’s lots of effort, but when you’re done, it’s worth the work.

happy configuring..

Mike

Installing SAP ERP 6.0 EHP4

Well, if have one complaint as a non-basis person, it’s that I wish SAP would just tell me what files I need to install something.  For example, there were about 50GB worth of files that I copied off of DVD’s, just to find that I only needed about 1/2 of those.  OH well, I get my system running.  Now, if you care, here’s what you need for installing SAP ERP 6.0 EHP4 on a windows 64 bit operating system and Oracle database (I used 10.2.0.4).
Please note, the disks that I used may not be the most recent, however they work, and you can always upgrade your support packs/kernel later.

First thing you need is the installation master:
51038620 is the disk I used
51036902 – Installation Export
51036767 – UC Kernel (7.01)
51033272 – Oracle Client

Just a note on the oracle install, be sure that you use the sapserve.cmd to start the install, it does all the work for you.  One things aobut this, the cmd file will only work if all the directories have NO spaces in the names.  For example, oracle install won’t work, but oracle_install will.  Just a little lesson learned.

Also, during the install, if you get the step about DB statistics, or anything related to the DB and you get a 1034 error, try this trick.

open up a cmd prompt.
type in the following:
sqlplus /nolog
connect /as sysdba
startup

when this finishes, try the step again.  You may need to completely stop the installation, and restart the system, then do the sqlplus command.
Otherwise, it should go pretty smooth.  With my system, I was able to finish the installation in about 12hrs + 2 hrs for oracle + 3 hrs for copying files.  LOL

Anyway, hope you might find this helpful.  For my basis friends, feel free to laugh at me…  I know I stumble through this the hard way.
Mike