组织结构 - 职能型,矩阵型和项目型

news/2024/7/7 16:45:21
PMBOK(2004 3rd 英)P28中介绍了几种组织结够,包括职能型(Functional) ,矩阵型(Matrix)和项目型(Projectized) 。其中矩阵型又分为Weak Matrix,Balanced Matrix和Strong Matrix. 书中只是从项目经理职权的角度比较了这几种组织结构的不同。下面是一些补充:

1.项目章程对于matrix组织中项目经理的意义
http://www.headfirstlabs.com/phpBB2/viewtopic.php?p=5398&sid=939a37d8835babbcaaf744667abbed88

In a matrix organization, project charters are very important -- they're the documents that actually give the project manager authority to assign work to the team. A charter is necessary because the team doesn't report directly to the project manager, so a senior manager or sponsor has to explicitly grant that authority.

You may get questions about which type of organization provides the project manager with the most or least authority. The project manager has the least authority in a functional organization, then a little more in a weak matrix, then balanced matrix, strong matrix. The project manager has the most authority in a projectized organization.

2. 职能型组织的优点和缺点

Advantages of a functional organization; In a projectized organization, the team gets dismantled, once the project is over, hence the ownership of the career path of the project team members are not fully owned by any. This can be the situation in matrix organizations too, since there are two bosses. Whereas in a typical functional organization, the career progression of the team member is fully owned by the functional manager.

Team members report to only one boss, hence avoidance of conflict of interest. Easier management of specialists. Fully under the control of the functional manager. Similar resources are centralized, hence better synergy within groups

Disadvantages of functional organization;

  • Preference for functional specialization, at the cost of the project
  • No career path in project management
  • Project manager has no authority
3. 项目型组织的优点和缺点

Advantages of a projectized organization

  • Team members will be more committed to the project
  • Availability of career paths within the project management stream
  • More effective project related communication

Disadvantages of projectized organization

  • When the project gets over, the team gets dismantled, hence lack of security leading short term commitments
  • Duplication of facilities and job functions eg:- administrative officer for each project, HR coordinator for each project, seating arrangements for each projects, team outings for each projects etc.
  • Less efficient use of resources. Project teams tend to hang on to resources both material and human, even after the need for them. (Some project manager’s take pride in their team size or develop fear when the team size shrinks).
4. 矩阵型组织的优点和缺点

In a strong matrix, the power rests with the project manager. In a weak matrix, the power rests with the functional manager. In a balanced matrix, the power is shared between the project manager and the functional manager.

The structure of a matrix project organization, when used properly, can be quite effective. When misused, however, it can be quite disastrous. The matrix is a highly complex structure from an organizational point of view and management must constantly work at good communications to make it work properly.

Advantages of matrix organization;

  • More support from functional organizations
  • Maximum utilization of scarce resources, since they are easily accessible to the projects.

Better horizontal and vertical communication (better than functional)

  • Team members have a place to go, at the completion of the project

Disadvantages of matrix organization

  • More than one boss for project teams, leaving the team members between devil and deep sea, due to conflicts between the project manager and the functional manager (Dual Reporting)
  • More complex to monitor and control, if it spans different locations

参考:http://en.wikibooks.org/wiki/Project_management_help_book/Project_management_framework





http://www.niftyadmin.cn/n/3657246.html

相关文章

Project Management 101 lessons

101这个数字在西方也许有什么特殊的含义 - 因为知道asp101.com,今天发现了Project Management 101- http://www.suite101.com/course.cfm/17517。 好像二战中美国有个101空降师,王牌部队,所以101代表王牌?作者说世界上有三种人&am…

FastDFS配置文件详解之tracker.conf

本文转自 http://bbs.chinaunix.net/thread-1941456-1-1.html,如果您也转载,请注明出处。 ----------------------------------------------------------------------------------------------------------------------------------------------------…

[概念] 质量规划工具 - Affinity Diagram

PMBOK (2004 3rd 英) P186中提到了一些质量规划工具的名称,并没有详细说明。其中提到了Affinity Diagram,详细如下:http://www.skymark.com/resources/tools/affinity_diagram.asp概念和作用The affinity diagram, or KJ method (after its author, Kawa…

FastDFS配置文件详解之storage.conf

本文转自 http://bbs.chinaunix.net/thread-1941456-1-1.html, 如果您要转载,请注明出处。 ---------------------------------------------------------------------------------------------------------------------------------------------------…

[概念] 冲突解决方法(Confilct Resolution)

PMBOK 2004 项目团队管理中提到了冲突, 但是没有详细说明冲突的解决办法,"强书"中虽然列举了这几种方法,但是解释的很简单,并不容易理解其真正含义,下面的解释清晰了很多http://www.yancy.org/research/proj…

QGraphicsItem的缩放

QGraphicsItem的缩放 QgarphicsItem是Qt视图体系中的项。QGraphicsItem本身是不支持鼠标拖动来缩放的,本文介绍如何通过更改鼠标事件来修改项的大小。(本文所用Qt版本为Qt4.8) 下文代码实现的功能为:按住shift,再用鼠…

[概念] 权力的类型 (type of power)

PMP考试题目及“强书”中都有涉及权力(Power)和权力的类型,"强书"中区分了"职权"和"权力",并给出一个表格列举了各种权力类型,类似下面的内容:* The PM must deal with upper management, subordinates, funct…

c语言运行cmd语句及pscp,plink的使用

pscp,plink的简单使用及c语言运行cmd语句 有时候我们会想在程序中运行cmd语句,我曾经就需要写一段c代码,调用pscp语句,将一段python代码上传到树莓派中,并用plink语句运行python代码。 我们先来看看pscp和plink语句本…